ast-types
Advanced tools
Comparing version 0.9.5 to 0.9.6
@@ -38,2 +38,10 @@ module.exports = function (fork) { | ||
// Babylon 6 differs in AST from Flow | ||
// same as NumberLiteralTypeAnnotation | ||
def("NumericLiteralTypeAnnotation") | ||
.bases("Type") | ||
.build("value", "raw") | ||
.field("value", Number) | ||
.field("raw", String); | ||
def("StringTypeAnnotation") | ||
@@ -40,0 +48,0 @@ .bases("Type") |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"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
156075
3574