node/lib/internal
Myles Borins c97a7ce39c module: refactor condition
PR-URL: https://github.com/nodejs/node/pull/32989
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com>
2020-04-28 13:58:30 +02:00
..
assert assert: align character indicators properly 2020-02-17 12:21:29 -08:00
bootstrap doc,lib,src,test: make --experimental-report a nop 2020-03-24 02:55:07 -04:00
child_process lib: remove unnecesary else block 2020-04-28 13:15:03 +02:00
cluster cluster: removed unused addressType argument from constructor 2020-04-28 13:58:28 +02:00
console console: fixup error message 2020-03-30 19:18:08 +02:00
crypto crypto: optimize sign.update() and verify.update() 2020-03-11 16:27:14 -04:00
dns dns: add dns.ALL hints flag constant 2020-03-30 19:18:56 +02:00
fs fs: update validateOffsetLengthRead in utils.js 2020-04-28 13:15:04 +02:00
http2 http2: wait for secureConnect before initializing 2020-04-28 13:15:04 +02:00
main module: loader getSource, getFormat, transform hooks 2020-01-16 01:10:05 -05:00
modules vm: add importModuleDynamically option to compileFunction 2020-04-28 13:58:24 +02:00
per_context worker: improve MessagePort performance 2020-02-17 12:12:27 -08:00
policy lib: add RegExp primordials 2020-01-16 01:34:33 -05:00
process lib: simplify function process.emitWarning 2020-04-28 13:58:22 +02:00
readline util: improve unicode support 2020-02-17 10:54:41 -08:00
repl repl: align preview with the actual executed code 2020-03-24 02:55:03 -04:00
source_map lib: replace Array to ArrayIsArray by primordials 2020-03-30 19:18:45 +02:00
streams stream: close iterator in Readable.from 2020-04-28 13:15:02 +02:00
test
util util,readline: NFC-normalize strings before getStringWidth 2020-04-28 13:58:28 +02:00
vm vm: add code cache support for SourceTextModule 2020-01-16 01:43:39 -05:00
worker
assert.js
async_hooks.js async_hooks: use hasHooks function internally 2020-04-11 10:12:57 +02:00
buffer.js lib: replace Float32Array global by the primordials 2020-01-16 01:34:32 -05:00
child_process.js child_process: remove unnecessary use of inner state 2020-01-16 01:39:14 -05:00
cli_table.js util: improve unicode support 2020-02-17 10:54:41 -08:00
constants.js
dgram.js
dtrace.js
encoding.js util: text decoding allows SharedArrayBuffer 2020-03-24 02:55:05 -04:00
error-serdes.js lib: replace use of Error with primordials 2020-01-06 13:00:13 +01:00
errors.js module: refactor condition 2020-04-28 13:58:30 +02:00
fixed_queue.js lib: unnecessary const assignment for class 2020-04-28 13:58:23 +02:00
freelist.js
freeze_intrinsics.js
heap_utils.js worker: add ability to take heap snapshot from parent thread 2020-02-17 12:04:29 -08:00
histogram.js perf,src: add HistogramBase and internal/histogram.js 2020-03-04 16:30:10 -05:00
http.js
idna.js
inspector_async_hook.js lib: replace Set global by the primordials 2020-01-06 13:00:12 +01:00
js_stream_socket.js
linkedlist.js
net.js lib: move isLegalPort to validators, refactor 2020-03-10 18:22:55 -04:00
options.js tls: move getAllowUnauthorized to internal/options 2020-04-28 13:15:04 +02:00
priority_queue.js
querystring.js
readme.md
repl.js
socket_list.js
stream_base_commons.js lib: fix return type of setTimeout in net.Socket 2020-04-12 13:00:55 +02:00
timers.js async_hooks: add executionAsyncResource 2020-02-17 12:38:51 -08:00
tls.js tls: for...of in _tls_common.js 2019-12-17 18:21:13 -05:00
trace_events_async_hooks.js
tty.js tty: do not end in an infinite warning recursion 2020-02-17 12:21:39 -08:00
url.js worker: allow URL in Worker constructor 2020-03-24 02:55:04 -04:00
util.js util: use a global symbol for util.promisify.custom 2020-03-24 02:55:03 -04:00
v8_prof_polyfill.js lib: replace use of Error with primordials 2020-01-06 13:00:13 +01:00
v8_prof_processor.js
validators.js lib: created isValidCallback helper 2020-04-28 13:15:00 +02:00
watchdog.js src,lib: make ^C print a JS stack trace 2020-02-17 11:37:11 -08:00
worker.js worker: support MessagePort to workers data 2020-04-11 10:05:44 +02: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.