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
perf(ext/node): convert child_process, cluster, console to lazy-loaded JS (#33925)
- Convert 9 internal polyfill modules from ESM to IIFE lazy-loaded
scripts to reduce startup overhead
- Converted: `internal/child_process.ts`,
`internal/cluster/{child,linkedlist,primary,round_robin_handle,shared_handle,utils,worker}.ts`,
`internal/console/constructor.mjs`
- Update consumers (`child_process.ts`, `cluster.ts`, `console.ts`,
`01_require.js`) to use `core.loadExtScript` instead of ESM imports
- Move file registrations in `lib.rs` from `esm_modules` to
`lazy_loaded_esm_sources`
0 commit comments