Update javascript/ql/lib/change-notes/2024-06-14-type-tracking-array-steps.md

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2024-06-20 10:07:49 +02:00
committed by GitHub
parent 3fc8401370
commit 596102d3fb

View File

@@ -1,5 +1,5 @@
---
category: minorAnalysis
---
* Enabled type-tracking to follow content through arary methods
* Improved modeling of `Array.splice`
* Enabled type-tracking to follow content through array methods
* Improved modeling of `Array.prototype.splice` for when it is called with more than two arguments