@babel/helper-explode-assignable-expression
Advanced tools
Comparing version 7.21.4-esm to 7.21.4-esm.1
@@ -1,8 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = _default; | ||
var _t = require("@babel/types"); | ||
import * as _t from "@babel/types"; | ||
const { | ||
@@ -57,3 +51,3 @@ assignmentExpression, | ||
} | ||
function _default(node, nodes, file, scope, allowedSingleIdent) { | ||
export default function (node, nodes, file, scope, allowedSingleIdent) { | ||
let obj; | ||
@@ -60,0 +54,0 @@ if (isIdentifier(node) && allowedSingleIdent) { |
{ | ||
"name": "@babel/helper-explode-assignable-expression", | ||
"version": "7.21.4-esm", | ||
"version": "7.21.4-esm.1", | ||
"description": "Helper function to explode an assignable expression", | ||
@@ -17,6 +17,6 @@ "repository": { | ||
"dependencies": { | ||
"@babel/types": "^7.21.4-esm" | ||
"@babel/types": "^7.21.4-esm.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/traverse": "^7.21.4-esm" | ||
"@babel/traverse": "^7.21.4-esm.1" | ||
}, | ||
@@ -27,3 +27,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
10165
73
Updated@babel/types@^7.21.4-esm.1