UnexpectedInputResult
Defined in: src/runtime/diagnostics.ts:113
A prefix parsed, but trailing input remains.
Properties
Section titled “Properties”code:
"UNEXPECTED_INPUT"
Defined in: src/runtime/diagnostics.ts:114
message
Section titled “message”message:
string
Defined in: src/runtime/diagnostics.ts:115
position
Section titled “position”position:
number
Defined in: src/runtime/diagnostics.ts:117
0-based offset of the trailing input
found:
string
Defined in: src/runtime/diagnostics.ts:119
The next few characters at position
expected?
Section titled “expected?”
optionalexpected?: readonlystring[]
Defined in: src/runtime/diagnostics.ts:122
Tokens that could have continued the parse — present only when the parser got exactly this far