@babel/plugin-syntax-optional-chaining-assign
Advanced tools
Comparing version 7.23.0 to 7.23.7
@@ -10,3 +10,3 @@ "use strict"; | ||
const v = new _helperValidatorOption.OptionValidator("@babel/plugin-syntax-optional-chaining-assign"); | ||
var _default = (0, _helperPluginUtils.declare)((api, options) => { | ||
var _default = exports.default = (0, _helperPluginUtils.declare)((api, options) => { | ||
api.assertVersion("^7.23.0"); | ||
@@ -29,4 +29,3 @@ v.validateTopLevelOptions(options, { | ||
}); | ||
exports.default = _default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/plugin-syntax-optional-chaining-assign", | ||
"version": "7.23.0", | ||
"version": "7.23.7", | ||
"description": "Allow parsing of optional chaining on the left-hand side of assignment expressions", | ||
@@ -21,3 +21,3 @@ "repository": { | ||
"@babel/helper-plugin-utils": "^7.22.5", | ||
"@babel/helper-validator-option": "^7.22.15" | ||
"@babel/helper-validator-option": "^7.23.5" | ||
}, | ||
@@ -28,3 +28,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.23.0" | ||
"@babel/core": "^7.23.7" | ||
}, | ||
@@ -31,0 +31,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
5368
27