included Ranges
The ranges of text that the parser will include when parsing.
By default, the parser will always include entire documents. Setting this property allows you to parse only a portion of a document but still return a syntax tree whose ranges match up with the document as a whole. You can also pass multiple disjoint ranges.
Throws
If the ranges overlap or are not in ascending order.
The ranges of text that the parser will include when parsing.
By default, the parser will always include entire documents. Setting this property allows you to parse only a portion of a document but still return a syntax tree whose ranges match up with the document as a whole. You can also pass multiple disjoint ranges.
Throws
If the ranges overlap or are not in ascending order.
The ranges of text that the parser will include when parsing.
By default, the parser will always include entire documents. Setting this property allows you to parse only a portion of a document but still return a syntax tree whose ranges match up with the document as a whole. You can also pass multiple disjoint ranges.
Throws
If the ranges overlap or are not in ascending order.
The ranges of text that the parser should include when parsing.
By default, the parser will always include entire documents. Setting this property allows you to parse only a portion of a document but still return a syntax tree whose ranges match up with the document as a whole. You can also pass multiple disjoint ranges.
Throws
If the ranges overlap or are not in ascending order.