Files
DefinitelyTyped/bluebird-global
d-ph 5fc4439b7b Fix bluebird-global typings being incompatible with es2015 libs. (#13653)
* #13643 Bluebird-global typings incompatible with es2015 libs.

Make `bluebird-global` work nicely with es20xx ts stdlibs.

Make unit tests for `bluebird-global` run with es2017 ts stdlib. This is not ideal,
because I'd like the tests to run also against vanilla es5, but that's the lesser
of two evils.

* #13643 Bluebird-global typings incompatible with es2015 libs.

Disable some tslint rules, which flag errors in the code taken from the
standard ts lib.

* #13643 Bluebird-global typings incompatible with es2015 libs.

Move comments from tsconfig.json to index.d.ts.
2016-12-31 08:21:50 -08:00
..