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 Sep 2, 2023. It is now read-only.
We're currently emitting the following warnings for ES module features:
conditional exports resolutions ({ require: ... } or { node: ... } but not { default: ... })
package self-resolution
experimental modules warning whenever using ES module imports
experimental loader warning when using --experimental-loader
All these warnings apply to both 12 and 13 currently, just behind the --experimental-modules flag on 12.
On our current timeline I believe we were planning to unflag the implementation in 12.x for April, which I assume would involve removing the first three warnings of the list at least?
Does that sound like a correct assumption? Should we possibly disable the warnings sooner on either branch?
evanplaice, transitive-bullshit and tmcconechyevanplaice