diff --git a/javascript/ql/src/change-notes/2025-12-05-skip-minified-files.md b/javascript/ql/src/change-notes/2025-12-05-skip-minified-files.md new file mode 100644 index 00000000000..ce202b35866 --- /dev/null +++ b/javascript/ql/src/change-notes/2025-12-05-skip-minified-files.md @@ -0,0 +1,6 @@ +--- +category: majorAnalysis +--- +* JavaScript files with an average line length greater than 200 are now considered minified and will no longer be analyzed. + For use-cases where minified files should be analyzed, the orginal behaviour can be restored by setting the environment variable + `CODEQL_EXTRACTOR_JAVASCRIPT_ALLOW_MINIFIED_FILES=true`.