Function: hasTypeServices()
function hasTypeServices(context: TypedRuleContext): boolean;
Defined in: _internal/typed-rule.ts:177
Determine whether the current lint context has full type information.
Parametersโ
contextโ
Rule context from the current lint evaluation.
Returnsโ
boolean
true when parser services and program are available.