Interface TransformContext

Hierarchy

  • TransformContext

Properties

maxCharacter: Char

The maximum character of all character sets in the AST.

If the expression to transform does not contain any characters at the start of the transformation, then this value will be 0.

signalMutation: (() => void)

Type declaration

    • (): void
    • Signals that the transformer changed the AST.

      Returns void