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 4885b3e commit ed27b2bCopy full SHA for ed27b2b
packages/babel-plugin-resolve-type/src/index.ts
@@ -90,7 +90,7 @@ export default ({
90
filename: filename,
91
source: file.code,
92
options: this.compileOptions || {},
93
- ast: file.ast.program.body as any,
+ ast: file.ast.program.body,
94
error(msg, node) {
95
throw new Error(
96
`[@vue/babel-plugin-resolve-type] ${msg}\n\n${filename}\n${codeFrameColumns(
0 commit comments