0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal
Jeremiah Senkpiel 56199ec6af timers: move big impl comment to /internal/
To be paired with the commits from
https://github.com/nodejs/node/pull/26583

Specifically:
1a6fb71f71

PR-URL: https://github.com/nodejs/node/pull/26761
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2019-03-20 17:11:32 -07:00
..
assert
bootstrap worker: create per-Environment message port after bootstrap 2019-03-19 21:00:48 +08:00
cluster cluster: refactor empty for in round_robin_handle.js 2019-03-13 07:11:08 +01:00
console
crypto crypto: add support for EdDSA key pair generation 2019-03-18 21:59:47 +01:00
dns
fs fs: use proper .destroy() implementation for SyncWriteStream 2019-03-18 10:30:07 +01:00
http2 http2: Http2ServerResponse.end() should always return self 2019-03-12 20:32:35 +01:00
main lib: run prepareMainThreadExecution for third_party_main 2019-03-19 05:45:21 +01:00
modules module: do not share the internal require function with public loaders 2019-03-19 04:05:38 +08:00
per_context src,lib: make DOMException available in all Contexts 2019-03-15 16:54:19 +01:00
policy
process worker: create per-Environment message port after bootstrap 2019-03-19 21:00:48 +08:00
repl repl: add replDefaults to customize the writer 2019-03-08 04:44:56 +01:00
streams benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
test src: replace heap_utils.createHeapSnapshot with v8.getHeapSnapshot 2019-03-19 01:04:51 +08:00
util util: prevent tampering with internals in inspect() 2019-03-13 19:28:56 +01:00
vm
worker worker: create per-Environment message port after bootstrap 2019-03-19 21:00:48 +08:00
assert.js
async_hooks.js src: forbid access to CLI options before bootstrapping is done 2019-03-09 14:03:02 +01:00
buffer.js
child_process.js child_process: ensure message sanity at source 2019-03-18 10:23:08 +05:30
cli_table.js
constants.js
dgram.js
dtrace.js lib: move DTRACE_* probes out of global scope 2019-03-12 14:19:36 +00:00
encoding.js
error-serdes.js lib: lazy load v8 in error-serdes 2019-03-19 07:59:47 +01:00
errors.js module: do not share the internal require function with public loaders 2019-03-19 04:05:38 +08:00
fixed_queue.js
freelist.js
freeze_intrinsics.js
http.js
idna.js
inspector_async_hook.js
js_stream_socket.js lib,test: improve faulty assert usage detection 2019-03-13 18:50:35 +01:00
linkedlist.js
net.js
options.js
priority_queue.js
profiler.js src: refactor coverage connection 2019-03-12 07:03:53 +08:00
querystring.js
readline.js benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
readme.md
repl.js repl: add replDefaults to customize the writer 2019-03-08 04:44:56 +01:00
socket_list.js
stream_base_commons.js tls: support TLSv1.3 2019-03-20 07:48:25 -07:00
timers.js timers: move big impl comment to /internal/ 2019-03-20 17:11:32 -07:00
tls.js
trace_events_async_hooks.js
tty.js tty: add NO_COLOR and FORCE_COLOR support 2019-03-19 16:41:22 +01:00
url.js
util.js
v8_prof_polyfill.js
v8_prof_processor.js
validators.js fs: improve mode validation 2019-03-15 17:38:12 +01:00
worker.js lib: explicitly initialize debuglog during bootstrap 2019-03-08 13:57:38 +01: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.