Skip to main content

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โ€‹

TypedRuleContext

Rule context from the current lint evaluation.

Returnsโ€‹

boolean

true when parser services and program are available.