0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal
Ruben Bridgewater b97b003c35
util: use average bias while grouping arrays
This makes sure that strongly deviating entry length are taken into
account while grouping arrays.

PR-URL: https://github.com/nodejs/node/pull/28070
Refs: https://github.com/nodejs/node/issues/27690
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-06-17 11:49:42 +02:00
..
assert assert: print more lines in the error diff 2019-06-12 19:50:03 -07:00
bootstrap src: only run preloadModules if the preload array is not empty 2019-06-09 14:33:28 +05:30
cluster lib: correct error.errno to always be numeric 2019-06-17 10:18:09 +08:00
console console: fix table() output 2019-05-30 08:44:34 +02:00
crypto crypto: fix KeyObject handle type error message 2019-05-30 15:37:02 +02:00
dns
fs fs: add *timeNs properties to BigInt Stats objects 2019-06-14 03:24:41 +08:00
http2 http2: do not register unnecessary listeners 2019-06-10 17:16:10 +02:00
main lib: no need to strip BOM or shebang for scripts 2019-06-01 10:01:15 -04:00
modules module: prevent race condition while combining import and require 2019-06-15 11:23:03 +02:00
per_context bootstrap: delay the instantiation of maps in per-context scripts 2019-04-26 07:23:42 +02:00
policy
process process: refactor unhandled rejection handling 2019-06-17 10:24:12 +08:00
repl repl: handle stage-3 language features properly 2019-04-30 16:22:57 +02:00
streams
test
util util: use average bias while grouping arrays 2019-06-17 11:49:42 +02:00
vm module: initialize module_wrap.callbackMap during pre-execution 2019-04-25 12:11:10 +08:00
worker worker: add ability to unshift message from MessagePort 2019-05-19 22:01:34 +02:00
assert.js
async_hooks.js async_hooks: only disable promise hook if wanted 2019-05-13 12:47:45 +02:00
buffer.js buffer,errors: improve bigint, big numbers and more 2019-05-01 12:29:04 +02:00
child_process.js child_process: runtime deprecate _channel 2019-05-31 11:13:25 -04:00
cli_table.js
constants.js
dgram.js
dtrace.js
encoding.js
error-serdes.js
errors.js lib: correct error.errno to always be numeric 2019-06-17 10:18:09 +08:00
fixed_queue.js
freelist.js
freeze_intrinsics.js bootstrap: --frozen-intrinsics unfreeze console 2019-05-20 05:21:01 +02:00
http.js
idna.js
inspector_async_hook.js
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
priority_queue.js
querystring.js
readline.js
readme.md
repl.js
socket_list.js
stream_base_commons.js
timers.js lib: remove Reflect.apply where appropriate 2019-04-30 08:36:55 +02:00
tls.js
trace_events_async_hooks.js
tty.js
url.js
util.js util: use Set to store deprecation codes 2019-06-09 10:05:40 -07:00
v8_prof_polyfill.js
v8_prof_processor.js
validators.js
worker.js process: improve cwd performance 2019-04-26 18:43:11 +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.