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

Class

tools/tslint-rules/noExposedTodoRule.ts:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20class NoExposedTodoWalker extends Lint.RuleWalker {
21 override visitSourceFile(sourceFile: ts.SourceFile) {
22 utils.forEachComment(sourceFile, (text, commentRange) => {
23 const isTodoComment = text.substring(commentRange.pos, commentRange.end).includes('TODO:');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected