babel-plugin-transform-es2015-object-super
Advanced tools
Comparing version 7.0.0-alpha.16 to 7.0.0-alpha.17
@@ -32,5 +32,5 @@ "use strict"; | ||
var propPath = _ref2; | ||
if (propPath.isObjectProperty()) propPath = propPath.get("value"); | ||
replacePropertySuper(propPath, propPath.node, path.scope, getObjectRef, state); | ||
var _propPath = _ref2; | ||
if (_propPath.isObjectProperty()) _propPath = _propPath.get("value"); | ||
replacePropertySuper(_propPath, _propPath.node, path.scope, getObjectRef, state); | ||
} | ||
@@ -37,0 +37,0 @@ }); |
{ | ||
"name": "babel-plugin-transform-es2015-object-super", | ||
"version": "7.0.0-alpha.16", | ||
"version": "7.0.0-alpha.17", | ||
"description": "Compile ES2015 object super to ES5", | ||
@@ -12,7 +12,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-object-super", | ||
"dependencies": { | ||
"babel-helper-replace-supers": "7.0.0-alpha.16" | ||
"babel-helper-replace-supers": "7.0.0-alpha.17" | ||
}, | ||
"devDependencies": { | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.16" | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.17" | ||
} | ||
} |
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
3892
+ Addedbabel-code-frame@7.0.0-alpha.17(transitive)
+ Addedbabel-helper-function-name@7.0.0-alpha.17(transitive)
+ Addedbabel-helper-get-function-arity@7.0.0-alpha.17(transitive)
+ Addedbabel-helper-optimise-call-expression@7.0.0-alpha.17(transitive)
+ Addedbabel-helper-replace-supers@7.0.0-alpha.17(transitive)
+ Addedbabel-messages@7.0.0-alpha.17(transitive)
+ Addedbabel-template@7.0.0-alpha.17(transitive)
+ Addedbabel-traverse@7.0.0-alpha.17(transitive)
+ Addedbabel-types@7.0.0-alpha.17(transitive)
+ Addedbabylon@7.0.0-beta.18(transitive)
- Removedbabel-code-frame@7.0.0-alpha.16(transitive)
- Removedbabel-helper-function-name@7.0.0-alpha.16(transitive)
- Removedbabel-helper-get-function-arity@7.0.0-alpha.16(transitive)
- Removedbabel-helper-optimise-call-expression@7.0.0-alpha.16(transitive)
- Removedbabel-helper-replace-supers@7.0.0-alpha.16(transitive)
- Removedbabel-messages@7.0.0-alpha.16(transitive)
- Removedbabel-template@7.0.0-alpha.16(transitive)
- Removedbabel-traverse@7.0.0-alpha.16(transitive)
- Removedbabel-types@7.0.0-alpha.16(transitive)
- Removedbabylon@7.0.0-beta.17(transitive)