@babel/plugin-syntax-optional-chaining-assign
Advanced tools
Comparing version 8.0.0-alpha.9 to 8.0.0-alpha.10
@@ -6,3 +6,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare((api, options) => { | ||
api.assertVersion("8.0.0-alpha.9"); | ||
api.assertVersion("8.0.0-alpha.10"); | ||
v.validateTopLevelOptions(options, { | ||
@@ -9,0 +9,0 @@ version: "version" |
{ | ||
"name": "@babel/plugin-syntax-optional-chaining-assign", | ||
"version": "8.0.0-alpha.9", | ||
"version": "8.0.0-alpha.10", | ||
"description": "Allow parsing of optional chaining on the left-hand side of assignment expressions", | ||
@@ -20,10 +20,10 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.9", | ||
"@babel/helper-validator-option": "^8.0.0-alpha.9" | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.10", | ||
"@babel/helper-validator-option": "^8.0.0-alpha.10" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.9" | ||
"@babel/core": "^8.0.0-alpha.10" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.9" | ||
"@babel/core": "^8.0.0-alpha.10" | ||
}, | ||
@@ -30,0 +30,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
71942