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 edda492

Browse filesBrowse files
frank-dspeedaddaleax
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 3abcc74 commit edda492
Copy full SHA for edda492

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
@@ -1438,8 +1438,8 @@ console.log(VERSION);
14381438

14391439
With this loader, running:
14401440

1441-
```console
1442-
node --experimental-loader ./https-loader.mjs ./main.js
1441+
```bash
1442+
node --experimental-loader ./https-loader.mjs ./main.mjs
14431443
```
14441444

14451445
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.