0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal
Weijia Wang ebf5b58bec workers: replace message types string by constants
This change can prevent typos and redundant strings in code.

PR-URL: https://github.com/nodejs/node/pull/21537
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2018-06-29 19:40:21 +08:00
..
bootstrap per_context: add warning to Atomics.wake 2018-06-27 17:11:26 -05:00
cluster
crypto lib: rename checkIsArrayBufferView() 2018-06-13 15:59:08 +02:00
dns dns: remove Resolver#cancel() from promises API 2018-06-20 13:36:43 -04:00
fs fs: undeprecate lchown() 2018-06-27 11:37:17 -04:00
http2 http2: fix premature destroy 2018-06-03 16:24:31 +02:00
modules module: experimental modules runMain separation 2018-06-21 12:54:09 +02:00
process process: avoid using the same fd for ipc and stdio 2018-06-24 20:53:46 -04:00
repl
streams stream: make the pipeline callback mandatory 2018-06-08 01:24:39 +02:00
test
util util: fix comment typos 2018-06-24 15:45:30 +02:00
vm
assert.js
async_hooks.js
buffer.js
child_process.js
cli_table.js
constants.js
encoding.js
error-serdes.js worker: improve error (de)serialization 2018-06-06 19:43:59 +02:00
errors.js worker: support relative paths 2018-06-27 10:38:01 +03:00
fixed_queue.js
freelist.js
http.js
inspector_async_hook.js
linkedlist.js
net.js
os.js
per_context.js per_context: add warning to Atomics.wake 2018-06-27 17:11:26 -05:00
priority_queue.js
querystring.js
readline.js
readme.md
repl.js
safe_globals.js
socket_list.js child_process: swallow errors in internal communication 2018-06-07 09:43:10 -04:00
stream_base_commons.js
timers.js src: refactor timers to remove TimerWrap 2018-06-24 21:35:05 -07:00
tls.js
trace_events_async_hooks.js
tty.js
url.js
util.js
v8_prof_polyfill.js
v8_prof_processor.js
validators.js lib: replace checkUint() with validateInt32() 2018-06-13 15:59:06 +02:00
worker.js workers: replace message types string by constants 2018-06-29 19:40:21 +08:00
wrap_js_stream.js

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.