Skip to content

Commit 8ccc570

Browse files
authored
chore(compileScript): remove unused methods (#8211)
1 parent 3294e50 commit 8ccc570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-sfc/src/compileScript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
walkIdentifiers
66
} from '@vue/compiler-dom'
77
import { DEFAULT_FILENAME, SFCDescriptor, SFCScriptBlock } from './parse'
8-
import { parse as _parse, ParserPlugin } from '@babel/parser'
8+
import { ParserPlugin } from '@babel/parser'
99
import { generateCodeFrame } from '@vue/shared'
1010
import {
1111
Node,

0 commit comments

Comments
 (0)