We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce93e7 commit 22332fbCopy full SHA for 22332fb
readme.md
@@ -65,10 +65,13 @@ interface Data { }
65
#### `Location`
66
67
**Location** references a location of a node in a **Unist** file.
68
-If a location is not applicable, the location must be omitted.
69
-**Location** consists of a `start` and end `position`. And, if
+**Location** consists of a `start` and `end` position. And, if
70
relevant, an `indent` property.
71
+When the value represented by a node is not present in the document
72
+corresponding to the syntax tree, it must not have a location. These
73
+nodes are said to be _generated_.
74
+
75
```idl
76
interface Location {
77
start: Position;
0 commit comments