@tsrx/prettier-plugin@0.3.80
Ripple-TS/ripple@tsrx/prettier-plugin@0.3.80Jun 11, 2026by github-actions[bot]
AI Summary
Fixes a Prettier plugin issue where trailing comments were dropped from JSX template children.
Key Highlights
- Preserves trailing comments on `{expr}` template children
- Updated dependency: @tsrx/core@0.1.28
Full Release Notes
### Patch Changes
- [#1256](https://github.com/Ripple-TS/ripple/pull/1256)
[`f1a4c10`](https://github.com/Ripple-TS/ripple/commit/f1a4c10d2ad8ed604375f36f7ae3b653fe95ed1a)
Thanks [@leonidaz](https://github.com/leonidaz)! - Keep trailing comments on
`{expr}` template children. The JSX printers build the `{ … }` form inline and
only emitted the container's leading comments, so a trailing comment on the same
line (`{q} // hey`) was dropped from the formatted output. Trailing line and
block comments now print after the closing `}`, staying on the child's line.
- Updated dependencies
[[`f001849`](https://github.com/Ripple-TS/ripple/commit/f00184940979a77cbf6873a811caaaa436feab46),
[`4af2591`](https://github.com/Ripple-TS/ripple/commit/4af259139d118a27d177531aa6a21435a3f3a015),
[`87afc5d`](https://github.com/Ripple-TS/ripple/commit/87afc5d3f4c73e604cd245865e27d29e40435482),
[`87afc5d`](https://github.com/Ripple-TS/ripple/commit/87afc5d3f4c73e604cd245865e27d29e40435482),
[`f1a4c10`](https://github.com/Ripple-TS/ripple/commit/f1a4c10d2ad8ed604375f36f7ae3b653fe95ed1a)]:
- @tsrx/core@0.1.28