Skip to content

PluginModule

Defined in: .work/repos/tabscript/src/tabscript.ts:50

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.

default: (parser, globalOptions, pluginOptions) => void

Defined in: .work/repos/tabscript/src/tabscript.ts:51

Parser

Options

PluginOptions

void