| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9ddbe45 commit 8016628
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,9 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | 5 | <!-- type=misc --> | |
| 6 | 6 | ||
| 7 | - These objects are available in all modules. The following variables may appear | ||
| 8 | - to be global but are not. They exist only in the scope of modules, see the | ||
| 9 | - [module system documentation][]: | ||
| 7 | + These objects are available in all modules. | ||
| 8 | + | ||
| 9 | + The following variables may appear to be global but are not. They exist only in | ||
| 10 | + the scope of [CommonJS modules][]: | ||
| 10 | 11 | ||
| 11 | 12 | * [`__dirname`][] | |
| 12 | 13 | * [`__filename`][] | |
@@ -1008,6 +1009,7 @@ added: v18.0.0 | |||
| 1008 | 1009 | A browser-compatible implementation of [`WritableStreamDefaultWriter`][]. | |
| 1009 | 1010 | ||
| 1010 | 1011 | [CommonJS module]: modules.md | |
| 1012 | + [CommonJS modules]: modules.md | ||
| 1011 | 1013 | [ECMAScript module]: esm.md | |
| 1012 | 1014 | [Web Crypto API]: webcrypto.md | |
| 1013 | 1015 | [`--experimental-websocket`]: cli.md#--experimental-websocket | |
@@ -1072,7 +1074,6 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][]. | |||
| 1072 | 1074 | [`structuredClone`]: https://developer.mozilla.org/en-US/docs/Web/API/structuredClone | |
| 1073 | 1075 | [buffer section]: buffer.md | |
| 1074 | 1076 | [built-in objects]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects | |
| 1075 | - [module system documentation]: modules.md | ||
| 1076 | 1077 | [timers]: timers.md | |
| 1077 | 1078 | [webassembly-mdn]: https://developer.mozilla.org/en-US/docs/WebAssembly | |
| 1078 | 1079 | [webassembly-org]: https://webassembly.org | |
| Back | FazBrowse Home | New Git URL |
0 commit comments