cel-ts - v0.1.0-alpha
GitHub
Preparing search index...
LintDiagnostic
Type Alias LintDiagnostic
Reported lint issue for an expression.
type
LintDiagnostic
=
{
exprId
:
ExprId
;
location
?:
LintLocation
;
message
:
string
;
severity
:
LintSeverity
;
}
Index
Properties
expr
Id
location?
message
severity
Properties
expr
Id
exprId
:
ExprId
Optional
location
location
?:
LintLocation
message
message
:
string
severity
severity
:
LintSeverity
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expr
Id
location
message
severity
GitHub
cel-ts - v0.1.0-alpha
Loading...
Reported lint issue for an expression.