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
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:
tapreadable-streams.Ping @mhdawson