JustAttributes attempts to interpret all of the contents of the body as attributes, allowing for the contents to be accessed without a priori knowledge of the structure. The behavior of this method depends on the body's source language. Some languages, like JSON, can't distinguish between attribute
()
| 67 | // Diagnostics may be produced for other reasons too, such as duplicate |
| 68 | // declarations of the same attribute. |
| 69 | JustAttributes() (Attributes, Diagnostics) |
| 70 | |
| 71 | // MissingItemRange returns a range that represents where a missing item |
| 72 | // might hypothetically be inserted. This is used when producing |
no outgoing calls