wix-incubator / react-templates

Light weight templates for react
https://wix.github.io/react-templates
MIT License
2.82k stars 207 forks source link

Sanitize comments #158

Closed nippur72 closed 8 years ago

nippur72 commented 8 years ago

The following is valid template code

<div>
   <!-- /* hello */ -->
</div>

but won't compile because the /* */ cause problems due to comment text being embedded as-is in the output:

  2:4  error  Unexpected token *

✖ 1 message (1 error, 0 warnings, 0 infos)

I suggest to sanitize the text against /* and */.