@@ -28,7 +28,7 @@ absolute path, it's resolved as a relative path from the current working
2828directory. That path is then resolved by [ CommonJS] [ ] module loader. If no
2929corresponding file is found, an error is thrown.
3030
31- If a file is found, its path will be passed to [ ECMAScript module loader] [ ]
31+ If a file is found, its path will be passed to the [ ECMAScript module loader] [ ]
3232under any of the following conditions:
3333
3434* The file has an ` .mjs ` extension.
@@ -37,13 +37,13 @@ under any of the following conditions:
3737* If the program was started with a command-line flag that forces the entry
3838 point to be loaded with ECMAScript module loader.
3939
40- Otherwise the file is loaded using the CommonJS module loader. See
40+ Otherwise, the file is loaded using the CommonJS module loader. See
4141[ File modules] [ ] for more details.
4242
4343### ECMAScript modules loader entry point caveat
4444
45- When loading the program entry point using [ ECMAScript module loader] [ ] , the ` node `
46- command will accept as input only files with ` .js ` , ` .mjs ` , or ` .cjs `
45+ When loading [ ECMAScript module loader] [ ] loads the program entry point , the ` node `
46+ command will only accept as input only files with ` .js ` , ` .mjs ` , or ` .cjs `
4747extensions; and with ` .wasm ` extensions when
4848[ ` --experimental-wasm-modules ` ] [ ] is enabled.
4949
0 commit comments