We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4961c53 commit 4928d8fCopy full SHA for 4928d8f
README.md
@@ -720,6 +720,7 @@ Extended attributes look like this:
720
* `type`: Always `"extended-attribute"`.
721
* `rhs`: If there is a right-hand side, this will capture its `type` and `value`. The
722
type can be one of the following:
723
+
724
* `"identifier"`
725
* `"identifier-list"`
726
* `"string"`
@@ -729,6 +730,8 @@ Extended attributes look like this:
729
730
* `"integer"`
731
* `"integer-list"`
732
* `"*"`
733
734
+ Each child of a list has its own `type` of `value`, e.g. `type: "identifier"` for `"identifier-list"`.
735
* `parent`: The container of this type as an Object.
736
737
### Default and Const Values
0 commit comments