SourcePosition
Defined in: packages/aip/src/filtering/errors.ts:44
Properties
Section titled “Properties”column
Section titled “column”column:
number
Defined in: packages/aip/src/filtering/errors.ts:52
0-based column within the line.
exprId?
Section titled “exprId?”
optionalexprId?:bigint
Defined in: packages/aip/src/filtering/errors.ts:54
The expression node id associated with this position, when available.
line:
number
Defined in: packages/aip/src/filtering/errors.ts:50
1-based line number. Use -1 for errors with no meaningful position.
location
Section titled “location”location:
string
Defined in: packages/aip/src/filtering/errors.ts:46
The location label from SourceInfo (e.g. "").
offset
Section titled “offset”offset:
number
Defined in: packages/aip/src/filtering/errors.ts:48
Byte offset of the relevant token within the source string.