Files
codeql/javascript/ql/src/change-notes/released/0.6.1.md
2023-04-28 12:14:35 +00:00

369 B

0.6.1

Minor Analysis Improvements

  • Improved the call graph to better handle the case where a function is stored on a plain object and subsequently copied to a new host object via an extend call.

Bug Fixes

  • Fixes an issue that would cause TypeScript extraction to hang in rare cases when extracting code containing recursive generic type aliases.