Skip to content

Commit 484bfad

Browse files
committed
chore: cleanup
1 parent 75cd7df commit 484bfad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/compiler-sfc/src/compileScript.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ import {
4343
ObjectMethod,
4444
LVal,
4545
Expression,
46-
VariableDeclaration,
47-
ImportSpecifier,
48-
ImportDefaultSpecifier,
49-
ImportNamespaceSpecifier
46+
VariableDeclaration
5047
} from '@babel/types'
5148
import { walk } from 'estree-walker'
5249
import { RawSourceMap } from 'source-map'

0 commit comments

Comments
 (0)