babel-helper-call-delegate
Advanced tools
Comparing version 7.0.0-alpha.16 to 7.0.0-alpha.17
@@ -5,4 +5,7 @@ "use strict"; | ||
exports.default = function (path) { | ||
var scope = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : path.scope; | ||
exports.default = function (path, scope) { | ||
if (scope === void 0) { | ||
scope = path.scope; | ||
} | ||
var node = path.node; | ||
@@ -9,0 +12,0 @@ var container = t.functionExpression(null, [], node.body, node.generator, node.async); |
{ | ||
"name": "babel-helper-call-delegate", | ||
"version": "7.0.0-alpha.16", | ||
"version": "7.0.0-alpha.17", | ||
"description": "Helper function to call delegate", | ||
@@ -9,6 +9,6 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate", | ||
"dependencies": { | ||
"babel-helper-hoist-variables": "7.0.0-alpha.16", | ||
"babel-traverse": "7.0.0-alpha.16", | ||
"babel-types": "7.0.0-alpha.16" | ||
"babel-helper-hoist-variables": "7.0.0-alpha.17", | ||
"babel-traverse": "7.0.0-alpha.17", | ||
"babel-types": "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
55
2398
+ 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-hoist-variables@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-hoist-variables@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)
Updatedbabel-types@7.0.0-alpha.17