From 03385e63cfcf73efee71315f2bc649ab3bab7491 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 13 Feb 2024 09:24:42 +0100 Subject: [PATCH] doc: fix `globals.md` introduction Splitting the introduction sentence in two paragraphs so it's clearer the list of variables only apply to the second sentence. --- doc/api/globals.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/api/globals.md b/doc/api/globals.md index ef04062ddfc2a5..2de243e04811cc 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -4,9 +4,10 @@ -These objects are available in all modules. The following variables may appear -to be global but are not. They exist only in the scope of modules, see the -[module system documentation][]: +These objects are available in all modules. + +The following variables may appear to be global but are not. They exist only in +the scope of [CommonJS modules][]: * [`__dirname`][] * [`__filename`][] @@ -1139,6 +1140,7 @@ added: v18.0.0 A browser-compatible implementation of [`WritableStreamDefaultWriter`][]. [CommonJS module]: modules.md +[CommonJS modules]: modules.md [ECMAScript module]: esm.md [Navigator API]: https://html.spec.whatwg.org/multipage/system-state.html#the-navigator-object [RFC 5646]: https://www.rfc-editor.org/rfc/rfc5646.txt @@ -1206,7 +1208,6 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][]. [`window.navigator`]: https://developer.mozilla.org/en-US/docs/Web/API/Window/navigator [buffer section]: buffer.md [built-in objects]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects -[module system documentation]: modules.md [timers]: timers.md [webassembly-mdn]: https://developer.mozilla.org/en-US/docs/WebAssembly [webassembly-org]: https://webassembly.org