@types/babel__traverse
Advanced tools
Comparing version 7.18.4 to 7.18.5
@@ -297,3 +297,2 @@ // Type definitions for @babel/traverse 7.18 | ||
*/ | ||
findParent<T extends t.Node>(callback: (path: NodePath) => path is NodePath<T>): NodePath<T> | null; | ||
findParent(callback: (path: NodePath) => boolean): NodePath | null; | ||
@@ -306,3 +305,2 @@ | ||
*/ | ||
find<T extends t.Node>(callback: (path: NodePath) => path is NodePath<T>): NodePath<T> | null; | ||
find(callback: (path: NodePath) => boolean): NodePath | null; | ||
@@ -309,0 +307,0 @@ |
{ | ||
"name": "@types/babel__traverse", | ||
"version": "7.18.4", | ||
"version": "7.18.5", | ||
"description": "TypeScript definitions for @babel/traverse", | ||
@@ -60,4 +60,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__traverse", | ||
}, | ||
"typesPublisherContentHash": "98d58bb0352e7d8aa887b4664af8d5c80797a41eaa1b5b7826e720988fea559a", | ||
"typesPublisherContentHash": "794d0cb7b862c906728252af03d0e0a3f87677ffe6a927640a79bbd482121d29", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 25 Apr 2023 20:32:49 GMT | ||
* Last updated: Wed, 26 Apr 2023 16:32:46 GMT | ||
* Dependencies: [@types/babel__types](https://npmjs.com/package/@types/babel__types) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65165
1050