Merge pull request #19068 from Napalys/js/superagent

JS: `superagent` modeling
This commit is contained in:
Napalys Klicius
2025-03-21 09:15:31 +01:00
committed by GitHub
6 changed files with 61 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Improved support for `superagent` to handle the case where the package is directly called as a function, or via the `.del()` or `.agent()` method.