Skip to content

Commit e3b9d09

Browse files
committed
chore(language-core): typo of internal variables prefix
1 parent 6d941b4 commit e3b9d09

File tree

1 file changed

+2
-2
lines changed
  • packages/language-core/lib/codegen

1 file changed

+2
-2
lines changed

packages/language-core/lib/codegen/names.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export const modelEmit = '__VLS_modelEmit';
88
export const emit = '__VLS_emit';
99
export const exposed = '__VLS_exposed';
1010
export const setup = '__VLS_setup';
11-
export const components = '___VLS_components';
12-
export const directives = '___VLS_directives';
11+
export const components = '__VLS_components';
12+
export const directives = '__VLS_directives';
1313
export const intrinsics = '__VLS_intrinsics';
1414
export const placeholder = '__VLS_placeholder';
1515
export const _export = '__VLS_export';

0 commit comments

Comments
 (0)