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 Aug 2, 2023
1 parent edcc9ca commit 588fb39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/babel-traverse/src/path/generated/asserts.d.ts
Expand Up @@ -308,7 +308,7 @@ export interface NodePathAssertions {
opts?: Opts<t.ImportDefaultSpecifier>,
): asserts this is NodePath<t.ImportDefaultSpecifier>;
assertImportExpression(
opts?: object,
opts?: Opts<t.ImportExpression>,
): asserts this is NodePath<t.ImportExpression>;
assertImportNamespaceSpecifier(
opts?: Opts<t.ImportNamespaceSpecifier>,
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-traverse/src/path/generated/validators.d.ts
Expand Up @@ -437,7 +437,7 @@ interface BaseNodePathValidators {
): this is NodePath<T & t.ImportDefaultSpecifier>;
isImportExpression<T extends t.Node>(
this: NodePath<T>,
opts?: object,
opts?: Opts<t.ImportExpression>,
): this is NodePath<T & t.ImportExpression>;
isImportNamespaceSpecifier<T extends t.Node>(
this: NodePath<T>,
Expand Down

0 comments on commit 588fb39

Please sign in to comment.