0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal
Ruben Bridgewater 2e6dd93aaa
assert: fix diff color output
The color output was broken at some point and that was not detected
because it was not tested for properly so far. This makes sure the
colors work again and it adds a regression test as well.

PR-URL: https://github.com/nodejs/node/pull/19464
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2018-03-27 01:20:19 +01:00
..
bootstrap util: show Weak(Set|Map) entries in inspect 2018-03-25 03:21:27 +02:00
cluster cluster: add support for NODE_OPTIONS="--inspect" 2018-03-21 15:27:54 -04:00
crypto crypto: fix error handling 2018-03-25 01:45:39 +01:00
http2 lib: improve error handling 2018-03-25 03:01:45 +02:00
modules lib: always show ERR_INVALID_ARG_TYPE received part 2018-03-25 01:45:37 +01:00
process lib: document nextTick queue internals 2018-03-25 18:37:59 +02:00
repl repl: support top-level await 2017-11-16 15:42:46 -08:00
streams stream: make Duplex inherits from DuplexBase 2018-03-07 16:05:17 +01:00
test src: put bootstrappers in lib/internal/bootstrap/ 2018-03-15 20:50:34 +08:00
util src: put bootstrappers in lib/internal/bootstrap/ 2018-03-15 20:50:34 +08:00
vm lib: always show ERR_INVALID_ARG_TYPE received part 2018-03-25 01:45:37 +01:00
async_hooks.js async_hooks: add copyHooks function 2018-03-20 07:42:00 +01:00
buffer.js buffer: improve write(U)Int functions 2018-03-24 16:50:01 +01:00
child_process.js child_process: define EACCES as a runtime error 2018-03-15 20:47:45 +05:30
constants.js url: replace "magic" numbers by constants 2018-03-11 03:45:50 +01:00
encoding.js lib: always show ERR_INVALID_ARG_TYPE received part 2018-03-25 01:45:37 +01:00
errors.js assert: fix diff color output 2018-03-27 01:20:19 +01:00
freelist.js
fs.js fs: fix error handling 2018-03-25 01:45:40 +01:00
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 linkedlist: correct grammar in comments 2017-07-31 08:03:19 +08:00
net.js net: fix usage of writeBuffer in makeSyncWrite 2018-03-03 18:34:09 +08:00
os.js os: add CIDR support 2017-08-14 15:43:10 -04:00
process.js Revert "process: add more version properties to release" 2018-03-25 03:18:56 +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 module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
socket_list.js lib: port remaining errors to new system 2018-03-07 14:54:38 +01:00
timers.js lib: port remaining errors to new system 2018-03-07 14:54:38 +01:00
tls.js tls: deprecate parseCertString & move to internal 2017-09-13 16:54:35 -03:00
trace_events_async_hooks.js src: add tracing category macros 2018-03-09 08:09:41 -08:00
url.js lib: always show ERR_INVALID_ARG_TYPE received part 2018-03-25 01:45:37 +01:00
util.js lib: always show ERR_INVALID_ARG_TYPE received part 2018-03-25 01:45:37 +01: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
wrap_js_stream.js lib: port remaining errors to new system 2018-03-07 14:54:38 +01: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.