Skip to content

SourcePosition

Defined in: packages/aip/src/filtering/errors.ts:44

column: number

Defined in: packages/aip/src/filtering/errors.ts:52

0-based column within the line.


optional exprId?: 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: string

Defined in: packages/aip/src/filtering/errors.ts:46

The location label from SourceInfo (e.g. "").


offset: number

Defined in: packages/aip/src/filtering/errors.ts:48

Byte offset of the relevant token within the source string.