File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ import { CallbackInterface } from "./productions/callback-interface.js";
1212import { autoParenter } from "./productions/helpers.js" ;
1313import { Eof } from "./productions/token.js" ;
1414
15+ /** @import { Base } from "./productions/base.js" */
16+
1517/** @typedef {'callbackInterface'|'dictionary'|'interface'|'mixin'|'namespace' } ExtendableInterfaces */
1618/** @typedef {{ extMembers?: import("./productions/container.js").AllowedMember[]} } Extension */
1719/** @typedef {Partial<Record<ExtendableInterfaces, Extension>> } Extensions */
@@ -21,7 +23,7 @@ import { Eof } from "./productions/token.js";
2123 * @typedef {Object } ParserOptions
2224 * @property {string } [sourceName]
2325 * @property {boolean } [concrete]
24- * @property {Function [] } [productions]
26+ * @property {((tokeniser: Tokeniser) => Base) [] } [productions]
2527 * @property {Extensions } [extensions]
2628 */
2729
You can’t perform that action at this time.
0 commit comments