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

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

Implements an option to support the template literal imports proposal #335

Closed pzuraq closed 3 years ago

pzuraq commented 3 years ago

Implements the useTemplateLiteralProposalSemantics option for individual modules. This proposal is outlined in the README for the template-imports addon, here