Skip to content

Commit 84169f2

Browse files
committed
Fix
1 parent 6a0da58 commit 84169f2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

code/core/src/manager/globals/exports.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,5 @@ export default {
663663
'SupportedFramework',
664664
'SupportedLanguage',
665665
'SupportedRenderer',
666-
'a',
667666
],
668667
} as const;

code/core/src/types/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ export * from './modules/webpack';
2020
export * from './modules/builders';
2121
export * from './modules/features';
2222
export * from './modules/languages';
23-
24-
export const a: string = 1;

0 commit comments

Comments
 (0)