Merge pull request #19356 from Napalys/js/merge_classes

JS: Merge `ES6Class` to `FunctionStyleClass`
This commit is contained in:
Napalys Klicius
2025-05-16 10:31:33 +02:00
committed by GitHub
6 changed files with 379 additions and 241 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Improved analysis for `ES6 classes` mixed with `function prototypes`, leading to more accurate call graph resolution.