| 3 | |
| 4 | /** Rule that enforces that ternary expressions aren't being nested. */ |
| 5 | export class Rule extends Lint.Rules.AbstractRule { |
| 6 | apply(sourceFile: ts.SourceFile): Lint.RuleFailure[] { |
| 7 | return this.applyWithFunction( |
| 8 | sourceFile, |
nothing calls this directly
no outgoing calls
no test coverage detected