From 8d1608d18064c7136f23e325f051704aa2bb1a9a Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 20 Jul 2026 14:47:47 +0200 Subject: [PATCH] doc: fix broken links and clean up type map Signed-off-by: Antoine du Hamel --- doc/api/test.md | 2 +- doc/type-map.json | 52 +++++++++++++++++++++++++---------------------- 2 files changed, 29 insertions(+), 25 deletions(-) diff --git a/doc/api/test.md b/doc/api/test.md index 94f35abd03a04b..cfbb350e15842a 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -4860,7 +4860,7 @@ test.describe('my suite', (suite) => { [`'test:watch:restarted'`]: #event-testwatchrestarted [`--experimental-test-coverage`]: cli.md#--experimental-test-coverage [`--experimental-test-module-mocks`]: cli.md#--experimental-test-module-mocks -[`--experimental-test-tag-filter`]: cli.md#--experimental-test-tag-filterexpr +[`--experimental-test-tag-filter`]: cli.md#--experimental-test-tag-filtertag [`--import`]: cli.md#--importmodule [`--no-strip-types`]: cli.md#--no-strip-types [`--test-concurrency`]: cli.md#--test-concurrency diff --git a/doc/type-map.json b/doc/type-map.json index 4741264f60e46f..760afa64af7cfa 100644 --- a/doc/type-map.json +++ b/doc/type-map.json @@ -1,26 +1,26 @@ { "AbortController": "globals.html#class-abortcontroller", "AbortSignal": "globals.html#class-abortsignal", - "Algorithm": "webcrypto.html#class-algorithm", - "AlgorithmIdentifier": "webcrypto.html#class-algorithmidentifier", - "AsyncHook": "async_hooks.html#async_hookscreatehookoptions", - "AsyncLocalStorage": "async_context.html#class-asynclocalstorage", - "AsyncResource": "async_hooks.html#class-asyncresource", "AesCbcParams": "webcrypto.html#class-aescbcparams", "AesCtrParams": "webcrypto.html#class-aesctrparams", + "AesDerivedKeyParams": "webcrypto.html#class-aesderivedkeyparams", "AesGcmParams": "webcrypto.html#class-aesgcmparams", "AesKeyAlgorithm": "webcrypto.html#class-aeskeyalgorithm", "AesKeyGenParams": "webcrypto.html#class-aeskeygenparams", - "AesDerivedKeyParams": "webcrypto.html#class-aesderivedkeyparams", + "Algorithm": "webcrypto.html#class-algorithm", + "AlgorithmIdentifier": "webcrypto.html#class-algorithmidentifier", + "AsyncHook": "async_hooks.html#async_hookscreatehookoptions", + "AsyncLocalStorage": "async_context.html#class-asynclocalstorage", + "AsyncResource": "async_hooks.html#class-asyncresource", "Blob": "buffer.html#class-blob", "BroadcastChannel": "worker_threads.html#class-broadcastchannel-extends-eventtarget", + "brotli options": "zlib.html#class-brotlioptions", "Buffer": "buffer.html#class-buffer", "ByteLengthQueuingStrategy": "webstreams.html#class-bytelengthqueuingstrategy", "Channel": "diagnostics_channel.html#class-channel", "ChildProcess": "child_process.html#class-childprocess", "Cipher": "crypto.html#class-cipher", "Cipheriv": "crypto.html#class-cipheriv", - "Decipheriv": "crypto.html#class-decipheriv", "ClientHttp2Session": "http2.html#class-clienthttp2session", "ClientHttp2Stream": "http2.html#class-clienthttp2stream", "CountQueuingStrategy": "webstreams.html#class-countqueuingstrategy", @@ -28,9 +28,12 @@ "CryptoKey": "webcrypto.html#class-cryptokey", "CryptoKeyPair": "webcrypto.html#class-cryptokeypair", "CustomEvent": "events.html#class-customevent", + "DatabaseSync": "sqlite.html#class-databasesync", "Decipher": "crypto.html#class-decipher", + "Decipheriv": "crypto.html#class-decipheriv", "DiffieHellman": "crypto.html#class-diffiehellman", "DiffieHellmanGroup": "crypto.html#class-diffiehellmangroup", + "Disposable": "https://tc39.es/proposal-explicit-resource-management/#sec-disposable-interface", "Domain": "domain.html#class-domain", "Duplex": "stream.html#class-streamduplex", "ECDH": "crypto.html#class-ecdh", @@ -54,19 +57,27 @@ "HmacImportParams": "webcrypto.html#class-hmacimportparams", "HmacKeyAlgorithm": "webcrypto.html#class-hmackeyalgorithm", "HmacKeyGenParams": "webcrypto.html#class-hmackeygenparams", + "HTTP/2 Headers Object": "http2.html#headers-object", + "HTTP/2 Settings Object": "http2.html#settings-object", "Http2SecureServer": "http2.html#class-http2secureserver", "Http2Server": "http2.html#class-http2server", "Http2Session": "http2.html#class-http2session", "Http2Stream": "http2.html#class-http2stream", "Immediate": "timers.html#class-immediate", + "import.meta": "esm.html#importmeta", "IntervalHistogram": "perf_hooks.html#class-intervalhistogram-extends-histogram", - "LockManager": "worker_threads.html#class-lockmanager", "KeyAlgorithm": "webcrypto.html#class-keyalgorithm", "KeyObject": "crypto.html#class-keyobject", - "MIMEParams": "util.html#class-utilmimeparams", + "LockManager": "worker_threads.html#class-lockmanager", "MessagePort": "worker_threads.html#class-messageport", + "MIMEParams": "util.html#class-utilmimeparams", "MockModuleContext": "test.html#class-mockmodulecontext", + "module": "modules.html#the-module-object", + "ModuleRequest": "vm.html#type-modulerequest", + "net.BlockList": "net.html#class-netblocklist", + "net.BoundSocket": "net.html#class-netboundsocket", "NodeEventTarget": "events.html#class-nodeeventtarget", + "os.constants.dlopen": "os.html#dlopen-constants", "Pbkdf2Params": "webcrypto.html#class-pbkdf2params", "PerformanceEntry": "perf_hooks.html#class-performanceentry", "PerformanceNodeTiming": "perf_hooks.html#class-performancenodetiming", @@ -79,22 +90,23 @@ "ReadableStreamBYOBRequest": "webstreams.html#class-readablestreambyobrequest", "ReadableStreamDefaultController": "webstreams.html#class-readablestreamdefaultcontroller", "ReadableStreamDefaultReader": "webstreams.html#class-readablestreamdefaultreader", - "ModuleRequest": "vm.html#type-modulerequest", - "DatabaseSync": "sqlite.html#class-databasesync", + "readlinePromises.Interface": "readline.html#class-readlinepromisesinterface", "RecordableHistogram": "perf_hooks.html#class-recordablehistogram-extends-histogram", - "RsaHashedKeyAlgorithm": "webcrypto.html#class-rsahashedkeyalgorithm", + "require": "modules.html#requireid", "RsaHashedImportParams": "webcrypto.html#class-rsahashedimportparams", + "RsaHashedKeyAlgorithm": "webcrypto.html#class-rsahashedkeyalgorithm", "RsaHashedKeyGenParams": "webcrypto.html#class-rsahashedkeygenparams", "RsaOaepParams": "webcrypto.html#class-rsaoaepparams", "RsaPssParams": "webcrypto.html#class-rsapssparams", "ServerHttp2Session": "http2.html#class-serverhttp2session", "ServerHttp2Stream": "http2.html#class-serverhttp2stream", - "Sign": "crypto.html#class-sign", - "Disposable": "https://tc39.es/proposal-explicit-resource-management/#sec-disposable-interface", "Session": "sqlite.html#class-session", + "Sign": "crypto.html#class-sign", "StatementSync": "sqlite.html#class-statementsync", "Stream": "stream.html#stream", "SubtleCrypto": "webcrypto.html#class-subtlecrypto", + "SuiteContext": "test.html#class-suitecontext", + "TestContext": "test.html#class-testcontext", "TestsStream": "test.html#class-testsstream", "TextDecoderStream": "webstreams.html#class-textdecoderstream", "TextEncoderStream": "webstreams.html#class-textencoderstream", @@ -108,20 +120,12 @@ "URL": "url.html#the-whatwg-url-api", "URLSearchParams": "url.html#class-urlsearchparams", "Verify": "crypto.html#class-verify", + "Worker": "worker_threads.html#class-worker", "Writable": "stream.html#class-streamwritable", "WritableStream": "webstreams.html#class-writablestream", "WritableStreamDefaultController": "webstreams.html#class-writablestreamdefaultcontroller", "WritableStreamDefaultWriter": "webstreams.html#class-writablestreamdefaultwriter", - "Worker": "worker_threads.html#class-worker", "X509Certificate": "crypto.html#class-x509certificate", - "brotli options": "zlib.html#class-brotlioptions", - "import.meta": "esm.html#importmeta", - "os.constants.dlopen": "os.html#dlopen-constants", - "readlinePromises.Interface": "readline.html#class-readlinepromisesinterface", - "require": "modules.html#requireid", - "module": "modules.html#the-module-object", "zlib options": "zlib.html#class-options", - "zstd options": "zlib.html#class-zstdoptions", - "HTTP/2 Headers Object": "http2.html#headers-object", - "HTTP/2 Settings Object": "http2.html#settings-object" + "zstd options": "zlib.html#class-zstdoptions" }