You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might not be possible but I'm wondering if anyone had success with type checking the ES6 tagged template string. Before hyperx, I wrote something similar called typed-tmpl which type checks the variables but check the html such as a missing an angle bracket like the TSX syntax does.
Has any had success with validating the HTML in the string?
The text was updated successfully, but these errors were encountered:
@styfle Nope, but I'd like to know if you are planning to create a Typex or similar generic module like Hyperx that could be plugged into frameworks, etc.
@jbucaran I have not planned anything but I have been thinking about this problem (type checking templates) for several years and I just heard about hyperx today.
This might not be possible but I'm wondering if anyone had success with type checking the ES6 tagged template string. Before hyperx, I wrote something similar called typed-tmpl which type checks the variables but check the html such as a missing an angle bracket like the TSX syntax does.
Has any had success with validating the HTML in the string?
The text was updated successfully, but these errors were encountered: