No successful run was found on main (a44d329) during the generation of this report, so c1405da was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
fix(es/transforms): Fix SuppressedError implementation for explicit resource management
- Fixed argument order in SuppressedError constructor to match TypeScript spec
- Changed from new SuppressedError(oldError, newError) to new SuppressedError(newError, oldError)
- Added comprehensive tests for multiple disposables throwing errors
Fixes #8853
Co-authored-by: Donny/강동윤 <kdy1@users.noreply.github.com>