mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
368 B
368 B
0.7.4
Minor Analysis Improvements
- Files larger than 10 MB are no longer be extracted or analyzed.
- Imports can now be resolved in more cases, where a non-constant string expression is passed to a
require()call.
Bug Fixes
- Fixed an extractor crash that would occur in rare cases when a TypeScript file contains a self-referential namespace alias.