babel-helper-call-delegate
Advanced tools
Comparing version 6.6.0 to 6.6.4
@@ -17,4 +17,2 @@ "use strict"; | ||
/*:: import type { NodePath } from "babel-traverse";*/ | ||
var visitor = { | ||
@@ -36,3 +34,3 @@ enter: function enter(path, state) { | ||
exports["default"] = function (path /*: NodePath*/) { | ||
exports["default"] = function (path) { | ||
var scope = arguments.length <= 1 || arguments[1] === undefined ? path.scope : arguments[1]; | ||
@@ -39,0 +37,0 @@ return (function () { |
{ | ||
"name": "babel-helper-call-delegate", | ||
"version": "6.6.0", | ||
"version": "6.6.4", | ||
"description": "", | ||
@@ -9,7 +9,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate", | ||
"dependencies": { | ||
"babel-traverse": "^6.6.0", | ||
"babel-traverse": "^6.6.4", | ||
"babel-runtime": "^5.0.0", | ||
"babel-types": "^6.6.0", | ||
"babel-helper-hoist-variables": "^6.3.13" | ||
"babel-types": "^6.6.4", | ||
"babel-helper-hoist-variables": "^6.6.4" | ||
} | ||
} |
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
2383
53
Updatedbabel-traverse@^6.6.4
Updatedbabel-types@^6.6.4