From 76b8573e2453ac7f63316be161e000086e4b4c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Thu, 29 Dec 2022 21:42:51 +0800 Subject: [PATCH] chore: cleanup --- packages/compiler-sfc/src/compileScript.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/compiler-sfc/src/compileScript.ts b/packages/compiler-sfc/src/compileScript.ts index 757151177af..148b63ff2e5 100644 --- a/packages/compiler-sfc/src/compileScript.ts +++ b/packages/compiler-sfc/src/compileScript.ts @@ -43,10 +43,7 @@ import { ObjectMethod, LVal, Expression, - VariableDeclaration, - ImportSpecifier, - ImportDefaultSpecifier, - ImportNamespaceSpecifier + VariableDeclaration } from '@babel/types' import { walk } from 'estree-walker' import { RawSourceMap } from 'source-map'