Comparing version 0.12.2 to 0.12.3
@@ -307,2 +307,8 @@ var assert = require("assert"); | ||
// Babel 6 Literal split | ||
case "NumericLiteral": | ||
return parent.type === "MemberExpression" | ||
&& name === "object" | ||
&& parent.object === node; | ||
case "AssignmentExpression": | ||
@@ -309,0 +315,0 @@ case "ConditionalExpression": |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "0.12.2", | ||
"version": "0.12.3", | ||
"homepage": "http://github.com/benjamn/recast", | ||
@@ -32,3 +32,3 @@ "repository": { | ||
"dependencies": { | ||
"ast-types": "0.9.10", | ||
"ast-types": "0.9.11", | ||
"core-js": "^2.4.1", | ||
@@ -45,3 +45,4 @@ "esprima": "~3.1.0", | ||
"mocha": "~3.2.0", | ||
"reify": "^0.5.3" | ||
"reify": "^0.6.2", | ||
"semver": "^5.3.0" | ||
}, | ||
@@ -48,0 +49,0 @@ "engines": { |
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
165273
4365
7
+ Addedast-types@0.9.11(transitive)
- Removedast-types@0.9.10(transitive)
Updatedast-types@0.9.11