node/lib/internal
Сковорода Никита Андреевич eb483dbac5
fs: fchmod->fchown in promises/lchown
This was a clear error.

chown should do chown, not chmod.

PR-URL: https://github.com/nodejs/node/pull/20407
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jamie Davis <davisjam@vt.edu>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2018-05-08 18:26:16 -07:00
..
bootstrap lib: make sure console is writable 2018-05-04 11:48:47 -04:00
cluster cluster: add support for NODE_OPTIONS="--inspect" 2018-03-21 15:27:54 -04:00
crypto crypto: make pbkdf2 use checkIsArrayBufferView 2018-05-04 11:51:12 -04:00
fs fs: fchmod->fchown in promises/lchown 2018-05-08 18:26:16 -07:00
http2 http2: reduce require calls in http2/core 2018-05-04 12:48:38 -04:00
modules fs: move fs/promises to fs.promises 2018-05-08 18:26:16 -07:00
process fs: move fs/promises to fs.promises 2018-05-08 18:26:16 -07:00
repl
streams Revert "stream: prevent 'end' to be emitted after 'error'" 2018-05-08 18:26:16 -07: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-16 16:05:08 -07:00
vm module: move options checks from C++ to JS 2018-04-07 15:10:27 +02:00
async_hooks.js async_hooks: add copyHooks function 2018-03-20 07:42:00 +01:00
buffer.js errors: validate input arguments 2018-04-16 16:11:21 -07:00
child_process.js child_process: fix leak when passing http sockets 2018-05-04 11:54:32 -04: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: remove dead code 2018-05-08 18:26:16 -07:00
fixed_queue.js lib: expose FixedQueue internally and fix nextTick bug 2018-05-08 18:26:16 -07:00
freelist.js
http.js
inspector_async_hook.js
linkedlist.js
net.js net: track bytesWritten in C++ land 2018-03-30 14:20:40 +02:00
os.js
process.js Revert "process: add version constants and compare" 2018-04-20 13:17:57 -07:00
querystring.js
readline.js lib,test: lint fixes for linter upgrade 2018-03-24 04:11:40 -07:00
readme.md
repl.js
safe_globals.js
socket_list.js
stream_base_commons.js net,http2: merge write error handling & property names 2018-04-16 16:08:42 -07:00
timers.js
tls.js
trace_events_async_hooks.js
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-08 18:26:16 -07:00
util.js util: improve spliceOne perf 2018-05-08 14:22:25 -07:00
v8.js util: show Weak(Set|Map) entries in inspect 2018-03-25 03:21:27 +02:00
v8_prof_polyfill.js
v8_prof_processor.js lib: define printErr() in script string 2018-03-12 08:45:13 -07:00
wrap_js_stream.js net: honor default values in Socket constructor 2018-04-23 09:47:23 -07: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.