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

Class

tools/tslint-rules/settersAfterGettersRule.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 * Rule that enforces that property setters are declared after getters.
6 */
7export class Rule extends Lint.Rules.AbstractRule {
8 apply(sourceFile: ts.SourceFile): Lint.RuleFailure[] {
9 return this.applyWithWalker(new Walker(sourceFile, this.getOptions()));
10 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected