Commit 53fb2b6
src: remove _third_party_main support
Since 7dead84, there is a more official alternative that is
tested and comes with a proper API, and since a6c57cc, 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: #24017
Refs: #30467
Refs: #32858
PR-URL: #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>1 parent 78ca61e commit 53fb2b6Copy full SHA for 53fb2b6
File tree
Expand file treeCollapse file tree
4 files changed
+1
-23
lines changedOpen diff view settings
Filter options
- lib/internal
- main
- src
Expand file treeCollapse file tree
4 files changed
+1
-23
lines changedOpen diff view settings
Collapse file
+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
15 | | - |
| 14 | + |
16 | 15 | |
17 | 16 | |
18 | 17 | |
|
Collapse file
lib/internal/main/run_third_party_main.js
Copy file name to clipboardExpand all lines: lib/internal/main/run_third_party_main.js-13Lines changed: 0 additions & 13 deletions
This file was deleted.
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
162 | 162 | |
163 | 163 | |
164 | 164 | |
165 | | - |
166 | 165 | |
167 | 166 | |
168 | 167 | |
|
Collapse file
-7Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
461 | 461 | |
462 | 462 | |
463 | 463 | |
464 | | - |
465 | | - |
466 | | - |
467 | | - |
468 | | - |
469 | | - |
470 | | - |
471 | 464 | |
472 | 465 | |
473 | 466 | |
|
0 commit comments