| 26 | * https://next.angular.io/guide/lightweight-injection-tokens. |
| 27 | */ |
| 28 | export class Rule extends Lint.Rules.TypedRule { |
| 29 | applyWithProgram(sourceFile: ts.SourceFile, program: ts.Program): Lint.RuleFailure[] { |
| 30 | return this.applyWithFunction( |
| 31 | sourceFile, |
nothing calls this directly
no outgoing calls
no test coverage detected