[I] SourceFile
Extended by
Properties
Methods
getLineAndCharacterOfPosition()
getLineAndCharacterOfPosition(position): LineAndCharacter
Converts a one-dimensional position in the document (measured in UTF-16 code units) to line number and offset from line start.
Parameters
Parameter | Type |
---|---|
position | number |
Returns
getLineStarts()
getLineStarts(): readonly number[]
Array of positions in the text where each line begins. There is one entry per line, in order of lines, and each entry represents the offset in UTF-16 code units from the start of the document to the beginning of the line.
Returns
readonly number
[]