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

Class

tools/tslint-rules/noZoneDependenciesRule.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10/** Rule to prevent adding code that depends on using zones. */
11export class Rule extends Lint.Rules.TypedRule {
12 applyWithProgram(sourceFile: ts.SourceFile, program: ts.Program): Lint.RuleFailure[] {
13 return this.applyWithWalker(
14 new Walker(sourceFile, this.getOptions(), program.getTypeChecker()),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected