Source code location for errors that occur at a specific point in code.
Used by ParseError and RuntimeError to indicate where the error occurred. ESTree-compliant: line is 1-indexed, column is 0-indexed.
https://github.com/estree/estree/blob/master/es5.md#node-objects
Readonly
0-indexed column number (ESTree standard)
1-indexed line number (ESTree standard)
Source code location for errors that occur at a specific point in code.
Used by ParseError and RuntimeError to indicate where the error occurred. ESTree-compliant: line is 1-indexed, column is 0-indexed.
See
https://github.com/estree/estree/blob/master/es5.md#node-objects