mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 02:20:07 +00:00
notes fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
83dac66a97
commit
613963454a
@ -100,14 +100,14 @@ object.Constructor('IterablePromise', Promise, {
|
||||
// ]
|
||||
//
|
||||
// This format has several useful features:
|
||||
// - concatenating packed list results in a packed list
|
||||
// - concatenating packed lists results in a packed list
|
||||
// - adding an iterable promise (as-is) into a packed list results
|
||||
// in a packed list
|
||||
//
|
||||
// NOTE: in general iterable promises are implicitly immutable, so
|
||||
// it is not recomended to ever edit this inplace...
|
||||
// NOTE: we are not isolation any internals to enable users to
|
||||
// responsibly extend the code.
|
||||
// it is not recomended to ever edit this in-place...
|
||||
// NOTE: we are not isolating or "protecting" any internals to
|
||||
// enable users to responsibly extend the code.
|
||||
__packed: null,
|
||||
|
||||
// low-level .__packed handlers/helpers...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user