Skip to content

Commit

Permalink
fix(language-core): __VLS_unref is any
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Sep 1, 2024
1 parent 0fd9a7a commit 7a0337b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-core/lib/codegen/globalTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function generateGlobalTypes(mode: 'global' | 'local', lib: string, targe
str += `
const __VLS_intrinsicElements: __VLS_IntrinsicElements;
const __VLS_directiveBindingRestFields = { instance: null, oldValue: null, modifiers: null as any, dir: null as any };
const __VLS_unref: import('${lib}').unref;
const __VLS_unref: typeof import('${lib}').unref;
type __VLS_IntrinsicElements = ${(
target >= 3.3
Expand Down

0 comments on commit 7a0337b

Please sign in to comment.