node should execute files without extension as ESM if `"type": "module",` is specified · Issue #34049 · nodejs/node
Version: v14.4.0 Platform: The node:14 docker container What steps will reproduce the bug? I'm creating a file called foo (without extension) at /app/bin/foo. I have a /app/package.json file with "...