mirror of
https://github.com/zebrajr/node.git
synced 2025-12-07 12:20:50 +01:00
This commit refactors LazyTransform from the crypto implementation (lib/crypto.js) into an internal module (not publicy accessible) in internal/streams/lazy_transform.js. This promotes a more modular core design and removes code bloat in crypto, as LazyTransform didn't specifically have anything to do with cryptography, but rather a fast way to support two APIs on a stream. PR-URL: https://github.com/nodejs/node/pull/2566 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> |
||
|---|---|---|
| .. | ||
| streams | ||
| child_process.js | ||
| freelist.js | ||
| readme.md | ||
| repl.js | ||
| socket_list.js | ||
| util.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.