@babel/traverse
Advanced tools
Comparing version 7.4.4 to 7.4.5
@@ -56,3 +56,3 @@ "use strict"; | ||
if (ret && typeof ret === "object" && typeof ret.then === "function") { | ||
throw new Error(`You appear to be using a plugin with an async traversal visitor, ` + `which your current version of Babel does not support.` + `If you're using a published plugin, you may need to upgrade ` + `your @babel/core version.`); | ||
throw new Error(`You appear to be using a plugin with an async traversal visitor, ` + `which your current version of Babel does not support. ` + `If you're using a published plugin, you may need to upgrade ` + `your @babel/core version.`); | ||
} | ||
@@ -59,0 +59,0 @@ |
{ | ||
"name": "@babel/traverse", | ||
"version": "7.4.4", | ||
"version": "7.4.5", | ||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", | ||
@@ -18,3 +18,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"@babel/helper-split-export-declaration": "^7.4.4", | ||
"@babel/parser": "^7.4.4", | ||
"@babel/parser": "^7.4.5", | ||
"@babel/types": "^7.4.4", | ||
@@ -28,3 +28,3 @@ "debug": "^4.1.0", | ||
}, | ||
"gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba" | ||
"gitHead": "33ab4f166117e2380de3955a0842985f578b01b8" | ||
} |
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
144784
Updated@babel/parser@^7.4.5