Utility functions for source positions.
Formats a source position as a human-readable string.
Creates a source position from the given line and column numbers.
line number (starts with 1)
column number (starts with 1)
Returns the column of a source position
Returns the line of a source position
returns an invalid source position
Readonly
Utility functions for source positions.