Files
node/lib/internal
Yash Ladha 364ac788e4 stream: remove redundant context from comments
Using the variable name in the comment and justifying the type seems
redundant to me and instead it should defined the entity which it is
acting, like in our case it is acting as a flag to control the flow in
streams.

PR-URL: https://github.com/nodejs/node/pull/35728
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
2020-10-25 17:41:21 +05:30
..
2020-10-25 11:18:39 +01:00
2020-10-25 10:29:46 +00:00
2020-08-19 12:33:43 -07:00
2020-08-26 14:35:34 -05:00
2020-10-17 00:45:47 +02:00
2020-05-30 17:24:43 -04:00
2020-10-17 00:45:47 +02:00
2020-10-19 15:52:45 +09:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.