vugu / vugu

Vugu: A modern UI library for Go+WebAssembly (experimental)
https://www.vugu.org
MIT License
4.8k stars 175 forks source link

remove lower() call on tokens with colons #195

Closed dbd closed 3 years ago

dbd commented 3 years ago

This would resolve the vugufmt lowering mentioned in #192 and #154 (apologies for not looking more before creating my own issue).

The two calls to TagName still use the same code path that they were before in my testing. The related tests also still passed.

bradleypeabody commented 3 years ago

Okay great! Looks good, merging.