What's wrong with this entry?
Anonymous. No account, no email.
What: Refactored imports for better tree-shaking and bundle optimization
Details:
- Changed
node:processimport from default to named import forcwd()function - Import structure:
import { cwd as TNA } from "node:process"at line 361351 - Import structure:
import { PassThrough as xi5 } from "stream"at line 442117 - No functional changes, just more efficient bundling
- Evidence:
import { cwd as TNA } at line 361351,import { PassThrough as xi5 } at line 442117
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.