Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.0.46 Home All releases olderv2.0.45 v2.0.47newer
Claude Code v2.0.46

Import Statement Modernization

  • Migrated from default imports to named imports in multiple modules for better tree-shaking
  • Examples: import { Transform as Xw6 } from "node:stream" at line 225107, import { spawn as WH5, spawnSync as XH5 } from "child_process" at line 303217
  • No new module dependencies added - all imports from existing Node.js standard library
  • Both import styles coexist during transition period

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.0.46 →