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 ad75e70 commit 73b4c2bCopy full SHA for 73b4c2b
packages/language-core/lib/codegen/script/scriptSetup.ts
@@ -321,6 +321,7 @@ function* generateMacros(
321
ctx: ScriptCodegenContext
322
): Generator<Code> {
323
if (options.vueCompilerOptions.target >= 3.3) {
324
+ yield `// @ts-ignore${newLine}`;
325
yield `declare const { `;
326
for (const macro of Object.keys(options.vueCompilerOptions.macros)) {
327
if (!ctx.bindingNames.has(macro)) {
0 commit comments