We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4675ea commit fae5df2Copy full SHA for fae5df2
doc/api/esm.md
@@ -1506,8 +1506,8 @@ console.log(VERSION);
1506
1507
With this loader, running:
1508
1509
-```console
1510
-node --experimental-loader ./https-loader.mjs ./main.js
+```bash
+node --experimental-loader ./https-loader.mjs ./main.mjs
1511
```
1512
1513
Will print the current version of CoffeeScript per the module at the URL in
0 commit comments