mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 02:20:07 +00:00
experimenting...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8c6ba08740
commit
061007130c
@ -778,7 +778,12 @@ object.Constructor('IterableSequentialPromise', IterablePromise, {
|
||||
res.push(e) }
|
||||
return res }
|
||||
//
|
||||
res = pre_process(list).flat() }
|
||||
res = pre_process(list)
|
||||
|
||||
//var obj = IterablePromise.prototype.__new__.call(this, _, res, 'raw')
|
||||
|
||||
//return obj
|
||||
}
|
||||
// XXX use .parentCall(..)...
|
||||
return IterablePromise.prototype.__new__.call(this, _, res, ...rest) },
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user