@tsrx/runtime@0.1.1
Ripple-TS/ripple@tsrx/runtime@0.1.1Aug 18, 2026by github-actions[bot]
AI Summary
Core runtime update improving iterator support and exposing compiler-side import modes.
Key Highlights
- Align iterable helper types with runtime and compiler support for iterators
- Expose shared compiler-side runtime import mode type
- Split compiler-emitted helpers into shared and renderer-specific packages
- Updated @tsrx/runtime dependency
New Features
- Shared compiler-side runtime import mode type
- Improved iterator support
Full Release Notes
### Patch Changes - [#1427](https://github.com/Ripple-TS/ripple/pull/1427) [`2aa2b6f`](https://github.com/Ripple-TS/ripple/commit/2aa2b6f4beff43b61badd1fb7d11433e9e4f52b3) Thanks [@leonidaz](https://github.com/leonidaz)! - Align iterable helper types with runtime and compiler support for iterators and empty fallbacks, and expose a shared compiler-side runtime import mode type. - [#1398](https://github.com/Ripple-TS/ripple/pull/1398) [`6d3417e`](https://github.com/Ripple-TS/ripple/commit/6d3417eb3852a9f0085b273f07079a3b12323712) Thanks [@aleclarson](https://github.com/aleclarson)! - Split compiler-emitted helpers into shared and renderer-specific runtime packages, and add opt-in direct runtime imports across supported build integrations.