ast-types
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -265,5 +265,7 @@ require("./es7"); | ||
def("ClassProperty") | ||
.build("key", "typeAnnotation") | ||
.field("typeAnnotation", def("TypeAnnotation")) | ||
.field("static", Boolean, false); | ||
.build("key", "value", "typeAnnotation", "static") | ||
.field("key", def("Identifier")) | ||
.field("value", or(def("Expression"), null)) | ||
.field("typeAnnotation", or(def("TypeAnnotation"), null)) | ||
.field("static", Boolean, defaults["false"]); | ||
@@ -270,0 +272,0 @@ def("ClassImplements") |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"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
128510
3085