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
refactor(spawn): improve ChildProcess type definition
- Rename ChildProcessType to ChildProcess for clarity
- Make ChildProcess interface extend EventEmitter
- Update type references throughout spawn module
This ensures accurate type representation of spawned child processes
and aligns naming with Node.js conventions.
0 commit comments