Interface: QuirkProfiledVerdict
The verdict of a bare parse under the tolerating profile, if any.
Properties
disposition
readonlydisposition:QuirkProfileDisposition
How the profile treats the quirk.
profileName
readonlyprofileName:string
The profile applied.
tolerated
readonlytolerated:boolean
true iff the profile handled the quirk as its disposition declares: "suppressed" ⇒ the intended
code is gone; "rebadged" ⇒ the intended code is gone and PROFILE_QUIRK_APPLIED is present.
warnings
readonlywarnings: readonlystring[]
The warning codes the parser emitted with the profile active.