| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
For reference, throwing when trying to print the result of an ES module was added in #30370 (comment). |
Sorry, something went wrong.
• Removed unreachable code of the `evalModule()` function as an early error is thrown when the `print` parameter is a truthy value. • Make use of the nullish coalescing operator.
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/40664 ✔ Done loading data for nodejs/node/pull/40664 ----------------------------------- PR info ------------------------------------ Title process: refactor execution (#40664) Author Voltrex (@VoltrexMaster) Branch VoltrexMaster:refactor-process-execution -> nodejs:master Labels process, author ready Commits 1 - process: refactor execution Committers 1 - voltrexmaster PR-URL: https://github.com/nodejs/node/pull/40664 Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca Reviewed-By: Minwoo Jung ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/40664 Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca Reviewed-By: Minwoo Jung -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last review: ⚠ - process: refactor execution ℹ This PR was created on Sat, 30 Oct 2021 09:46:57 GMT ✔ Approvals: 3 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/40664#pullrequestreview-793574274 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/40664#pullrequestreview-793760306 ✔ - Minwoo Jung (@JungMinu): https://github.com/nodejs/node/pull/40664#pullrequestreview-794778135 ✔ Last GitHub Actions successful ℹ Last Full PR CI on 2021-11-04T19:22:57Z: https://ci.nodejs.org/job/node-test-pull-request/40709/ - Querying data for job/node-test-pull-request/40709/ ✔ Build data downloaded ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/1429175442 |
Sorry, something went wrong.
• Removed unreachable code of the `evalModule()` function as an early error is thrown when the `print` parameter is a truthy value. • Make use of the nullish coalescing operator. PR-URL: #40664 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
• Removed unreachable code of the `evalModule()` function as an early error is thrown when the `print` parameter is a truthy value. • Make use of the nullish coalescing operator. PR-URL: #40664 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
| Back | FazBrowse Home | New Git URL |
• Removed unreachable code of the evalModule() function as an early error is thrown when the print parameter is a truthy value.
• Make use of the nullish coalescing operator.