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