mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
67dc6e6017
* feat: implement type magic * chore: undo example * fix: let tests pass * chore: add generic to allow any nesting of iterators * Chore: remove comments * chore: update rsx usage * chore: use cleaner version of generic IntoVnode * chore: don't derive default for lfietimed thing * chore: remove latent comment * fix: accept a third parameter |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
README.md |
This crate autofmts blocks of rsx!
This crate formats rsx! by parsing call bodies and pretty-printing them back out.
Todo:
Sorted roughly in order of what's possible
- Oneline rsx! calls - blocker because this wrecks formatting
- Nested RSX calls (important) - unnecessary but desirable
- RSX edits overstepping each other
- Collapse components and elements under syntax -
- Don't eat comments in exprs
- Format regular exprs
- Fix prettyplease around chaining
- Don't eat comments in prettyplease