]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(compileScript): remove unused methods (#8211)
authorLiuSeen <91084928+code-ManL@users.noreply.github.com>
Mon, 8 May 2023 06:43:39 +0000 (14:43 +0800)
committerGitHub <noreply@github.com>
Mon, 8 May 2023 06:43:39 +0000 (14:43 +0800)
packages/compiler-sfc/src/compileScript.ts

index 1fbbb8f5c9671ee7468980ae7ae7860d55ba7051..ee8fd85ffa930c77a8d838e770d05fb1907a72fe 100644 (file)
@@ -5,7 +5,7 @@ import {
   walkIdentifiers
 } from '@vue/compiler-dom'
 import { DEFAULT_FILENAME, SFCDescriptor, SFCScriptBlock } from './parse'
-import { parse as _parse, ParserPlugin } from '@babel/parser'
+import { ParserPlugin } from '@babel/parser'
 import { generateCodeFrame } from '@vue/shared'
 import {
   Node,