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 fce46a8 commit 050ef18Copy full SHA for 050ef18
src/parsers/importDeclaration.ts
@@ -2,7 +2,8 @@
2
import path from 'path';
3
import fs, { constants } from 'fs';
4
import MagicString from 'magic-string';
5
-import { parse, walk } from 'estree-walker';
+import { parse } from 'svelte/compiler';
6
+import { walk } from 'estree-walker';
7
import type { TemplateNode } from 'svelte/types/compiler/interfaces.d';
8
import type Processor from '../processors/processor';
9
0 commit comments