Skip to content

Commit 050ef18

Browse files
committed
fix overzealous update
1 parent fce46a8 commit 050ef18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/parsers/importDeclaration.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
import path from 'path';
33
import fs, { constants } from 'fs';
44
import MagicString from 'magic-string';
5-
import { parse, walk } from 'estree-walker';
5+
import { parse } from 'svelte/compiler';
6+
import { walk } from 'estree-walker';
67
import type { TemplateNode } from 'svelte/types/compiler/interfaces.d';
78
import type Processor from '../processors/processor';
89

0 commit comments

Comments
 (0)