@tsrx/core@0.1.36
withastro/astro@tsrx/core@0.1.36Jul 7, 2026by github-actions[bot]
AI Summary
Removes Ripple-specific AST node types to align with the parser's raw JSX approach.
Key Highlights
- Removed Ripple-normalized AST node types
- Removed builders for deprecated node types
Breaking Changes
- Ripple-specific node types and builders are removed
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.