Skip to content

Commit 55ff485

Browse files
🐛 Restored @babel/core types to allow TSC checking
1 parent e61386f commit 55ff485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metadata/serializeType.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as t from '@babel/types';
1+
import { types as t } from '@babel/core';
22
import { NodePath } from '@babel/traverse';
33

44
type InferArray<T> = T extends Array<infer A> ? A : never;

0 commit comments

Comments
 (0)