@babel/plugin-proposal-optional-chaining-assign
Advanced tools
Comparing version 8.0.0-alpha.9 to 8.0.0-alpha.10
@@ -7,3 +7,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare(api => { | ||
api.assertVersion("8.0.0-alpha.9"); | ||
api.assertVersion("8.0.0-alpha.10"); | ||
const assumptions = { | ||
@@ -10,0 +10,0 @@ noDocumentAll: api.assumption("noDocumentAll") ?? false, |
{ | ||
"name": "@babel/plugin-proposal-optional-chaining-assign", | ||
"version": "8.0.0-alpha.9", | ||
"version": "8.0.0-alpha.10", | ||
"description": "Transform optional chaining on the left-hand side of assignment expressions", | ||
@@ -20,13 +20,13 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.9", | ||
"@babel/helper-skip-transparent-expression-wrappers": "^8.0.0-alpha.9", | ||
"@babel/plugin-syntax-optional-chaining-assign": "^8.0.0-alpha.9", | ||
"@babel/plugin-transform-optional-chaining": "^8.0.0-alpha.9" | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.10", | ||
"@babel/helper-skip-transparent-expression-wrappers": "^8.0.0-alpha.10", | ||
"@babel/plugin-syntax-optional-chaining-assign": "^8.0.0-alpha.10", | ||
"@babel/plugin-transform-optional-chaining": "^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/helper-plugin-test-runner": "^8.0.0-alpha.9" | ||
"@babel/core": "^8.0.0-alpha.10", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.10" | ||
}, | ||
@@ -33,0 +33,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
75330