Promise.{all,race} static method's iterable definitions incorrectly omit other definitions by overloading (regression) #19194
Labels
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Milestone
es2015.iterable.d.ts
must not omites2015.promise.d.ts
definitions by overloading. However, npm package distributions work correctly.TypeScript Version: 2.6.0 RC for Visual Studio 2015
Code
Expected behavior:
Should use definitions of
es2015.promise.d.ts
.Actual behavior:
Uses definitions of
es2015.iterable.d.ts
.The text was updated successfully, but these errors were encountered: