babel-plugin-transform-optional-chaining
Advanced tools
Comparing version 7.0.0-alpha.19 to 7.0.0-alpha.20
@@ -8,4 +8,7 @@ "use strict"; | ||
function optional(path, replacementPath) { | ||
var loose = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; | ||
function optional(path, replacementPath, loose) { | ||
if (loose === void 0) { | ||
loose = false; | ||
} | ||
var scope = path.scope; | ||
@@ -12,0 +15,0 @@ var optionals = []; |
{ | ||
"name": "babel-plugin-transform-optional-chaining", | ||
"version": "7.0.0-alpha.19", | ||
"version": "7.0.0-alpha.20", | ||
"description": "Transform optional chaining operators into a series of nil checks", | ||
@@ -9,3 +9,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-optional-chaining", | ||
"dependencies": { | ||
"babel-plugin-syntax-optional-chaining": "7.0.0-alpha.19" | ||
"babel-plugin-syntax-optional-chaining": "7.0.0-alpha.20" | ||
}, | ||
@@ -16,4 +16,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.19" | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.20" | ||
} | ||
} |
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
99
6054
+ Addedbabel-plugin-syntax-optional-chaining@7.0.0-alpha.20(transitive)
- Removedbabel-plugin-syntax-optional-chaining@7.0.0-alpha.19(transitive)