0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal/process
Christopher Hiller bff7a46f31
report: modify getReport() to return an Object
It's likely that anyone using `process.report.getReport()` will be
processing the return value thereafter (e.g., filtering fields or
redacting secrets). This change eliminates boilerplate by calling
`JSON.parse()` on the return value.

Also modified the `validateContent()` and `validate()` test helpers in
`test/common/report.js` to be somewhat more obvious and helpful. Of
note, a report failing validation will now be easier (though still not
_easy_) to read when prepended to the stack trace.

- Refs: https://github.com/nodejs/diagnostics/issues/315

PR-URL: https://github.com/nodejs/node/pull/28630
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2019-07-12 14:48:09 -07:00
..
esm_loader.js module: initialize module_wrap.callbackMap during pre-execution 2019-04-25 12:11:10 +08:00
execution.js process: split routines used to enhance fatal exception stack traces 2019-06-27 20:22:08 +08:00
main_thread_only.js process: improve cwd performance 2019-04-26 18:43:11 +02:00
per_thread.js process: expose uv_rusage on process.resourcesUsage() 2019-07-01 16:02:17 +02:00
policy.js
promises.js process: refactor unhandledRejection logic 2019-07-07 11:29:31 -04:00
report.js report: modify getReport() to return an Object 2019-07-12 14:48:09 -07:00
stdio.js src: move guessHandleType in the util binding 2019-04-20 13:25:41 +08:00
task_queues.js src: refactor uncaught exception handling 2019-06-19 16:16:37 +08:00
warning.js
worker_thread_only.js