ember-cli / ember-ajax

Service for making AJAX requests in Ember applications
MIT License
212 stars 87 forks source link

Tests for type information #441

Open mike-north opened 5 years ago

mike-north commented 5 years ago

We ran into some problems where type information was in misalignment with documentation (i.e., #440)

This PR sets up infrastructure for testing type information using dtslint.

Some fixes were needed in types for the library itself, but they all seem like improvements