@tsrx/core@0.1.36
Ripple-TS/ripple@tsrx/core@0.1.36Jul 7, 2026by github-actions[bot]
AI Summary
This release removes the custom Ripple AST node types and builders, forcing the ecosystem to adopt the raw parser's JSX AST structure.
Key Highlights
- Removed Ripple-normalized AST node types (Element, TsrxFragment, Text, etc.)
- Removed builders for the old AST types
- Aligns with parser's native JSX AST structure
Breaking Changes
- Removed Ripple-normalized AST node types and their builders.
Full Release Notes
### Patch Changes - [#1324](https://github.com/Ripple-TS/ripple/pull/1324) [`1925074`](https://github.com/Ripple-TS/ripple/commit/1925074254de0e61c8578cba136c50ea8f89cd35) Thanks [@leonidaz](https://github.com/leonidaz)! - Remove the Ripple-normalized AST node types (`Element`, `TsrxFragment`, `Text`, `TSRXExpression`, `Attribute`, `SpreadAttribute`) and their builders (`builders.text`, `builders.tsrx_fragment`, `builders.tsrx_expression`). `@tsrx/ripple` now consumes the parser's JSX AST directly, so these shapes are no longer produced anywhere.