BackburnerJS / backburner.js

A rewrite of the Ember.js run loop as a generic microlibrary
MIT License
392 stars 80 forks source link

Build cleanup and output declarations #343

Open lynchbomb opened 6 years ago

lynchbomb commented 6 years ago

Hang tight on review of this PR. Im going to squash the declarations files and expose a index.d.ts.

Spiking this now. TBH there more than likely is an easier way to output generated ts declaration files. Any insight is more than welcome :)

lynchbomb commented 6 years ago

@krisselden should be good to merge. I also wan't to confirm we still actually need Bublé (rollup-plugin-buble) since we already have ES2015 as an output target via TypeScript.