mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
* Prefer === to == where possible * Remove condition that will always be false * Prefer for-loop statements to forEach where possible for perfomance reasons PR-URL: https://github.com/nodejs/node/pull/11366 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> |
||
|---|---|---|
| .. | ||
| streams | ||
| child_process.js | ||
| cluster.js | ||
| freelist.js | ||
| module.js | ||
| net.js | ||
| readme.md | ||
| repl.js | ||
| socket_list.js | ||
| util.js | ||
| v8_prof_polyfill.js | ||
| v8_prof_processor.js | ||
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 are subject to change at any time. Reliance on these modules outside of core is not supported in any way.