mirror of
https://github.com/flynx/types.js.git
synced 2025-12-20 02:11:39 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a7ea5014be
commit
af8f3857bd
@ -291,7 +291,6 @@ object.Constructor('IterablePromise', Promise, {
|
||||
// await Promise.iter([1,Promise.resolve(2),[3]])
|
||||
// .map(e => Promise.resolve(e))
|
||||
// ...again the problem is in the normalized input...
|
||||
// XXX BUG: .map(..) returning a promise broken again...
|
||||
__new__: function(_, list, handler){
|
||||
// instance...
|
||||
var promise
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user