ember-cli / ember-compatibility-helpers

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

Allow gte, lte used on optional package #54

Closed igorT closed 2 years ago

igorT commented 2 years ago

Previously this was always throwing an error when trying to compare a missing dependency at build time. There is no error handling provided anyway provided by this project, and detecting a missing dependency is better done at addon's build entry.