Documentation
    Preparing search index...

    Interface TwingSynchronousExtension

    interface TwingSynchronousExtension {
        filters: TwingSynchronousFilter[];
        functions: TwingSynchronousFunction[];
        nodeVisitors: TwingNodeVisitor[];
        operators: TwingOperator[];
        tagHandlers: TwingTagHandler[];
        tests: TwingSynchronousTest[];
    }
    Index

    Properties

    Returns a list of filters to add to the existing list.

    Array

    Returns a list of functions to add to the existing list.

    Array

    nodeVisitors: TwingNodeVisitor[]

    Returns the node visitor instances to add to the existing list.

    Array

    operators: TwingOperator[]

    Returns a list of operators to add to the existing list.

    TwingOperator[]

    tagHandlers: TwingTagHandler[]

    Returns the token parser instances to add to the existing list.

    Array

    Returns a list of tests to add to the existing list.

    Array