@babel/helper-environment-visitor
Advanced tools
Comparing version 7.21.4-esm.2 to 7.21.4-esm.3
@@ -1,2 +0,10 @@ | ||
export function skipAllButComputedKey(path) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = void 0; | ||
exports.requeueComputedKeyAndDecorators = requeueComputedKeyAndDecorators; | ||
exports.skipAllButComputedKey = skipAllButComputedKey; | ||
function skipAllButComputedKey(path) { | ||
path.skip(); | ||
@@ -7,3 +15,3 @@ if (path.node.computed) { | ||
} | ||
export function requeueComputedKeyAndDecorators(path) { | ||
function requeueComputedKeyAndDecorators(path) { | ||
const { | ||
@@ -41,4 +49,5 @@ context, | ||
}; | ||
export default visitor; | ||
var _default = visitor; | ||
exports.default = _default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/helper-environment-visitor", | ||
"version": "7.21.4-esm.2", | ||
"version": "7.21.4-esm.3", | ||
"description": "Helper visitor to only visit nodes in the current 'this' context", | ||
@@ -21,4 +21,4 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/traverse": "7.21.4-esm.2", | ||
"@babel/types": "7.21.4-esm.2" | ||
"@babel/traverse": "7.21.4-esm.3", | ||
"@babel/types": "7.21.4-esm.3" | ||
}, | ||
@@ -25,0 +25,0 @@ "engines": { |
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
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
6397
49