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 b4941cf

Browse filesBrowse files
TrottMylesBorins
authored andcommitted
doc: make minor improvements to module.md
* sort references in ASCII order * replace abbreviation * split comma splice into two sentences and add appropriate punctuation * replace future tense with present tense PR-URL: #35083 Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
1 parent 7dc3b74 commit b4941cf
Copy full SHA for b4941cf

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎doc/api/module.md‎

Copy file name to clipboardExpand all lines: doc/api/module.md
+8-8Lines changed: 8 additions & 8 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ added:
150150
should be fetched.
151151
152152
The `error` instance should be passed as the second parameter to `findSourceMap`
153-
in exceptional flows, e.g., when an overridden
153+
in exceptional flows, such as when an overridden
154154
[`Error.prepareStackTrace(error, trace)`][] is invoked. Modules are not added to
155-
the module cache until they are successfully loaded, in these cases source maps
156-
will be associated with the `error` instance along with the `path`.
155+
the module cache until they are successfully loaded. In these cases, source maps
156+
are associated with the `error` instance along with the `path`.
157157
158158
### Class: `module.SourceMap`
159159
<!-- YAML
@@ -200,14 +200,14 @@ consists of the following keys:
200200
* originalLine: {number}
201201
* originalColumn: {number}
202202
203+
[CommonJS]: modules.html
204+
[ES Modules]: esm.html
205+
[Source map v3 format]: https://sourcemaps.info/spec.html#h.mofvlxcwqzej
206+
[`SourceMap`]: #module_class_module_sourcemap
203207
[`createRequire()`]: #module_module_createrequire_filename
208+
[`module`]: modules.html#modules_the_module_object
204209
[module wrapper]: modules_cjs.html#modules_cjs_the_module_wrapper
205210
[source map include directives]: https://sourcemaps.info/spec.html#h.lmz475t4mvbx
206211
[`--enable-source-maps`]: cli.html#cli_enable_source_maps
207212
[`NODE_V8_COVERAGE=dir`]: cli.html#cli_node_v8_coverage_dir
208213
[`Error.prepareStackTrace(error, trace)`]: https://v8.dev/docs/stack-trace-api#customizing-stack-traces
209-
[`SourceMap`]: #module_class_module_sourcemap
210-
[Source map v3 format]: https://sourcemaps.info/spec.html#h.mofvlxcwqzej
211-
[`module`]: modules.html#modules_the_module_object
212-
[CommonJS]: modules.html
213-
[ES Modules]: esm.html

0 commit comments

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