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.
Extends
Section titled “Extends”Error
Properties
Section titled “Properties”recoverSkip
Section titled “recoverSkip”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
Section titled “offset”offset:
number
Defined in: .work/repos/tabscript/src/state.ts:80
line:
number
Defined in: .work/repos/tabscript/src/state.ts:80
column
Section titled “column”column:
number
Defined in: .work/repos/tabscript/src/state.ts:80
cause?
Section titled “cause?”
optionalcause?:unknown
Defined in: site/node_modules/typescript/lib/lib.es2022.error.d.ts:24
Inherited from
Section titled “Inherited from”Error.cause
name:
string
Defined in: site/node_modules/typescript/lib/lib.es5.d.ts:1074
Inherited from
Section titled “Inherited from”Error.name
message
Section titled “message”message:
string
Defined in: site/node_modules/typescript/lib/lib.es5.d.ts:1075
Inherited from
Section titled “Inherited from”Error.message
stack?
Section titled “stack?”
optionalstack?:string
Defined in: site/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
Section titled “Inherited from”Error.stack
Methods
Section titled “Methods”toString()
Section titled “toString()”toString():
string
Defined in: .work/repos/tabscript/src/state.ts:83
Returns a string representation of an object.
Returns
Section titled “Returns”string