Skip to content

PromptScript API


Interface: CanonicalNode

Defined in: core/src/types/ast.ts:465

Base interface for immutable canonical AST nodes.

Extended by

Properties

loc

readonly loc: object

Defined in: core/src/types/ast.ts:467

column

readonly column: number

Column number (1-indexed)

file

readonly file: string

File path

line

readonly line: number

Line number (1-indexed)

offset?

readonly optional offset?: number

Byte offset from start of file


type

readonly type: string

Defined in: core/src/types/ast.ts:466