Could we remove the ESM warning, please?
--no-warnings affects Node.js behavior, so that can't be used
For people who write shell executables there's a bloody extra line being output requiring trickery
ESM is so unexperimental since 190423
$ node --experimental-modules src/fsPromisesUtimes.js
(node:86710) ExperimentalWarning: The ESM module loader is experimental.
Could we remove the ESM warning, please?
--no-warnings affects Node.js behavior, so that can't be used
For people who write shell executables there's a bloody extra line being output requiring trickery
ESM is so unexperimental since 190423