node/lib/internal/streams
Michaël Zasso 0646eda4fc
lib: flatten access to primordials
Store all primordials as properties of the primordials object.
Static functions are prefixed by the constructor's name and prototype
methods are prefixed by the constructor's name followed by "Prototype".
For example: primordials.Object.keys becomes primordials.ObjectKeys.

PR-URL: https://github.com/nodejs/node/pull/30610
Refs: https://github.com/nodejs/node/issues/29766
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2019-11-25 10:28:15 +01:00
..
async_iterator.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
buffer_list.js lib: change var to let in internal/streams 2019-11-18 15:43:16 +01:00
destroy.js stream: add comment about undocumented API 2019-10-03 13:57:30 -07:00
duplexpair.js stream: do not deadlock duplexpair 2019-10-05 17:43:21 -07:00
end-of-stream.js stream: replace var with let 2019-11-18 12:56:51 +05:30
from.js stream: extract Readable.from in its own file 2019-10-29 09:36:24 +01:00
lazy_transform.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
legacy.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
pipeline.js errors: add more information in case of invalid callbacks 2019-04-04 12:51:03 +02:00
state.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00