ast-types
Advanced tools
Comparing version 0.8.9 to 0.8.10
@@ -75,9 +75,9 @@ require("./es7"); | ||
return this.openingElement.name; | ||
}) | ||
}, true) // hidden from traversal | ||
.field("selfClosing", Boolean, function() { | ||
return this.openingElement.selfClosing; | ||
}) | ||
}, true) // hidden from traversal | ||
.field("attributes", JSXAttributes, function() { | ||
return this.openingElement.attributes; | ||
}); | ||
}, true); // hidden from traversal | ||
@@ -84,0 +84,0 @@ def("JSXOpeningElement") |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.8.9", | ||
"version": "0.8.10", | ||
"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
129122