node/lib/internal
ZYSzys 1b84175924
http2: remove duplicated assertIsObject
PR-URL: https://github.com/nodejs/node/pull/30541
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2019-11-21 13:37:05 -05:00
..
assert lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
bootstrap module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 14:46:07 +01:00
child_process child_process,cluster: allow using V8 serialization API 2019-11-16 23:59:06 -08:00
cluster cluster: destruct primordials in lib/internal/cluster/worker.js 2019-11-17 00:28:56 -08:00
console console: update time formatting 2019-10-01 21:13:53 +02:00
crypto crypto: add support for IEEE-P1363 DSA signatures 2019-11-21 00:29:29 -05:00
dns dns: update lookupService() first arg name 2019-08-10 19:06:21 -07:00
fs fs: add noop stub for FSWatcher.prototype.start 2019-11-16 23:59:06 -08:00
http2 http2: remove duplicated assertIsObject 2019-11-21 13:37:05 -05:00
main module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 14:46:07 +01:00
modules module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 14:46:07 +01:00
per_context src: re-delete Atomics.wake 2019-09-18 16:09:20 -05:00
policy policy: minor perf opts and cleanup 2019-09-03 11:12:05 -05:00
process esm: unflag --experimental-modules 2019-11-17 00:39:55 -08:00
readline lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
repl repl: close file descriptor of history file 2019-08-10 19:21:33 -07:00
source_map process: make source map getter resistant against prototype tampering 2019-11-16 23:59:05 -08:00
streams lib: change var to let in internal/streams 2019-11-19 14:46:03 +01:00
test src: replace heap_utils.createHeapSnapshot with v8.getHeapSnapshot 2019-03-19 01:04:51 +08:00
util util: replace var with let 2019-11-19 14:45:56 +01:00
vm vm: add Synthetic modules 2019-10-14 14:25:38 -07:00
worker worker: only unref port for stdin if we ref’ed it before 2019-06-20 11:27:27 -06:00
assert.js lib: throw a special error in internal/assert 2019-04-25 01:29:48 +02:00
async_hooks.js async_hooks: only disable promise hook if wanted 2019-05-13 12:47:45 +02:00
buffer.js tools: update eslint 2019-06-27 11:57:19 +02:00
child_process.js child_process,cluster: allow using V8 serialization API 2019-11-16 23:59:06 -08:00
cli_table.js console: use getStringWidth() for character width calculation 2019-09-02 11:43:58 +05:30
constants.js
dgram.js src: move guessHandleType in the util binding 2019-04-20 13:25:41 +08:00
dtrace.js lib: move DTRACE_* probes out of global scope 2019-03-12 14:19:36 +00:00
encoding.js encoding: make TextDecoder handle BOM correctly 2019-11-16 23:59:05 -08:00
error-serdes.js lib: use safe methods from primordials 2019-04-08 11:23:09 +02:00
errors.js module: conditional exports with flagged conditions 2019-11-17 00:28:54 -08:00
fixed_queue.js process: improve nextTick performance 2019-08-27 22:14:15 -04:00
freelist.js lib: faster FreeList 2019-04-11 05:40:59 +02:00
freeze_intrinsics.js bootstrap: --frozen-intrinsics override problem workaround 2019-06-22 23:17:44 +02:00
http.js http: simplify drain() 2019-08-19 12:56:08 -07:00
idna.js lib: convert legacy process.binding to internalBinding 2019-02-18 07:21:48 +01:00
inspector_async_hook.js process: register the inspector async hooks in bootstrap/node.js 2019-01-16 16:19:22 +08:00
js_stream_socket.js stream: use readableObjectMode public api for js stream 2019-05-19 23:37:51 +02:00
linkedlist.js
net.js lib: correct error.errno to always be numeric 2019-06-17 10:18:09 +08:00
options.js src: cache the result of GetOptions() in JS land 2018-11-07 20:40:38 -08:00
priority_queue.js timers: fix priority queue removeAt 2018-11-14 20:38:00 -08:00
querystring.js lib: change var to let/const in internal/querystring.js 2019-11-19 14:46:06 +01:00
readme.md
repl.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
socket_list.js benchmark,lib: change var to const 2019-03-30 13:16:39 +01:00
stream_base_commons.js net: allow reading data into a static buffer 2019-08-23 17:05:52 -04:00
timers.js src: lib/internal/timers.js var -> let/const 2019-11-19 14:45:59 +01:00
tls.js tls: change loop var to let 2019-11-19 14:45:57 +01:00
trace_events_async_hooks.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
tty.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
url.js tls: change loop var to let 2019-11-19 14:45:57 +01:00
util.js lib: stop using prepareStackTrace 2019-10-02 16:17:01 -07:00
v8_prof_polyfill.js lib: make tick processor detect xcodebuild errors 2019-10-05 19:21:07 -07:00
v8_prof_processor.js lib: replace var with let 2019-11-21 00:29:28 -05:00
validators.js crypto: refactor array buffer view validation 2019-10-01 22:39:37 +02:00
worker.js worker: allow specifying resource limits 2019-11-16 23:59:04 -08: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.