experimenting...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-12-14 20:15:52 +03:00
parent 8c6ba08740
commit 061007130c

View File

@ -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) },
})