We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0174bda commit 1b43bd8Copy full SHA for 1b43bd8
1 file changed
src/compiler/program.ts
@@ -1901,7 +1901,7 @@ namespace ts {
1901
1902
// See if we need to reprocess the imports due to prior skipped imports
1903
if (file && lookUp(modulesWithElidedImports, file.path)) {
1904
- if (currentNodeModulesJsDepth < maxNodeModulesJsDepth) { // TODO: Check for off-by-ones
+ if (currentNodeModulesJsDepth < maxNodeModulesJsDepth) {
1905
modulesWithElidedImports[file.path] = false;
1906
processImportedModules(file, getDirectoryPath(fileName));
1907
}
0 commit comments