Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2021-05-13 01:34:29 +0300
committerMichaël Zasso <targos@protonmail.com>2021-05-17 10:11:36 +0300
commitec8ab22ce6d641edaa23b4e0c41b2e7bec5605da (patch)
tree09ecd334fca9a75c1022d8fff0ac0db21c0bccec /tools
parentc182198c44e71bd0e62af84c79f9a116807cea72 (diff)
tools: add `Worker` to type-parser
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/38659 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Diffstat (limited to 'tools')
-rw-r--r--tools/doc/type-parser.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js
index f2b953358d0..4fd91f4b478 100644
--- a/tools/doc/type-parser.js
+++ b/tools/doc/type-parser.js
@@ -223,6 +223,7 @@ const customTypesMap = {
'vm.SourceTextModule': 'vm.html#vm_class_vm_sourcetextmodule',
'MessagePort': 'worker_threads.html#worker_threads_class_messageport',
+ 'Worker': 'worker_threads.html#worker_threads_class_worker',
'X509Certificate': 'crypto.html#crypto_class_x509certificate',