Skip to content

Commit 1b43bd8

Browse files
committed
Removed old TODO comment
1 parent 0174bda commit 1b43bd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/program.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ namespace ts {
19011901

19021902
// See if we need to reprocess the imports due to prior skipped imports
19031903
if (file && lookUp(modulesWithElidedImports, file.path)) {
1904-
if (currentNodeModulesJsDepth < maxNodeModulesJsDepth) { // TODO: Check for off-by-ones
1904+
if (currentNodeModulesJsDepth < maxNodeModulesJsDepth) {
19051905
modulesWithElidedImports[file.path] = false;
19061906
processImportedModules(file, getDirectoryPath(fileName));
19071907
}

0 commit comments

Comments
 (0)