TabScript - v2.0.2
    Preparing search index...

    Module tabscript

    TabScript transpiler main entry point. Parses options, instantiates State, and runs the parser.

    Interfaces

    PluginModule

    A plugin module that can extend the parser. The default export receives the parser instance, global options, and plugin-specific options. The plugin function should augment/replace parse* methods on the parser.

    Type Aliases

    Options

    Configuration options for the TabScript transpiler.

    PluginOptions

    Plugin options passed from import statement.

    Variables

    transpile

    Alias for the tabscript function. Transpiles TabScript code to TypeScript or JavaScript.

    Functions

    tabscript

    Transpiles TabScript to TypeScript or JavaScript.

    References

    ParseError → ParseError
    Parser → Parser

    Re-exports for plugin development.

    ParserMethod → ParserMethod

    Re-exports for plugin development.

    State → State