Skip to content

Commit 8be8b5e

Browse files
committed
fix(type): make typeAnnotation backwards compatible to metaAnnotation
1 parent 83bab92 commit 8be8b5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/type/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ export * from './src/default.js';
2929
export * from './src/mixin.js';
3030

3131
export * from './src/reflection/type.js';
32+
export { typeAnnotation as metaAnnotation } from './src/reflection/type.js';
33+
3234
export * from './src/reflection/processor.js';
3335
export * from './src/reflection/type.js';
3436
export * from './src/reflection/extends.js';

0 commit comments

Comments
 (0)