node/lib
Rich Trott 716ee1531c
debugger: rename internal library for clarity
When I moved these files from node-inspect to Node.js core, I put them
in lib/internal/inspector. That was a mistake. They should be in
lib/internal/debugger.

PR-URL: https://github.com/nodejs/node/pull/39080
Backport-PR-URL: https://github.com/nodejs/node/pull/39446
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2021-07-22 12:06:20 -04:00
..
fs fs: add fs/promises alias module 2020-02-18 22:15:50 -08:00
internal debugger: rename internal library for clarity 2021-07-22 12:06:20 -04:00
_http_agent.js http: set lifo as the default scheduling strategy in Agent 2021-04-14 13:16:43 +02:00
_http_client.js http: cleanup ClientRequest oncreate 2021-05-01 12:24:55 +02:00
_http_common.js http: add requestTimeout 2020-09-15 11:20:08 -04:00
_http_incoming.js http: explain the possibilty of refactor unused argument 2021-05-01 12:25:07 +02:00
_http_outgoing.js lib: revert primordials in a hot path 2021-06-11 09:30:23 +02:00
_http_server.js lib: revert primordials in a hot path 2021-06-11 09:30:23 +02:00
_stream_duplex.js stream: move to internal/streams 2020-12-02 19:22:19 +00:00
_stream_passthrough.js stream: move to internal/streams 2020-12-02 19:22:19 +00:00
_stream_readable.js stream: move to internal/streams 2020-12-02 19:22:19 +00:00
_stream_transform.js stream: move to internal/streams 2020-12-02 19:22:19 +00:00
_stream_wrap.js lib: assign missed deprecation code 2019-03-07 15:48:55 +01:00
_stream_writable.js stream: move to internal/streams 2020-12-02 19:22:19 +00:00
_tls_common.js tls: make 'createSecureContext' honor more options 2020-07-16 17:09:09 -04:00
_tls_wrap.js tls: validate ticket keys buffer 2021-06-11 09:30:05 +02:00
.eslintrc.yaml lib: harden lint checks for globals 2021-07-20 07:11:42 -04:00
assert.js assert: refactor to use more primordials 2021-06-11 09:30:21 +02:00
async_hooks.js async_hooks: refactor to avoid unsafe array iteration 2021-06-11 09:29:58 +02:00
buffer.js buffer: remove TODOs in atob / btoa 2021-06-11 09:30:15 +02:00
child_process.js lib: harden lint checks for globals 2021-07-20 07:11:42 -04:00
cluster.js lib: use consistent indentation for ternaries 2017-07-07 06:57:16 -07:00
console.js console: split console into global.js and constructor.js 2018-12-02 04:51:18 +08:00
constants.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
crypto.js crypto: implement randomuuid 2021-04-25 08:24:22 +02:00
dgram.js dgram: extract cluster lazy loading method to make it testable 2021-06-11 09:30:15 +02:00
diagnostics_channel.js lib: fix diagnostics_channel hasSubscribers error 2021-05-01 09:44:47 +02:00
dns.js dns: refactor to use more primordials 2021-06-11 09:29:47 +02:00
domain.js lib: change wording in lib/domain.js comment 2021-05-01 12:25:31 +02:00
events.js typings: add JSDoc typings for events 2021-07-20 07:11:19 -04:00
fs.js src: fix validation of negative offset to avoid abort 2021-06-11 09:30:09 +02:00
http.js typings: add JSDoc typings for http 2021-05-08 12:44:44 -04:00
http2.js http2: order declarations in http2.js 2018-11-20 10:42:31 -08:00
https.js typings: add JSDoc typings for https 2021-07-20 07:11:21 -04:00
inspector.js inspector: refactor to use more primordials 2021-06-11 09:29:48 +02:00
module.js module: add API for interacting with source maps 2020-01-14 12:39:06 -08:00
net.js lib: revert primordials in a hot path 2021-06-11 09:30:23 +02:00
os.js lib: fix and improve os typings 2021-06-11 09:30:07 +02:00
path.js path: inline conditions 2021-06-11 09:30:15 +02:00
perf_hooks.js perf_hooks: refactor to avoid unsafe array iteration 2021-06-11 09:29:54 +02:00
process.js src: remove excessive license boilerplate 2015-01-27 16:35:05 +11:00
punycode.js lib: use strict equality comparison 2019-12-14 08:57:36 -05:00
querystring.js lib: add URI handling functions to primordials 2021-06-11 09:30:00 +02:00
readline.js lib: add primordials.SafeStringIterator 2021-06-11 09:29:51 +02:00
repl.js lib: enforce using primordials.globalThis instead of global 2021-07-20 07:11:41 -04:00
stream.js stream: fix legacy pipe error handling 2021-06-11 09:28:45 +02:00
string_decoder.js string_decoder: refactor to use more primordials 2021-06-11 09:29:46 +02:00
sys.js benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
timers.js lib: use Object static properties from primordials 2021-05-16 15:10:11 +02:00
tls.js lib: replace String global with primordials 2020-10-13 23:07:44 +01:00
trace_events.js events: refactor to use more primordials 2021-06-11 09:29:50 +02:00
tty.js tty: refactor to avoid unsafe array iteration 2021-06-11 09:29:54 +02:00
url.js lib: add URI handling functions to primordials 2021-06-11 09:30:00 +02:00
util.js typings: add JSDoc typings for util 2021-06-11 09:30:06 +02:00
v8.js v8: refactor to use more primordials 2021-06-11 09:29:49 +02:00
vm.js vm: use missing validator 2021-07-20 07:11:29 -04:00
wasi.js wasi: refactor to avoid unsafe array iteration 2021-06-11 09:29:54 +02:00
worker_threads.js worker: add public method for marking objects as untransferable 2020-06-30 09:34:31 -07:00
zlib.js zlib: fix brotli flush range 2021-06-11 09:30:11 +02:00