@babel/types
Advanced tools
Comparing version 7.0.0-rc.2 to 7.0.0-rc.3
@@ -62,2 +62,6 @@ "use strict"; | ||
case "BreakStatement": | ||
case "ContinueStatement": | ||
return false; | ||
case "FunctionDeclaration": | ||
@@ -64,0 +68,0 @@ case "FunctionExpression": |
{ | ||
"name": "@babel/types", | ||
"version": "7.0.0-rc.2", | ||
"version": "7.0.0-rc.3", | ||
"description": "Babel Types is a Lodash-esque utility library for AST nodes", | ||
@@ -17,5 +17,5 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"devDependencies": { | ||
"@babel/generator": "7.0.0-rc.2", | ||
"@babel/parser": "7.0.0-rc.2" | ||
"@babel/generator": "7.0.0-rc.3", | ||
"@babel/parser": "7.0.0-rc.3" | ||
} | ||
} |
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
558923
87
11623