@tsrx/prettier-plugin@0.3.79
Ripple-TS/ripple@tsrx/prettier-plugin@0.3.79Jun 11, 2026by github-actions[bot]
AI Summary
This patch release updates a core dependency and fixes a bug where block comments were leaking into compiled output because the scanner only recognized line comments. The fix ensures block comments are properly stripped from template text and recorded for printing.
Key Highlights
- Updated @tsrx/core to version 0.1.27
- Fixes block comment leakage in template text compilation
- Ensures block comments are stripped from JSXText and recorded correctly
Full Release Notes
### Patch Changes - [#1244](https://github.com/Ripple-TS/ripple/pull/1244) [`60a78c9`](https://github.com/Ripple-TS/ripple/commit/60a78c9def09eed6d706c42bc751d2d051d1d57f) Thanks [@leonidaz](https://github.com/leonidaz)! - Strip `/* … */` block comments from template text on all targets. The template raw-text scanner only recognized line comments, so block comments in text position leaked into compiled output (production templates, server output, and to_ts virtual code) and, in one position, were both recorded as a comment and kept as text. Block comments are now removed from `JSXText` and recorded as comments everywhere, and the Prettier plugin prints them back (including before closing tags/fragments and in comment-only bodies) instead of relying on the leaked text. - Updated dependencies [[`60a78c9`](https://github.com/Ripple-TS/ripple/commit/60a78c9def09eed6d706c42bc751d2d051d1d57f)]: - @tsrx/core@0.1.27