Skip to main content
Version: v0.0.4

Type Alias: ParseWarning

ParseWarning = object & Readonly<Record<string, unknown>>

A value-free parse warning: a stable code plus the parser's positional (index-only) context.

Type Declaration

code

readonly code: string