Skip to content

Commit c6378f7

Browse files
committed
doc: fix broken links and clean up type map
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #64625 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 9b53ec1 commit c6378f7

2 files changed

Lines changed: 29 additions & 25 deletions

File tree

doc/api/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4846,7 +4846,7 @@ test.describe('my suite', (suite) => {
48464846
[`'test:watch:restarted'`]: #event-testwatchrestarted
48474847
[`--experimental-test-coverage`]: cli.md#--experimental-test-coverage
48484848
[`--experimental-test-module-mocks`]: cli.md#--experimental-test-module-mocks
4849-
[`--experimental-test-tag-filter`]: cli.md#--experimental-test-tag-filterexpr
4849+
[`--experimental-test-tag-filter`]: cli.md#--experimental-test-tag-filtertag
48504850
[`--import`]: cli.md#--importmodule
48514851
[`--no-strip-types`]: cli.md#--no-strip-types
48524852
[`--test-concurrency`]: cli.md#--test-concurrency

doc/type-map.json

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,39 @@
11
{
22
"AbortController": "globals.html#class-abortcontroller",
33
"AbortSignal": "globals.html#class-abortsignal",
4-
"Algorithm": "webcrypto.html#class-algorithm",
5-
"AlgorithmIdentifier": "webcrypto.html#class-algorithmidentifier",
6-
"AsyncHook": "async_hooks.html#async_hookscreatehookoptions",
7-
"AsyncLocalStorage": "async_context.html#class-asynclocalstorage",
8-
"AsyncResource": "async_hooks.html#class-asyncresource",
94
"AesCbcParams": "webcrypto.html#class-aescbcparams",
105
"AesCtrParams": "webcrypto.html#class-aesctrparams",
6+
"AesDerivedKeyParams": "webcrypto.html#class-aesderivedkeyparams",
117
"AesGcmParams": "webcrypto.html#class-aesgcmparams",
128
"AesKeyAlgorithm": "webcrypto.html#class-aeskeyalgorithm",
139
"AesKeyGenParams": "webcrypto.html#class-aeskeygenparams",
14-
"AesDerivedKeyParams": "webcrypto.html#class-aesderivedkeyparams",
10+
"Algorithm": "webcrypto.html#class-algorithm",
11+
"AlgorithmIdentifier": "webcrypto.html#class-algorithmidentifier",
12+
"AsyncHook": "async_hooks.html#async_hookscreatehookoptions",
13+
"AsyncLocalStorage": "async_context.html#class-asynclocalstorage",
14+
"AsyncResource": "async_hooks.html#class-asyncresource",
1515
"Blob": "buffer.html#class-blob",
1616
"BroadcastChannel": "worker_threads.html#class-broadcastchannel-extends-eventtarget",
17+
"brotli options": "zlib.html#class-brotlioptions",
1718
"Buffer": "buffer.html#class-buffer",
1819
"ByteLengthQueuingStrategy": "webstreams.html#class-bytelengthqueuingstrategy",
1920
"Channel": "diagnostics_channel.html#class-channel",
2021
"ChildProcess": "child_process.html#class-childprocess",
2122
"Cipher": "crypto.html#class-cipher",
2223
"Cipheriv": "crypto.html#class-cipheriv",
23-
"Decipheriv": "crypto.html#class-decipheriv",
2424
"ClientHttp2Session": "http2.html#class-clienthttp2session",
2525
"ClientHttp2Stream": "http2.html#class-clienthttp2stream",
2626
"CountQueuingStrategy": "webstreams.html#class-countqueuingstrategy",
2727
"Crypto": "webcrypto.html#class-crypto",
2828
"CryptoKey": "webcrypto.html#class-cryptokey",
2929
"CryptoKeyPair": "webcrypto.html#class-cryptokeypair",
3030
"CustomEvent": "events.html#class-customevent",
31+
"DatabaseSync": "sqlite.html#class-databasesync",
3132
"Decipher": "crypto.html#class-decipher",
33+
"Decipheriv": "crypto.html#class-decipheriv",
3234
"DiffieHellman": "crypto.html#class-diffiehellman",
3335
"DiffieHellmanGroup": "crypto.html#class-diffiehellmangroup",
36+
"Disposable": "https://tc39.es/proposal-explicit-resource-management/#sec-disposable-interface",
3437
"Domain": "domain.html#class-domain",
3538
"Duplex": "stream.html#class-streamduplex",
3639
"ECDH": "crypto.html#class-ecdh",
@@ -54,19 +57,27 @@
5457
"HmacImportParams": "webcrypto.html#class-hmacimportparams",
5558
"HmacKeyAlgorithm": "webcrypto.html#class-hmackeyalgorithm",
5659
"HmacKeyGenParams": "webcrypto.html#class-hmackeygenparams",
60+
"HTTP/2 Headers Object": "http2.html#headers-object",
61+
"HTTP/2 Settings Object": "http2.html#settings-object",
5762
"Http2SecureServer": "http2.html#class-http2secureserver",
5863
"Http2Server": "http2.html#class-http2server",
5964
"Http2Session": "http2.html#class-http2session",
6065
"Http2Stream": "http2.html#class-http2stream",
6166
"Immediate": "timers.html#class-immediate",
67+
"import.meta": "esm.html#importmeta",
6268
"IntervalHistogram": "perf_hooks.html#class-intervalhistogram-extends-histogram",
63-
"LockManager": "worker_threads.html#class-lockmanager",
6469
"KeyAlgorithm": "webcrypto.html#class-keyalgorithm",
6570
"KeyObject": "crypto.html#class-keyobject",
66-
"MIMEParams": "util.html#class-utilmimeparams",
71+
"LockManager": "worker_threads.html#class-lockmanager",
6772
"MessagePort": "worker_threads.html#class-messageport",
73+
"MIMEParams": "util.html#class-utilmimeparams",
6874
"MockModuleContext": "test.html#class-mockmodulecontext",
75+
"module": "modules.html#the-module-object",
76+
"ModuleRequest": "vm.html#type-modulerequest",
77+
"net.BlockList": "net.html#class-netblocklist",
78+
"net.BoundSocket": "net.html#class-netboundsocket",
6979
"NodeEventTarget": "events.html#class-nodeeventtarget",
80+
"os.constants.dlopen": "os.html#dlopen-constants",
7081
"Pbkdf2Params": "webcrypto.html#class-pbkdf2params",
7182
"PerformanceEntry": "perf_hooks.html#class-performanceentry",
7283
"PerformanceNodeTiming": "perf_hooks.html#class-performancenodetiming",
@@ -79,22 +90,23 @@
7990
"ReadableStreamBYOBRequest": "webstreams.html#class-readablestreambyobrequest",
8091
"ReadableStreamDefaultController": "webstreams.html#class-readablestreamdefaultcontroller",
8192
"ReadableStreamDefaultReader": "webstreams.html#class-readablestreamdefaultreader",
82-
"ModuleRequest": "vm.html#type-modulerequest",
83-
"DatabaseSync": "sqlite.html#class-databasesync",
93+
"readlinePromises.Interface": "readline.html#class-readlinepromisesinterface",
8494
"RecordableHistogram": "perf_hooks.html#class-recordablehistogram-extends-histogram",
85-
"RsaHashedKeyAlgorithm": "webcrypto.html#class-rsahashedkeyalgorithm",
95+
"require": "modules.html#requireid",
8696
"RsaHashedImportParams": "webcrypto.html#class-rsahashedimportparams",
97+
"RsaHashedKeyAlgorithm": "webcrypto.html#class-rsahashedkeyalgorithm",
8798
"RsaHashedKeyGenParams": "webcrypto.html#class-rsahashedkeygenparams",
8899
"RsaOaepParams": "webcrypto.html#class-rsaoaepparams",
89100
"RsaPssParams": "webcrypto.html#class-rsapssparams",
90101
"ServerHttp2Session": "http2.html#class-serverhttp2session",
91102
"ServerHttp2Stream": "http2.html#class-serverhttp2stream",
92-
"Sign": "crypto.html#class-sign",
93-
"Disposable": "https://tc39.es/proposal-explicit-resource-management/#sec-disposable-interface",
94103
"Session": "sqlite.html#class-session",
104+
"Sign": "crypto.html#class-sign",
95105
"StatementSync": "sqlite.html#class-statementsync",
96106
"Stream": "stream.html#stream",
97107
"SubtleCrypto": "webcrypto.html#class-subtlecrypto",
108+
"SuiteContext": "test.html#class-suitecontext",
109+
"TestContext": "test.html#class-testcontext",
98110
"TestsStream": "test.html#class-testsstream",
99111
"TextDecoderStream": "webstreams.html#class-textdecoderstream",
100112
"TextEncoderStream": "webstreams.html#class-textencoderstream",
@@ -108,20 +120,12 @@
108120
"URL": "url.html#the-whatwg-url-api",
109121
"URLSearchParams": "url.html#class-urlsearchparams",
110122
"Verify": "crypto.html#class-verify",
123+
"Worker": "worker_threads.html#class-worker",
111124
"Writable": "stream.html#class-streamwritable",
112125
"WritableStream": "webstreams.html#class-writablestream",
113126
"WritableStreamDefaultController": "webstreams.html#class-writablestreamdefaultcontroller",
114127
"WritableStreamDefaultWriter": "webstreams.html#class-writablestreamdefaultwriter",
115-
"Worker": "worker_threads.html#class-worker",
116128
"X509Certificate": "crypto.html#class-x509certificate",
117-
"brotli options": "zlib.html#class-brotlioptions",
118-
"import.meta": "esm.html#importmeta",
119-
"os.constants.dlopen": "os.html#dlopen-constants",
120-
"readlinePromises.Interface": "readline.html#class-readlinepromisesinterface",
121-
"require": "modules.html#requireid",
122-
"module": "modules.html#the-module-object",
123129
"zlib options": "zlib.html#class-options",
124-
"zstd options": "zlib.html#class-zstdoptions",
125-
"HTTP/2 Headers Object": "http2.html#headers-object",
126-
"HTTP/2 Settings Object": "http2.html#settings-object"
130+
"zstd options": "zlib.html#class-zstdoptions"
127131
}

0 commit comments

Comments
 (0)