[I] LinterRuleContext
Type Parameters
Section titled “Type Parameters”Type Parameter |
---|
DM extends DiagnosticMessages |
Properties
Section titled “Properties”Property | Modifier | Type |
---|---|---|
program | readonly | Program |
Methods
Section titled “Methods”reportDiagnostic()
Section titled “reportDiagnostic()”reportDiagnostic<M>(diag): void;
Type Parameters
Section titled “Type Parameters”Type Parameter |
---|
M extends string | number | symbol |
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
diag | LinterRuleDiagnosticReport <DM , M > |
Returns
Section titled “Returns”void