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.
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.