Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2020-06-19 18:10:28 +0300
committerJames M Snell <jasnell@gmail.com>2020-06-25 01:20:59 +0300
commit53fb2b6b418367e4c023cbd6531efff9839d0847 (patch)
tree84e47ca1f59856f811f82ca3bfd6f33b00bfcdcf /lib/internal/cli_table.js
parent78ca61e2cfda9b1e227b0339831ce7507921bc13 (diff)
src: remove _third_party_main support
Since 7dead8440c7ee, there is a more official alternative that is tested and comes with a proper API, and since a6c57cc66d0, 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>
Diffstat (limited to 'lib/internal/cli_table.js')
-rw-r--r--lib/internal/cli_table.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/internal/cli_table.js b/lib/internal/cli_table.js
index 853f02797fc..2a5f0acd471 100644
--- a/lib/internal/cli_table.js
+++ b/lib/internal/cli_table.js
@@ -11,8 +11,7 @@ const { getStringWidth } = require('internal/util/inspect');
// The use of Unicode characters below is the only non-comment use of non-ASCII
// Unicode characters in Node.js built-in modules. If they are ever removed or
// rewritten with \u escapes, then a test will need to be (re-)added to Node.js
-// core to verify that Unicode characters work in built-ins. Otherwise,
-// consumers using Unicode in _third_party_main.js will run into problems.
+// core to verify that Unicode characters work in built-ins.
// Refs: https://github.com/nodejs/node/issues/10673
const tableChars = {
/* eslint-disable node-core/non-ascii-character */