@babel/traverse 7.18.10 → 7.18.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @babel/traverse might be problematic. Click here for more details.
- package/lib/path/family.js +1 -1
- package/package.json +2 -2
package/lib/path/family.js
CHANGED
@@ -402,6 +402,6 @@ function getBindingIdentifierPaths(duplicates = false, outerOnly = false) {
|
|
402
402
|
return ids;
|
403
403
|
}
|
404
404
|
|
405
|
-
function getOuterBindingIdentifierPaths(duplicates) {
|
405
|
+
function getOuterBindingIdentifierPaths(duplicates = false) {
|
406
406
|
return this.getBindingIdentifierPaths(duplicates, true);
|
407
407
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babel/traverse",
|
3
|
-
"version": "7.18.
|
3
|
+
"version": "7.18.11",
|
4
4
|
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
5
5
|
"author": "The Babel Team (https://babel.dev/team)",
|
6
6
|
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
"@babel/helper-function-name": "^7.18.9",
|
23
23
|
"@babel/helper-hoist-variables": "^7.18.6",
|
24
24
|
"@babel/helper-split-export-declaration": "^7.18.6",
|
25
|
-
"@babel/parser": "^7.18.
|
25
|
+
"@babel/parser": "^7.18.11",
|
26
26
|
"@babel/types": "^7.18.10",
|
27
27
|
"debug": "^4.1.0",
|
28
28
|
"globals": "^11.1.0"
|