You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin perhaps needs an upgrade so that it work with 1.10.1.
At the moment, using it with @swc/core1.10.1 causes it to panic —
BuildError: failed to handle: failed to invoke plugin: failed to invoke plugin on 'Some("index.ts")'
Caused by:
0: failed to invoke `swc-plugin-coverage-instrument` as js transform plugin at swc-plugin-coverage-instrument
1: wasm plugin bytecheck failed "failed without error information; enable debug assertions and the `alloc` feature in rancor for error information"
TypeError: Cannot read properties of undefined (reading 'close')
```
The text was updated successfully, but these errors were encountered:
This plugin perhaps needs an upgrade so that it work with
1.10.1
.At the moment, using it with
@swc/core
1.10.1
causes it to panic —The text was updated successfully, but these errors were encountered: