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
Add `export { x as 'module.exports' }` hint to all default exports
and use .default accessor when requiring ESM modules:
- maintained-node-versions
- package-default-node-range
- package-default-socket-categories
- package-extensions
- lifecycle-script-names
The export hint documents intended ESM/CJS interop behavior while
.default accessors handle frozen objects at runtime.
0 commit comments