Update packages/svelte/test/parser/update.js

pull/8945/head
Simon H 3 years ago committed by GitHub
parent 7cd90b2a95
commit d796be4217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
// broken anything!
import * as fs from 'node:fs';
import { dirname } from 'node:path';
import { fileURLtoPath } from "node:url";
import { fileURLToPath } from 'node:url';
import glob from 'tiny-glob/sync.js';
const __dirname = dirname(fileURLToPath(import.meta.url));

Loading…
Cancel
Save