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 closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Describe the bug
@swc/core does not load under yarn 2 PnP.
The root cause is in
@node-rs/helpers
, but once it's fixed, it will require a tiny code change in@swc/core
Here is a description of the root cause of the failure.
napi-rs/node-rs#263
Once the root cause is fixed,
@swc/core
will need to adjust it'sloadBinding
call like this:https://github.com/swc-project/swc/blob/master/node-swc/src/index.ts#L14
Input code
N/A
Config
N/A
Expected behavior
require('@swc/core')
succeeds when installed via yarn PnP.Version
The version of @swc/core: 1.2.40
Additional context
The text was updated successfully, but these errors were encountered: