file:///home/quentin/labs/regression-swc-node-register/node_modules/.pnpm/[email protected]/node_modules/ws/wrapper.mjs:2
import Receiver from './lib/receiver.js';
^^^^^^^^
SyntaxError: The requested module './lib/receiver.js' does not provide an export named 'default'
Hi,
I'm using the
wspackage and I was able to run my project in@swc-node/[email protected]but I've tried to upgrade to@swc-node/[email protected]and I'm getting the following error :And the reproduction https://github.com/Yovach/regression-swc-node-register
Thanks!