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.
2 parents d675304 + 95a418a commit 1c0c51fCopy full SHA for 1c0c51f
javascript/extractor/src/com/semmle/js/extractor/Main.java
@@ -527,7 +527,6 @@ private void collectFiles(File root, boolean explicit) {
527
// extract files that are supported, match the layout (if any), pass the includeMatcher,
528
// and do not pass the excludeMatcher
529
if (fileExtractor.supports(root)
530
- && extractorOutputConfig.shouldExtract(root)
531
&& (explicit || includeMatcher.matches(path) && !excludeMatcher.matches(path))) {
532
files.add(normalizeFile(root));
533
}
0 commit comments