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 v1.0.34 Home All releases olderv1.0.33 v1.0.35newer
Claude Code v1.0.34

Code Quality Improvements

Type Conversion Functions

The new WebIDL implementation includes more robust type conversion with better error handling:

  • Integer conversions now properly handle edge cases for signed/unsigned values
  • Improved handling of enforceRange and clamp options
  • More descriptive TypeError messages when conversions fail

Example of improved error messages:

  • Old: Generic conversion errors
  • New: "Argument is not a finite number" or "Argument is not in byte range"

See this entry in the whole of v1.0.34 →