Interface: ParseResult
The result of wrapping a parser's parse: the library's parsed model + its value-free warnings.
Properties
model
readonlymodel:unknown
The wrapped library's parsed model: emitted verbatim as JSON on the data channel.
warnings
readonlywarnings: readonlyParseWarning[]
The parser's value-free warnings (code + position).