This repository was archived by the owner on Jun 18, 2021. It is now read-only.
This repository was archived by the owner on Jun 18, 2021. It is now read-only.
Add node-report to node core #103
Closed
Description
I would like to propose that the node-report module be added as a new core module, with the ability to trigger it via command line flag as opposed to preload module, e.g. node --node-report
.
This would require a few steps:
- Parts of the code would need to be reworked to not depend on NaN
- Tests would need to be refactored to not depend on
tap
- We would need a strategy for continuing to support the standalone native module for older Node.js versions (much like we do with
readable-streams
.
Ping @mhdawson
Metadata
Metadata
Assignees
Labels
No labels