-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Html comments are not supported #5
Comments
I'm thinking this could be supported as part of the transformation if the package was redone as a compiler plugin. |
wongchichong's fork seems to support html comments in some form, but I don't think this will work with most tools? I'm not confident enough to pull it in anyway. |
Note: comments are supported in jsx, but they don't appear in the output and look like this: {/*this is a javascript comment*/} |
Note that |
If you put this in your code:
Mostsome tools will choke on it. Here is esbuild:Also mentioned here: developit#15
The text was updated successfully, but these errors were encountered: