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

Class

tools/tslint/requireInternalWithUnderscoreRule.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import ts from 'typescript';
13
14export class Rule extends AbstractRule {
15 override apply(sourceFile: ts.SourceFile): RuleFailure[] {
16 const typedefWalker = new TypedefWalker(sourceFile, this.getOptions());
17 return this.applyWithWalker(typedefWalker);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected