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

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

Add support for multiple imports #334

Closed pzuraq closed 3 years ago

pzuraq commented 3 years ago

Updates the transform to only remove the specifier for the import that is used for the transform itself, leaving any other import specifiers if they should exist. Also refactors ensureImport to be lazy, and to be able to ensure any imported module.