Builder is an ASTBuilder that provides a method to create an ASTNode.

Implements

Constructors

Properties

Methods

Constructors

  • Constructor of Builder

    Parameters

    • Optional options: Partial<BuilderOptions>

      Options to initialize Builder

    Returns Builder

Properties

options?: any

Methods

  • Create an ASTNode of the specified type

    Type Parameters

    Parameters

    Returns T

    An ASTNode

Generated using TypeDoc