Release Date: 12 April 2022
Core:
- Feature: added support of module resolution callback. This feature allows the host environment to control how imported modules are loaded.
- Bugfix: fixed backtraces while traversing imported user modules.
- Bugfix: fixed
Array.prototype.concat()
whenthis
is a slow array. - Bugfix: fixed frame allocation from an awaited frame.
- Bugfix: fixed allocation of large array literals.
- Bugfix: fixed interpreter when
toString
conversion fails.