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

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

[BUGFIX] Use a unique identifier for each reference #357

Closed pzuraq closed 3 years ago

pzuraq commented 3 years ago

Currently we reuse the same identifier for each reference to an imported value. Apparently this is not the way the scope system is meant to work, and instead we should be creating a new id node for each reference.