We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e87884 commit c2e552dCopy full SHA for c2e552d
packages/ohm-js/src/main.js
@@ -58,6 +58,10 @@ export function grammars(source, optNamespace) {
58
return ns;
59
}
60
61
+// This is used by ohm-editor to instantiate grammars after incremental
62
+// parsing, which is not otherwise supported in the public API.
63
+export {buildGrammar as _buildGrammar};
64
+
65
export * from './main-kernel.js';
66
export {IndentationSensitive as ExperimentalIndentationSensitive} from './IndentationSensitive.js';
67
export {ohmGrammar};
0 commit comments