ember-cli / babel-plugin-htmlbars-inline-precompile

Babel plugin to replace tagged template strings with precompiled HTMLBars templates
9 stars 21 forks source link

Account for comments in preprocessor for proposals #368

Closed pzuraq closed 3 years ago

pzuraq commented 3 years ago

The preprocessor currently does not account for comments. This PR adds support for comments, escaping them similar to the way strings are escaped.