babel-traverse
Advanced tools
Comparing version 6.24.1 to 6.25.0
@@ -130,2 +130,6 @@ "use strict"; | ||
if (path.parentPath.isExportDeclaration()) { | ||
path = path.parentPath; | ||
} | ||
return path; | ||
@@ -132,0 +136,0 @@ }; |
@@ -1015,3 +1015,3 @@ "use strict"; | ||
if (_crawlCallsCount === 0 && binding && binding.path.isFlow()) { | ||
console.warn("\n You or one of the Babel plugins you are using are using Flow declarations as bindings.\n Support for this will be removed in version 6.8. To find out the caller, grep for this\n message and change it to a `console.trace()`.\n "); | ||
console.warn("\n You or one of the Babel plugins you are using are using Flow declarations as bindings.\n Support for this will be removed in version 7. To find out the caller, grep for this\n message and change it to a `console.trace()`.\n "); | ||
} | ||
@@ -1018,0 +1018,0 @@ return binding; |
{ | ||
"name": "babel-traverse", | ||
"version": "6.24.1", | ||
"version": "6.25.0", | ||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", | ||
@@ -14,4 +14,4 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"babel-runtime": "^6.22.0", | ||
"babel-types": "^6.24.1", | ||
"babylon": "^6.15.0", | ||
"babel-types": "^6.25.0", | ||
"babylon": "^6.17.2", | ||
"debug": "^2.2.0", | ||
@@ -23,4 +23,4 @@ "globals": "^9.0.0", | ||
"devDependencies": { | ||
"babel-generator": "^6.24.1" | ||
"babel-generator": "^6.25.0" | ||
} | ||
} |
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
150819
4239
Updatedbabel-types@^6.25.0
Updatedbabylon@^6.17.2