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
The line above (the equivalent one in the .d.ts file actually) cause the following error: Cannot find module '../binding' or its corresponding type declarations.
Given the files hierarchy, the correct path should be ./binding I think. I tried to replace it and it then worked. I guess that this file is not written manually though and that the error might come from an other place...
The text was updated successfully, but these errors were encountered:
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.
swc/packages/core/src/index.ts
Line 17 in 8c0d79d
The line above (the equivalent one in the .d.ts file actually) cause the following error:
Cannot find module '../binding' or its corresponding type declarations
.Given the files hierarchy, the correct path should be
./binding
I think. I tried to replace it and it then worked. I guess that this file is not written manually though and that the error might come from an other place...The text was updated successfully, but these errors were encountered: