glimmerjs / resolution-map-builder

MIT License
4 stars 7 forks source link

Add TypeScript type definitions for public API #24

Closed tomdale closed 7 years ago

tomdale commented 7 years ago

This lets us use this package in other TypeScript packages without getting build errors.

rwjblue commented 7 years ago

It would be really nice if we could somehow validate these (as we make changes to the interface in the actual implementation I guarantee we will forget to update this file), but I think this is probably fine for now.

tomdale commented 7 years ago

@rwjblue How would you feel about porting this repo to TypeScript? 😉