Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5c987ff

Browse filesBrowse files
frank-dspeedBethGriggs
authored andcommitted
doc: fix file name to main.mjs and not main.js in esm.md
PR-URL: #34786 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 8f38c19 commit 5c987ff
Copy full SHA for 5c987ff

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/esm.md‎

Copy file name to clipboardExpand all lines: doc/api/esm.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1506,8 +1506,8 @@ console.log(VERSION);
15061506

15071507
With this loader, running:
15081508

1509-
```console
1510-
node --experimental-loader ./https-loader.mjs ./main.js
1509+
```bash
1510+
node --experimental-loader ./https-loader.mjs ./main.mjs
15111511
```
15121512

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.