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
// import and use any package with a peer dependency to boolbase
node_modules/css-select/lib/esm/attributes.js:1
import boolbase from "boolbase";
^^^^^^^^
SyntaxError: The requested module 'boolbase' does not provide an export named 'default'
Well, this is an error you can hardly recover from. You cannot use any library anymore that has a peer dependency down the road that is somewhere using boolbase.
The text was updated successfully, but these errors were encountered:
kyr0
changed the title
Can we finally have ESM working well?
Can we finally have ESM and default export working well? (SWC related behaviour)
May 1, 2024
./scripts/foo.ts:
// import and use any package with a peer dependency to boolbase
Well, this is an error you can hardly recover from. You cannot use any library anymore that has a peer dependency down the road that is somewhere using boolbase.
The text was updated successfully, but these errors were encountered: