Skip to content

Commit 30edcc0

Browse files
TrottBethGriggs
authored andcommitted
doc: update vm.md for link linting
Update vm.md for link linting rules that are about to be applied. Define an undefined link reference. Escape non-link text that uses `[` and `]`. PR-URL: #29982 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent c802c99 commit 30edcc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/vm.md

+1
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,7 @@ queues.
11681168
[GetModuleNamespace]: https://tc39.es/ecma262/#sec-getmodulenamespace
11691169
[HostResolveImportedModule]: https://tc39.es/ecma262/#sec-hostresolveimportedmodule
11701170
[Link() concrete method]: https://tc39.es/ecma262/#sec-moduledeclarationlinking
1171+
[Module Record]: https://www.ecma-international.org/ecma-262/#sec-abstract-module-records
11711172
[Source Text Module Record]: https://tc39.es/ecma262/#sec-source-text-module-records
11721173
[Synthetic Module Record]: https://heycam.github.io/webidl/#synthetic-module-records
11731174
[V8 Embedder's Guide]: https://v8.dev/docs/embed#contexts

0 commit comments

Comments
 (0)