Skip to content

Commit 8ca4c8b

Browse files
authored
Remove indent on positions
Closes GH-98. Reviewed-by: Remco Haszing <[email protected]> Reviewed-by: Christian Murphy <[email protected]>
1 parent d3936a0 commit 8ca4c8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

readme.md

-4
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ For example, in JavaScript, a tree can be passed through
134134
interface Position {
135135
start: Point
136136
end: Point
137-
indent: [number >= 1]?
138137
}
139138
```
140139

@@ -147,9 +146,6 @@ after the parsed source region, whether it exists or not.
147146
The value of the `start` and `end` fields implement the **[Point][dfn-point]**
148147
interface.
149148

150-
The `indent` field of **Position** represents the start column at each index
151-
(plus start line) in the source region, for elements that span multiple lines.
152-
153149
If the syntactic unit represented by a node is not present in the source
154150
*[file][term-file]* at the time of parsing, the node is said to be
155151
*[generated][term-generated]* and it must not have positional information.

0 commit comments

Comments
 (0)