Merge pull request #19680 from github/tausbn/javascript-exclude-obviously-generated-files

JavaScript: Don't extract obviously generated files
This commit is contained in:
Taus
2025-06-20 15:52:39 +02:00
committed by GitHub
5 changed files with 104 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The JavaScript extractor now skips generated JavaScript files if the original TypeScript files are already present. It also skips any files in the output directory specified in the `compilerOptions` part of the `tsconfig.json` file.