Skip to content

Commit

Permalink
tools: add Worker to type-parser
Browse files Browse the repository at this point in the history
Signed-off-by: James M Snell <jasnell@gmail.com>
  • Loading branch information
jasnell committed May 12, 2021
1 parent 5fb417f commit 7d5de0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/doc/type-parser.js
Expand Up @@ -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',

Expand Down

0 comments on commit 7d5de0d

Please sign in to comment.