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.
Properties
Section titled “Properties”default
Section titled “default”default: (
parser,globalOptions,pluginOptions) =>void
Defined in: .work/repos/tabscript/src/tabscript.ts:51
Parameters
Section titled “Parameters”parser
Section titled “parser”globalOptions
Section titled “globalOptions”pluginOptions
Section titled “pluginOptions”Returns
Section titled “Returns”void