-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implement dynamic tags * very minor code cleanup * Add hint to 'closing tag with body' error * correcting a few ill-formed quote_spanned usages * improve html prop error message * use 'fragment' instead of 'tag' * add runtime checks for dynamic tags * fix tests for stdweb By only running it for web-sys. I know, I know. But seriously, stdweb doesn't seem to have a way to get Element.tagName... * allow entire ascii range for dynamic tag names * handle weird lettercasing for tag names
- Loading branch information
Showing
12 changed files
with
398 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.