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 fe41a4c commit 71a3028Copy full SHA for 71a3028
src/__benchmarks__/visitor.bench.ts
@@ -2,7 +2,7 @@ import { bench, describe } from 'vitest';
2
3
import { visit, visitInParallel } from '../language/visitor.js';
4
5
-import { parse } from '../language.js';
+import { parse } from '../language/parser.js';
6
7
import { bigSchemaSDL } from './fixtures.js';
8
0 commit comments