The FilePosition interface represents the position of a file in terms of its offset, line number, and column number.
The column number of the file.
The line number of the file.
The offset of the file.
Generated using TypeDoc
The FilePosition interface represents the position of a file in terms of its offset, line number, and column number.