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
fix(src): remove .default accessor from require calls
The build system now properly exports TypeScript default exports as direct
CommonJS module.exports, so the .default accessor is no longer needed.
Updated all internal require() calls to remove .default:
- src/package-default-node-range.ts
- src/constants/node.ts
- src/constants/packages.ts (4 occurrences)
This fixes test failures where modules were returning undefined when
accessed with .default.
0 commit comments