We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8846d5 commit bd65818Copy full SHA for bd65818
packages/playground/compile.js
@@ -1,4 +1,4 @@
1
-import { readFileSync } from 'fs';
+import { readFileSync } from 'node:fs';
2
import { compile } from '../svelte/src/compiler/index.js';
3
4
const code = readFileSync('src/App.svelte', 'utf8');
0 commit comments