Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -1507,7 +1507,7 @@ console.log(VERSION);
With this loader, running:

```console
Comment thread
frank-dspeed marked this conversation as resolved.
Outdated
node --experimental-loader ./https-loader.mjs ./main.js
node --experimental-loader ./https-loader.mjs ./main.mjs
```

Will print the current version of CoffeeScript per the module at the URL in
Expand Down