ast-types
Advanced tools
Comparing version 0.9.7 to 0.9.8
@@ -192,2 +192,5 @@ module.exports = function (fork) { | ||
def("ObjectPattern") | ||
.field("typeAnnotation", or(def("TypeAnnotation"), null), defaults["null"]); | ||
def("TypeParameterDeclaration") | ||
@@ -194,0 +197,0 @@ .bases("Node") |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.9.7", | ||
"version": "0.9.8", | ||
"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
156414
3587