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 71dc704 commit 1e58832Copy full SHA for 1e58832
scripts/test.mjs
@@ -43,4 +43,4 @@ if (import.meta.url.startsWith('file:')) {
43
if (process.argv[1] === modulePath) {
44
void main();
45
}
46
-}
+}
tests/types.ts
@@ -1,4 +1,4 @@
1
-import type { FileStat } from '@/types';
+import type { FileStat } from '@/types.js';
2
3
type VirtualFile = {
4
type: 'file';
0 commit comments