There was an error while loading. Please reload this page.
1 parent 086f225 commit d658e70Copy full SHA for d658e70
test/compiler-errors/compiler-errors.test.js
@@ -1,7 +1,7 @@
1
import * as fs from 'node:fs';
2
import * as path from 'node:path';
3
import { assert, describe, expect, it } from 'vitest';
4
-import { compile } from '../../compiler.mjs';
+import { compile } from 'svelte/compiler';
5
6
const configs = import.meta.glob('./samples/*/_config.js', { import: 'default', eager: true });
7
0 commit comments