ast-types
Advanced tools
Comparing version 0.8.3 to 0.8.4
@@ -265,4 +265,3 @@ require("./es7"); | ||
def("ClassProperty") | ||
.build("key", "value", "typeAnnotation", "static") | ||
.field("key", def("Identifier")) | ||
.build("key", "value", "typeAnnotation") | ||
.field("value", or(def("Expression"), null)) | ||
@@ -269,0 +268,0 @@ .field("typeAnnotation", or(def("TypeAnnotation"), null)) |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"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
128465
3084