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
{{ message }}
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
I'm using Jest without the experimental ESM support, this means SWC must run on ES Module dependencies. Ideally I'd just let it transform the entire node_modules folder but that slows down the tests considerably, so I have to use transformIgnorePatterns with node_modules plus an increasingly-long list of manually-excluded ES Modules. I'm now at 24+.