Interface: ExtendOperation¶
Defined in: core/src/types/ast.ts:672
Canonical extension operation.
Extends¶
Properties¶
extension¶
readonlyextension:CanonicalExtendBlock
Defined in: core/src/types/ast.ts:674
loc¶
readonlyloc:object
Defined in: core/src/types/ast.ts:467
column¶
readonlycolumn:number
Column number (1-indexed)
file¶
readonlyfile:string
File path
line¶
readonlyline:number
Line number (1-indexed)
offset?¶
readonlyoptionaloffset?:number
Byte offset from start of file
Inherited from¶
sourceLayerId¶
readonlysourceLayerId:string
Defined in: core/src/types/ast.ts:675
type¶
readonlytype:"ExtendOperation"
Defined in: core/src/types/ast.ts:673