ast-types
Advanced tools
Comparing version 0.7.7 to 0.7.8
@@ -136,2 +136,8 @@ require("./core"); | ||
def("BooleanLiteralTypeAnnotation") | ||
.bases("Type") | ||
.build("value", "raw") | ||
.field("value", isBoolean) | ||
.field("raw", isString); | ||
def("TypeAnnotation") | ||
@@ -138,0 +144,0 @@ .bases("Node") |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.7.7", | ||
"version": "0.7.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
124184
2944