Interface: QuirkRoundTripResult
The verdict of round-tripping a quirk artifact through its parser.
Properties
content
readonlycontent:string
The quirked wire text that was parsed.
intendedWarningHeld
readonlyintendedWarningHeld:boolean
true iff the bare parse produced exactly the intended code(s) - the intended-warning contract.
intendedWarnings
readonlyintendedWarnings: readonlystring[]
The exact code(s) the quirk is meant to produce.
warnings
readonlywarnings: readonlystring[]
The warning codes a bare parse (no profile) emitted.
withProfile?
readonlyoptionalwithProfile?:QuirkProfiledVerdict
The verdict under the tolerating profile, when a built-in public one exists.