ember-truth-helpers
ember-truth-helpers copied to clipboard
not-eq has unknown reexport
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.