Skip to main content
Version: v0.0.2

Interface: ParseResult

The result of wrapping a parser's parse: the library's parsed model + its value-free warnings.

Properties

model

readonly model: unknown

The wrapped library's parsed model: emitted verbatim as JSON on the data channel.


warnings

readonly warnings: readonly ParseWarning[]

The parser's value-free warnings (code + position).