Skip to content

Commit ef41ddf

Browse files
TrottBethGriggs
authored andcommitted
doc: sort references lexically
Keep references sorted in ASCII order in module.md. PR-URL: #34848 Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
1 parent 2a78c33 commit ef41ddf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/api/module.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ consists of the following keys:
184184
* originalLine: {number}
185185
* originalColumn: {number}
186186
187-
[`createRequire()`]: #module_module_createrequire_filename
188-
[module wrapper]: modules_cjs.html#modules_cjs_the_module_wrapper
189-
[source map include directives]: https://sourcemaps.info/spec.html#h.lmz475t4mvbx
187+
[Source map v3 format]: https://sourcemaps.info/spec.html#h.mofvlxcwqzej
190188
[`--enable-source-maps`]: cli.html#cli_enable_source_maps
191-
[`NODE_V8_COVERAGE=dir`]: cli.html#cli_node_v8_coverage_dir
192189
[`Error.prepareStackTrace(error, trace)`]: https://v8.dev/docs/stack-trace-api#customizing-stack-traces
190+
[`NODE_V8_COVERAGE=dir`]: cli.html#cli_node_v8_coverage_dir
193191
[`SourceMap`]: #module_class_module_sourcemap
194-
[Source map v3 format]: https://sourcemaps.info/spec.html#h.mofvlxcwqzej
192+
[`createRequire()`]: #module_module_createrequire_filename
193+
[module wrapper]: modules_cjs.html#modules_cjs_the_module_wrapper
194+
[source map include directives]: https://sourcemaps.info/spec.html#h.lmz475t4mvbx

0 commit comments

Comments
 (0)