Skip to content

ParseError

Defined in: .work/repos/tabscript/src/state.ts:77

Error thrown when the TabScript parser encounters invalid syntax. Contains position information (line, column, offset) for the error location.

  • Error

recoverSkip: string

Defined in: .work/repos/tabscript/src/state.ts:79

Input code that was skipped in an attempt to recover from the error.


offset: number

Defined in: .work/repos/tabscript/src/state.ts:80


line: number

Defined in: .work/repos/tabscript/src/state.ts:80


column: number

Defined in: .work/repos/tabscript/src/state.ts:80


optional cause?: unknown

Defined in: site/node_modules/typescript/lib/lib.es2022.error.d.ts:24

Error.cause


name: string

Defined in: site/node_modules/typescript/lib/lib.es5.d.ts:1074

Error.name


message: string

Defined in: site/node_modules/typescript/lib/lib.es5.d.ts:1075

Error.message


optional stack?: string

Defined in: site/node_modules/typescript/lib/lib.es5.d.ts:1076

Error.stack

toString(): string

Defined in: .work/repos/tabscript/src/state.ts:83

Returns a string representation of an object.

string