We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61386f commit 55ff485Copy full SHA for 55ff485
src/metadata/serializeType.ts
@@ -1,4 +1,4 @@
1
-import * as t from '@babel/types';
+import { types as t } from '@babel/core';
2
import { NodePath } from '@babel/traverse';
3
4
type InferArray<T> = T extends Array<infer A> ? A : never;
0 commit comments