There was an error while loading. Please reload this page.
1 parent 89e52a7 commit 8f8cba3Copy full SHA for 8f8cba3
1 file changed
packages/compiler/scripts/parseLiquid.js
@@ -16,9 +16,10 @@ import {fileURLToPath} from 'node:url';
16
import * as ohm from 'ohm-js-legacy';
17
import {Bench} from 'tinybench';
18
19
-import {Compiler} from '../src/Compiler.ts';
20
import {unparse} from '../test/_helpers.js';
21
import {CstView} from '../../runtime/src/cstView.ts';
+import {compileGrammars} from '../src/api.ts';
22
+import {Grammar} from '../../runtime/src/miniohm.ts';
23
24
const __dirname = dirname(fileURLToPath(import.meta.url));
25
const datadir = join(__dirname, '../test/data');
0 commit comments