hyperx icon indicating copy to clipboard operation
hyperx copied to clipboard

TypeScript support

Open styfle opened this issue 7 years ago • 2 comments

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?

styfle avatar Feb 21 '17 15:02 styfle

@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.

jorgebucaran avatar Feb 21 '17 15:02 jorgebucaran

@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.

styfle avatar Feb 21 '17 15:02 styfle