ember-truth-helpers icon indicating copy to clipboard operation
ember-truth-helpers copied to clipboard

not-eq has unknown reexport

Open makepanic opened this issue 5 years ago • 0 comments
trafficstars

Hi, I noticed the following due to a warning from embroider.

app/not-eq tries to reexport notEq from addon/not-equal. addon/not-equal only exports notEqualHelper.

This means that there's an export happening that doesn't exist. Would you be ok with renaming notEqualHelper into notEq? This should fix the warning.

We could also add an alias export notEqualHelper to still be backwards compatible.

If that's ok, I could open a PR.

makepanic avatar Feb 04 '20 13:02 makepanic