chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.26k stars 84 forks source link

Added async, for, and loop to special keyword handling in parse_attributes #131

Closed FinnStokes closed 5 years ago

FinnStokes commented 5 years ago

Closes #130.

chinedufn commented 5 years ago

Thanks!

One small request - mind adding 3 more tiny tests here?

https://github.com/chinedufn/percy/blob/e4d86f3b5f6596f38bbaef5ba942760be48b9ce4/crates/html-macro-test/src/lib.rs#L211-L215

FinnStokes commented 5 years ago

Good point. I've added the requested tests.

chinedufn commented 5 years ago

Perfect - thanks!

chinedufn commented 5 years ago

Published as virtual-dom-rs 6.9.10 or html-macro 0.1.7!