0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/lib/internal
Anna Henningsen 389969ea92 crypto: remove arbitrary UTF16 restriction
Since 71f633a32f, this is no longer necessary.

Refs: https://github.com/nodejs/node/pull/22622
Fixes: https://github.com/nodejs/node/issues/29793

PR-URL: https://github.com/nodejs/node/pull/29795
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
2019-10-03 13:54:36 -07:00
..
assert
bootstrap doc: add missing deprecation code 2019-10-02 19:58:26 -07:00
cluster
console console: update time formatting 2019-10-01 21:13:53 +02:00
crypto crypto: remove arbitrary UTF16 restriction 2019-10-03 13:54:36 -07:00
dns
fs fs: remove unnecessary argument check 2019-09-22 16:23:02 -07:00
http2 http2: use the latest settings 2019-10-02 14:53:42 -07:00
main worker: fix process._fatalException return type 2019-09-27 16:26:42 -07:00
modules vm: refactor SourceTextModule 2019-10-02 15:54:35 -07:00
per_context src: re-delete Atomics.wake 2019-09-18 16:09:20 -05:00
policy policy: minor perf opts and cleanup 2019-09-03 11:12:05 -05:00
process process: use public readableFlowing property 2019-09-14 16:12:37 +08:00
readline lib: add ASCII fast path to getStringWidth() 2019-09-02 21:02:34 -07:00
repl
streams stream: always invoke callback before emitting error 2019-09-30 10:56:29 -07:00
test
util console,util: fix missing recursion end while inspecting prototypes 2019-09-23 23:42:10 -07:00
vm vm: refactor SourceTextModule 2019-10-02 15:54:35 -07:00
worker
assert.js
async_hooks.js
buffer.js
child_process.js
cli_table.js console: use getStringWidth() for character width calculation 2019-09-02 11:43:58 +05:30
constants.js
dgram.js
dtrace.js
encoding.js util: add encodeInto to TextEncoder 2019-09-13 20:27:18 +02:00
error-serdes.js
errors.js crypto: remove arbitrary UTF16 restriction 2019-10-03 13:54:36 -07:00
fixed_queue.js process: improve nextTick performance 2019-08-27 22:14:15 -04:00
freelist.js
freeze_intrinsics.js
http.js http: simplify drain() 2019-08-19 12:56:08 -07:00
idna.js
inspector_async_hook.js
js_stream_socket.js
linkedlist.js
net.js
options.js
priority_queue.js
querystring.js
readme.md
repl.js
socket_list.js
source_map.js process: initial SourceMap support via NODE_V8_COVERAGE 2019-09-22 00:39:41 +02:00
stream_base_commons.js net: allow reading data into a static buffer 2019-08-23 17:05:52 -04:00
timers.js timers: set _destroyed even if there are no destroy-hooks 2019-09-22 16:19:26 -07:00
tls.js
trace_events_async_hooks.js
tty.js tty: add color support for mosh 2019-09-15 21:54:58 -07:00
url.js
util.js lib: stop using prepareStackTrace 2019-10-02 16:17:01 -07:00
v8_prof_polyfill.js
v8_prof_processor.js
validators.js crypto: refactor array buffer view validation 2019-10-01 22:39:37 +02:00
worker.js stream: cleanup use of internal ended state 2019-09-24 06:42:56 +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.