We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08c2fa commit e3d9d92Copy full SHA for e3d9d92
javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java
@@ -747,7 +747,7 @@ private CompletableFuture<?> extractSource() throws IOException {
747
.filter(p -> !isFileTooLarge(p))
748
.sorted(PATH_ORDERING)
749
.collect(Collectors.toCollection(() -> new LinkedHashSet<>()));
750
- // exclude files in output directories as configured in tsconfig.json
+ // gather all output directories specified in tsconfig.json files
751
final List<Path> outDirs = new ArrayList<>();
752
for (Path cfg : tsconfigFiles) {
753
try {
0 commit comments