Skip to content

v2.9.12

Latest

Choose a tag to compare

@soumen-saniel soumen-saniel released this 27 Mar 11:55
· 1 commit to master since this release

Full Changelog: v2.9.11...v2.9.12

Added additional guards to the __esModule Proxy condition in the global module to resolve illegal invocation errors by preventing the proxy from incorrectly intercepting properties, such as when _interopRequireDefault checks for the __esModule property on a proxied module. This typically happens when a proxied object is called with an incorrect this context.