Node should provide an ESM equivalent of: ```js if (process.env.DEBUG) var { inspect } = require('util'); ``` In other words, let users tell Node to potentially not load modules or module exports into memory, if they might not be used. Use case 41.
Node should provide an ESM equivalent of:
In other words, let users tell Node to potentially not load modules or module exports into memory, if they might not be used.
Use case 41.