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
Next Next commit
Update esm.md
Fixed Reference as the file name is main.mjs and not main.js
  • Loading branch information
frank-dspeed authored Aug 15, 2020
commit e6e8e19216ad7f5178b2fc81762f6d211033d648
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