Skip to content

Commit 52a6fc4

Browse files
committed
fix(language-core): do not report unused error on __VLS_export
fix #5697
1 parent 77430b1 commit 52a6fc4

File tree

1 file changed

+1
-1
lines changed
  • packages/language-core/lib/codegen/script

1 file changed

+1
-1
lines changed

packages/language-core/lib/codegen/script/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export function* generateConstExport(
155155
0,
156156
block.content.length,
157157
block.name,
158-
codeFeatures.verification,
158+
codeFeatures.doNotReportTs6133,
159159
`__VLS_export`,
160160
);
161161
yield ` = `;

0 commit comments

Comments
 (0)