ast-types 0.7.7 → 0.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/def/fb-harmony.js CHANGED
@@ -133,6 +133,12 @@ def("StringLiteralTypeAnnotation")
133
133
  def("BooleanTypeAnnotation")
134
134
  .bases("Type");
135
135
 
136
+ def("BooleanLiteralTypeAnnotation")
137
+ .bases("Type")
138
+ .build("value", "raw")
139
+ .field("value", isBoolean)
140
+ .field("raw", isString);
141
+
136
142
  def("TypeAnnotation")
137
143
  .bases("Node")
138
144
  .build("typeAnnotation")
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "transformation",
19
19
  "syntax"
20
20
  ],
21
- "version": "0.7.7",
21
+ "version": "0.7.8",
22
22
  "homepage": "http://github.com/benjamn/ast-types",
23
23
  "repository": {
24
24
  "type": "git",