ember-cli / ember-compatibility-helpers

Helpers that allow you to write backwards compat Ember addons
MIT License
24 stars 20 forks source link

Add exists helper or allow non-existed dep? #39

Closed xg-wang closed 4 years ago

xg-wang commented 4 years ago

Currently an error is thrown when using gte or lte for a missing dependency, blocking https://github.com/ember-cli/ember-fetch/pull/392#issuecomment-555374635.

When dependency isn't there, should both lte and gte be false? If not, an exists helper is needed.

xg-wang commented 4 years ago

Ah sorry didn't notice there's an open issue already