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

Class

tools/tslint-rules/noCrossEntryPointRelativeImportsRule.ts:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 * changes in the Angular Package release output.
16 */
17export class Rule extends Lint.Rules.AbstractRule {
18 apply(sourceFile: ts.SourceFile): Lint.RuleFailure[] {
19 return this.applyWithFunction(sourceFile, checkSourceFile, this.getOptions().ruleArguments[0]);
20 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected