ast-types
Advanced tools
Comparing version 0.4.9 to 0.4.10
@@ -187,3 +187,3 @@ require("./core"); | ||
.field("specifiers", [def("ImportSpecifier")]) | ||
.field("kind", or("named", "default")) | ||
.field("kind", or("named", "default", null)) | ||
.field("source", ModuleSpecifier); | ||
@@ -190,0 +190,0 @@ |
@@ -169,2 +169,4 @@ var assert = require("assert"); | ||
this.needToCallTraverse = true; | ||
Object.seal(this); | ||
} | ||
@@ -171,0 +173,0 @@ |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"homepage": "http://github.com/benjamn/ast-types", | ||
@@ -24,0 +24,0 @@ "repository": { |
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
107038
2502