We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3294e50 commit 8ccc570Copy full SHA for 8ccc570
packages/compiler-sfc/src/compileScript.ts
@@ -5,7 +5,7 @@ import {
5
walkIdentifiers
6
} from '@vue/compiler-dom'
7
import { DEFAULT_FILENAME, SFCDescriptor, SFCScriptBlock } from './parse'
8
-import { parse as _parse, ParserPlugin } from '@babel/parser'
+import { ParserPlugin } from '@babel/parser'
9
import { generateCodeFrame } from '@vue/shared'
10
import {
11
Node,
0 commit comments