MCPcopy Create free account
hub / github.com/angular/angular /

Class

tools/tslint/noImplicitOverrideAbstractRule.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 * More details can be found here: https://github.com/microsoft/TypeScript/issues/44457.
27 */
28export class Rule extends TypedRule {
29 override applyWithProgram(sourceFile: ts.SourceFile, program: ts.Program): RuleFailure[] {
30 return this.applyWithFunction(sourceFile, (ctx) => visitNode(sourceFile, ctx, program));
31 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected