Skip to content

Commit 55bb947

Browse files
committed
Merge branch 'version-4' into external-deps
2 parents 2c738b0 + d658e70 commit 55bb947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compiler-errors/compiler-errors.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as fs from 'node:fs';
22
import * as path from 'node:path';
33
import { assert, describe, expect, it } from 'vitest';
4-
import { compile } from '../../compiler.mjs';
4+
import { compile } from 'svelte/compiler';
55

66
const configs = import.meta.glob('./samples/*/_config.js', { import: 'default', eager: true });
77

0 commit comments

Comments
 (0)