Files
node/lib/internal
翠 / green 6bb400f8ec lib: add api to detect whether source-maps are enabled
Add `process.sourceMapsEnabled` to detect
whether source-maps are enabled.

Fixes: https://github.com/nodejs/node/issues/46304
PR-URL: https://github.com/nodejs/node/pull/46391
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
2023-08-17 08:42:12 +00:00
..
2023-07-11 19:50:10 +03:00
2023-05-02 00:48:20 +00:00
2023-08-12 13:39:24 +02:00
2023-07-27 20:39:14 +00:00
2023-07-11 19:50:29 +03:00
2023-05-02 00:48:20 +00:00
2023-04-05 08:31:56 -07:00
2023-05-18 08:11:07 +00:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.