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

Class

tools/tslint/noDuplicateEnumValuesRule.ts:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 * ```
24 */
25export class Rule extends TypedRule {
26 override applyWithProgram(sourceFile: ts.SourceFile, program: ts.Program): RuleFailure[] {
27 const checker = program.getTypeChecker();
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected