@babel/helper-environment-visitor
Advanced tools
Comparing version 7.22.5 to 8.0.0-alpha.0
@@ -1,20 +0,1 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = void 0; | ||
exports.requeueComputedKeyAndDecorators = requeueComputedKeyAndDecorators; | ||
{ | ||
{ | ||
{ | ||
exports.skipAllButComputedKey = function skipAllButComputedKey(path) { | ||
path.skip(); | ||
if (path.node.computed) { | ||
path.context.maybeQueue(path.get("key")); | ||
} | ||
}; | ||
} | ||
} | ||
} | ||
function requeueComputedKeyAndDecorators(path) { | ||
@@ -53,5 +34,4 @@ const { | ||
}; | ||
var _default = visitor; | ||
exports.default = _default; | ||
export { visitor as default, requeueComputedKeyAndDecorators }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/helper-environment-visitor", | ||
"version": "7.22.5", | ||
"version": "8.0.0-alpha.0", | ||
"description": "Helper visitor to only visit nodes in the current 'this' context", | ||
@@ -21,10 +21,10 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/traverse": "^7.22.5", | ||
"@babel/types": "^7.22.5" | ||
"@babel/traverse": "^8.0.0-alpha.0", | ||
"@babel/types": "^8.0.0-alpha.0" | ||
}, | ||
"engines": { | ||
"node": ">=6.9.0" | ||
"node": "^16.20.0 || ^18.16.0 || >=20.0.0" | ||
}, | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
"type": "commonjs" | ||
"type": "module" | ||
} |
@@ -5,3 +5,3 @@ # @babel/helper-environment-visitor | ||
See our website [@babel/helper-environment-visitor](https://babeljs.io/docs/en/babel-helper-environment-visitor) for more information. | ||
See our website [@babel/helper-environment-visitor](https://babeljs.io/docs/babel-helper-environment-visitor) for more information. | ||
@@ -8,0 +8,0 @@ ## Install |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Yes
6066
35
1