@tsrx/ripple@0.1.64

Ripple-TS/ripple@tsrx/ripple@0.1.64Sep 6, 2026by github-actions[bot]

AI Summary

A patch release fixing lazy destructuring behavior in JavaScript loops and nested declaration patterns.

Key Highlights

  • Fixes lazy destructuring in bare JavaScript loop targets.
  • Fixes nested declaration patterns in both client and server output.
  • Includes corresponding fixes for TypeScript editor output.

New Features

  • Corrected lazy destructuring compilation for loops.
  • Fixed nested declaration handling in output.

Full Release Notes

### Patch Changes

- [#1445](https://github.com/Ripple-TS/ripple/pull/1445)
  [`ac4361e`](https://github.com/Ripple-TS/ripple/commit/ac4361e2dd1e93c29f44196cfe3b703124083fd0)
  Thanks [@leonidaz](https://github.com/leonidaz)! - Fix lazy destructuring in
  bare JavaScript loop targets and nested declaration patterns in client and
  server output, with corresponding TypeScript editor output.