ember-cli / ember-compatibility-helpers

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

Generated .d.ts does not support package argument to gte/lte. #34

Open rwjblue opened 4 years ago

rwjblue commented 4 years ago

As of https://github.com/pzuraq/ember-compatibility-helpers/pull/28 it is possible to invoke gte/lte with a package name, but the new signature is not present in the generated .d.ts files.