Skip to content

lib: add api to enable source-maps programmatically

Add process.setSourceMapsEnabled to enable source-maps programmatically. It will be helpful to have such APIs in tooling so that they don't require users to determine if the end users should launch the Node.js program with specific options.

Fixes https://github.com/nodejs/node/issues/38817

Merge request reports

Loading