mainmatter / ember-intl-analyzer

Find missing or unused translations in your Ember.js projects
MIT License
48 stars 14 forks source link

Add back uses of async and await #650

Closed Mikek2252 closed 7 months ago

Mikek2252 commented 7 months ago

This adds back previously removed async await usages. This is to ensure promise returning functions dont not return synchronous errors.