We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1795d commit 3b092d0Copy full SHA for 3b092d0
benchmark/index.ts
@@ -1,10 +1,10 @@
1
// eslint-disable-next-line @eslint-community/eslint-comments/disable-enable-pair -- ignore
2
/* eslint-disable no-console -- ignore */
3
import Benchmark from "benchmark";
4
-import fs from "fs";
5
-import { parseForESLint } from "../src/index.js";
6
-import { parseForESLint as parseOld } from "../node_modules/svelte-eslint-parser/lib/index.js";
+import fs from "node:fs";
7
import { fileURLToPath } from "node:url";
+import { parseForESLint as parseOld } from "../node_modules/svelte-eslint-parser/lib/index.js";
+import { parseForESLint } from "../src/index.js";
8
9
const contents = `${fs.readFileSync(
10
fileURLToPath(
0 commit comments