0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-25 16:34:05 +01:00
nodejs/lib
Anna Henningsen 53fb2b6b41
src: remove _third_party_main support
Since 7dead8440c, there is a more official alternative that is
tested and comes with a proper API, and since a6c57cc66d, the
`LoadEnvironment(env)` overload is deprecated, which is the closest
thing we can achieve to deprecating `_third_party_main` support.

Thus, we can now consider us able to remove `_third_party_main`
support.

Fixes: https://github.com/nodejs/node/issues/24017
Refs: https://github.com/nodejs/node/pull/30467
Refs: https://github.com/nodejs/node/pull/32858

PR-URL: https://github.com/nodejs/node/pull/33971
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
2020-06-24 15:20:59 -07:00
..
dns dns: add dns/promises alias 2020-05-24 03:26:21 +02:00
fs
internal src: remove _third_party_main support 2020-06-24 15:20:59 -07:00
timers timers: introduce timers/promises 2020-06-22 14:29:49 -07:00
_http_agent.js http: add maxTotalSockets to agent class 2020-06-21 18:20:05 +02:00
_http_client.js http: expose host and protocol on ClientRequest 2020-06-22 16:52:29 +02:00
_http_common.js lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
_http_incoming.js tools: enable no-else-return lint rule 2020-05-16 06:42:16 +02:00
_http_outgoing.js http: don't emit error after close 2020-06-21 17:21:12 +02:00
_http_server.js http: don't emit error after close 2020-06-21 17:21:12 +02:00
_stream_duplex.js stream: fix the spellings 2020-06-07 12:14:49 +02:00
_stream_passthrough.js
_stream_readable.js lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js stream: construct 2020-05-27 10:24:05 +02:00
_tls_common.js
_tls_wrap.js tls: emit session after verifying certificate 2020-06-02 20:35:51 +02:00
.eslintrc.yaml lib: add Int16Array primordials 2020-06-02 15:38:59 +02:00
assert.js
async_hooks.js async_hooks: move PromiseHook handler to JS 2020-05-09 07:52:22 +02:00
buffer.js buffer: remove hoisted variable 2020-05-23 20:47:02 +02:00
child_process.js lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
cluster.js
console.js
constants.js
crypto.js
dgram.js dgram: allow typed arrays in .send() 2020-06-19 07:40:11 -07:00
dns.js tools: enable no-else-return lint rule 2020-05-16 06:42:16 +02:00
domain.js domain: remove native domain code 2020-06-19 17:37:26 +02:00
events.js events: fix EventTarget support 2020-06-23 17:08:09 -07:00
fs.js fs: implement lutimes 2020-06-23 09:14:28 +00:00
http2.js
http.js http: tidy up exposure of header validation 2020-05-25 19:21:57 +02:00
https.js lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
inspector.js inspector: throw error when activating an already active inspector 2020-05-24 03:43:05 +02:00
module.js
net.js net: check args in net.connect() and socket.connect() calls 2020-06-24 14:45:10 -07:00
os.js
path.js path: fix comment grammar 2020-04-28 19:10:26 +02:00
perf_hooks.js perf_hooks: fix error message for invalid entryTypes 2020-05-10 13:53:15 +02:00
process.js
punycode.js
querystring.js querystring: improve stringify() performance 2020-06-12 18:21:44 -04:00
readline.js lib: update TODO comments 2020-05-20 17:05:06 +02:00
repl.js lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
stream.js
string_decoder.js
sys.js
timers.js timers: introduce timers/promises 2020-06-22 14:29:49 -07:00
tls.js
trace_events.js
tty.js
url.js
util.js
v8.js tools: enable no-else-return lint rule 2020-05-16 06:42:16 +02:00
vm.js tools: enable no-else-return lint rule 2020-05-16 06:42:16 +02:00
wasi.js wasi: allow WASI stdio to be configured 2020-05-30 04:28:02 +02:00
worker_threads.js
zlib.js zlib: add maxOutputLength option 2020-06-09 17:26:10 +02:00