0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal
Daniel Bevenius 9b24be1340
stream: refactor getHighWaterMark in state.js
This commit aims to reduce some code duplication in state.js

PR-URL: https://github.com/nodejs/node/pull/20415
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2018-05-18 15:22:42 +02:00
..
bootstrap esm: provide named exports for builtin libs 2018-05-11 12:06:18 -05:00
cluster cluster: add support for NODE_OPTIONS="--inspect" 2018-03-21 15:27:54 -04:00
crypto crypto: make pbkdf2 use checkIsArrayBufferView 2018-04-26 07:48:56 +02:00
fs lib: mask mode_t type of arguments with 0o777 2018-05-17 17:14:35 +08:00
http2 http2: fix end without read 2018-05-17 17:59:25 +04:00
modules module: add --preserve-symlinks-main 2018-05-13 00:28:16 +03:00
process lib: mask mode_t type of arguments with 0o777 2018-05-17 17:14:35 +08:00
repl repl: support top-level await 2017-11-16 15:42:46 -08:00
streams stream: refactor getHighWaterMark in state.js 2018-05-18 15:22:42 +02:00
test src: put bootstrappers in lib/internal/bootstrap/ 2018-03-15 20:50:34 +08:00
util util: add type check functions for BigInt arrays 2018-04-11 13:23:35 -04:00
vm module: introduce defaultModuleName in module.js 2018-05-16 07:47:24 +02:00
assert.js assert: support symbols as assertion messages 2018-05-14 23:43:25 -04:00
async_hooks.js async_hooks: add copyHooks function 2018-03-20 07:42:00 +01:00
buffer.js buffer: do not always use defaults 2018-04-29 16:52:46 +02:00
child_process.js child_process: fix leak when passing http sockets 2018-04-29 16:54:18 +02:00
cli_table.js console: add table method 2018-03-30 19:41:41 -05:00
constants.js url: replace "magic" numbers by constants 2018-04-05 08:38:46 +02:00
encoding.js lib: always show ERR_INVALID_ARG_TYPE received part 2018-03-25 01:45:37 +01:00
errors.js errors: move functions to error code 2018-05-10 13:40:45 +02:00
fixed_queue.js lib: expose FixedQueue internally and fix nextTick bug 2018-05-06 07:21:32 +02:00
freelist.js
http.js http: convert utcDate to use setTimeout 2017-12-29 00:08:54 +01:00
inspector_async_hook.js inspector: no async tracking for promises 2017-11-21 13:57:05 +01:00
linkedlist.js
net.js net: track bytesWritten in C++ land 2018-03-30 14:20:40 +02:00
os.js
process.js errors: remove ERR_INVALID_ARRAY_LENGTH 2018-05-07 14:23:29 +02:00
querystring.js
readline.js lib,test: lint fixes for linter upgrade 2018-03-24 04:11:40 -07:00
readme.md
repl.js lib: switch to Number.isNaN 2018-02-16 18:09:56 +01:00
safe_globals.js
socket_list.js lib: port remaining errors to new system 2018-03-07 14:54:38 +01:00
stream_base_commons.js net,http2: merge write error handling & property names 2018-04-12 15:39:36 +02:00
timers.js timers: make timer.refresh() a public API 2018-05-10 22:19:27 +05:30
tls.js
trace_events_async_hooks.js src: add tracing category macros 2018-03-09 08:09:41 -08:00
tty.js tty: add color support for more terminals 2018-04-04 15:14:05 +02:00
url.js url: fix WHATWG host formatting error 2018-05-07 10:32:22 +02:00
util.js util: improve spliceOne perf 2018-05-03 14:47:17 +02:00
v8_prof_polyfill.js tools, test: fix prof polyfill readline 2018-02-17 10:06:53 -02:00
v8_prof_processor.js lib: define printErr() in script string 2018-03-12 08:45:13 -07:00
v8.js util: show Weak(Set|Map) entries in inspect 2018-03-25 03:21:27 +02:00
validators.js lib: mask mode_t type of arguments with 0o777 2018-05-17 17:14:35 +08:00
wrap_js_stream.js net: honor default values in Socket constructor 2018-04-23 17:15:07 +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 are subject to change at any time. Reliance on these modules outside of core is not supported in any way.