What's wrong with this entry?
Anonymous. No account, no email.
- Added named import from
node:process- Now imports only thecwdfunction asbI0 - Added named import from
stream- Now imports only thePassThroughclass asbK5
This change represents a shift from importing entire modules to importing only the specific functions/classes needed, which is a best practice for reducing bundle size and improving code clarity.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.