leptos/leptos_macro
Vladimir Motylenko 5a71ca797a
feat: RSX parser with recovery after errors, and unquoted text (#1054)
* Feat: Upgrade to new local version of syn-rsx

* chore: Make macro more IDE friendly

1. Add quotation to RawText node.
2. Replace vec! macro with [].to_vec().
Cons:
1. Temporary remove allow(unused_braces) from expressions, to allow completion after dot in rust-analyzer.

* chore: Change dependency from syn-rsx to rstml

* chore: Fix value_to_string usage, pr comments, and fmt.
2023-05-21 06:45:53 -04:00
..
example feat: ```view code block in doc comments for properties (#961) 2023-04-28 16:03:04 -04:00
src feat: RSX parser with recovery after errors, and unquoted text (#1054) 2023-05-21 06:45:53 -04:00
tests feat: RSX parser with recovery after errors, and unquoted text (#1054) 2023-05-21 06:45:53 -04:00
.gitignore Initial commit 2022-07-31 16:46:14 -04:00
Cargo.toml feat: RSX parser with recovery after errors, and unquoted text (#1054) 2023-05-21 06:45:53 -04:00