What's wrong with this entry?
Anonymous. No account, no email.
- Streamlined Node.js module imports:
- Consolidated process imports to use named imports (
import { cwd as OMA } from "node:process") - Optimized stream imports to use specific components (
import { PassThrough } from "node:stream") - Removed redundant duplicate imports for
streamandnode:processmodules
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.