Skip to content

Commit

Permalink
Update after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed May 17, 2022
1 parent 568ea92 commit d67183b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/babel-types/src/builders/generated/index.ts
Expand Up @@ -2098,11 +2098,12 @@ export function tsTypePredicate(
export { tsTypePredicate as tSTypePredicate };
export function tsTypeQuery(
exprName: t.TSEntityName | t.TSImportType,
typeParameters?: t.TSTypeParameterInstantiation | null,
typeParameters: t.TSTypeParameterInstantiation | null = null,
): t.TSTypeQuery {
return validateNode<t.TSTypeQuery>({
type: "TSTypeQuery",
exprName,
typeParameters,
});
}
export { tsTypeQuery as tSTypeQuery };
Expand Down

0 comments on commit d67183b

Please sign in to comment.