ast-types
Advanced tools
Comparing version 0.9.13 to 0.9.14
@@ -119,3 +119,3 @@ module.exports = function (fork) { | ||
.build("properties", "indexers", "callProperties") | ||
.field("properties", [def("ObjectTypeProperty")]) | ||
.field("properties", [or(def("ObjectTypeProperty"), def("ObjectTypeSpreadProperty"))]) | ||
.field("indexers", [def("ObjectTypeIndexer")], defaults.emptyArray) | ||
@@ -122,0 +122,0 @@ .field("callProperties", |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.9.13", | ||
"version": "0.9.14", | ||
"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
156594