@wdprlib/parser
Preparing search index...
index
DiagnosticSeverity
Type Alias DiagnosticSeverity
DiagnosticSeverity
:
"error"
|
"warning"
|
"info"
Severity level of a diagnostic.
"error"
— the markup is structurally broken (e.g. inline
[[div]]
without a newline after
]]
).
"warning"
— the markup is likely unintentional but the parser can recover (e.g. a missing
[[/div]]
close tag).
"info"
— informational hints (e.g. deprecated syntax).
Since
2.0.0
Package
Version
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@wdprlib/parser
Loading...
Severity level of a diagnostic.
"error"— the markup is structurally broken (e.g. inline[[div]]without a newline after]])."warning"— the markup is likely unintentional but the parser can recover (e.g. a missing[[/div]]close tag)."info"— informational hints (e.g. deprecated syntax).