Compile-time checked element names #327
Labels
A-macro
Area: macros
BREAKING CHANGE
Breaking changes introduced in this PR
C-enhancement
Category: new feature or improvement to existing feature
D-hard
Difficulty: hard
Milestone
Element names should be checked at compile-time for the
view!
macro. This will be implemented by declaring structs for all possible html tags, e.g.This will also allow the opportunity to have nice ide hover support and hopefully completions for html tags.
For custom elements, the syntax will be slightly changed to force the name to be in quotes, e.g.
The text was updated successfully, but these errors were encountered: