Skip to content

feat: project-neutral defaults + @node-core/doc-kit/config preset - #1002

Open
avivkeller wants to merge 4 commits into
mainfrom
node-defaults
Open

feat: project-neutral defaults + @node-core/doc-kit/config preset#1002
avivkeller wants to merge 4 commits into
mainfrom
node-defaults

Conversation

@avivkeller

Copy link
Copy Markdown
Member

Description

Validation

Related Issues

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run node --run test and all tests passed.
  • I have check code formatting with node --run format:check & node --run lint.
  • I've covered new added functionality with unit tests if necessary.

@vercel

vercel Bot commented Aug 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
api-docs-tooling Ready Ready Preview Aug 4, 2026 7:14pm

Request Review

@avivkeller
avivkeller changed the base branch from newcomer-commands to newcommer August 4, 2026 16:44
@avivkeller
avivkeller marked this pull request as ready for review August 4, 2026 16:44
@avivkeller
avivkeller requested a review from a team as a code owner August 4, 2026 16:44
Copilot AI lite review requested due to automatic review settings August 4, 2026 16:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@cursor

cursor Bot commented Aug 4, 2026

Copy link
Copy Markdown

PR Summary

Medium Risk
Default behavior changes for projects that relied on implicit Node.js settings without a preset; the new extends merge path affects all config loads. Node.js-style sites are covered by the preset and updated in-repo configs, but downstream consumers may need to set options or extend the preset.

Overview
Built-in defaults are now project-neutral — no assumed nodejs/node repository, nodejs.org baseURL, or network-fetched changelog (changelog defaults to []). global.project is the shared name (from package.json or 'API Docs'), replacing html.project.

Configuration presets land via extends: one or more package specifiers or relative paths merge under the config file (later presets beat earlier; the file wins). @node-core/doc-kit/config restores Node.js branding, URL layouts, changelog, logo, and related generator defaults; beta/doc-kit.config.mjs adopts it.

The html generator drops Node-specific defaults (empty head, generic pageURL, text ProjectName logo, optional edit/GitHub UI when repository/editURL are unset). llms-txt and sitemap use generic URL templates; templates support {project} via populate. doc-kit bootstrap puts project in global. Docs and site configs are updated accordingly.

Reviewed by Cursor Bugbot for commit 0c35801. Bugbot is set up for automated code reviews on this repo. Configure here.

@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 91.60305% with 22 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.69%. Comparing base (c334823) to head (b583e4f).

Files with missing lines Patch % Lines
e2e/doc-kit.config.mjs 0.00% 7 Missing ⚠️
packages/core/src/utils/configuration/index.mjs 88.46% 6 Missing ⚠️
packages/react/src/html/utils/config.mjs 60.00% 4 Missing ⚠️
beta/doc-kit.config.mjs 0.00% 2 Missing ⚠️
packages/react/src/html/utils/generate.mjs 85.71% 1 Missing ⚠️
packages/react/src/llms-txt/generate.mjs 50.00% 1 Missing ⚠️
www/doc-kit.config.mjs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1002      +/-   ##
==========================================
+ Coverage   89.63%   89.69%   +0.05%     
==========================================
  Files         200      203       +3     
  Lines       18501    18698     +197     
  Branches     1729     1749      +20     
==========================================
+ Hits        16584    16771     +187     
- Misses       1910     1920      +10     
  Partials        7        7              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ovflowd

ovflowd commented Aug 4, 2026

Copy link
Copy Markdown
Member

Should this PR be stacked with #999? I feel that this PR shouldn't depend on #999 😅

@avivkeller
avivkeller changed the base branch from newcommer to main August 4, 2026 17:29
Copilot AI review requested due to automatic review settings August 4, 2026 17:29
@cursor

cursor Bot commented Aug 4, 2026

Copy link
Copy Markdown

You have used all Bugbot PR reviews included in your team's free trial on GitHub.

To continue using Bugbot reviews, enable Bugbot for your team in the Cursor dashboard.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

api-links Generator

Output: 1 file differs

apilinks.json
Expected values to be strictly deep-equal:
+ actual - expected

  {
+   'Agent.defaultMaxSockets': 'https://github.com/{repository}/blob/HEAD/lib/_http_agent.js#L293',
+   'Buffer.alloc': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L435',
+   'Buffer.allocUnsafe': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L449',
+   'Buffer.allocUnsafeSlow': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L461',
+   'Buffer.byteLength': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L839',
+   'Buffer.compare': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L591',
+   'Buffer.concat': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L613',
+   'Buffer.copyBytesFrom': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L374',
+   'Buffer.from': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L332',
+   'Buffer.isBuffer': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L587',
+   'Buffer.isEncoding': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L607',
+   'Buffer.of': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L426',
+   'Buffer.poolSize': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L174',
+   'Buffer.prototype': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L156',
+   'Buffer[kIsEncodingSymbol]': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L611',
+   'Stream.Duplex': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L105',
+   'Stream.PassThrough': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L107',
+   'Stream.Readable': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L63',
+   'Stream.Stream': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L144',
+   'Stream.Transform': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L106',
+   'Stream.Writable': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L104',
+   'Stream._isArrayBufferView': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L146',
+   'Stream._isUint8Array': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L147',
+   'Stream._uint8ArrayToBuffer': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L148',
+   'Stream.addAbortSignal': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L111',
+   'Stream.compose': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L114',
+   'Stream.destroy': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L113',
+   'Stream.duplexPair': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L108',
+   'Stream.finished': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L112',
+   'Stream.getDefaultHighWaterMark': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L116',
+   'Stream.isDestroyed': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L57',
+   'Stream.isDisturbed': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L58',
+   'Stream.isErrored': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L59',
+   'Stream.isReadable': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L60',
+   'Stream.isWritable': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L61',
+   'Stream.pipeline': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L109',
+   'Stream.setDefaultHighWaterMark': 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L115',
+   'agent._cacheSession': 'https://github.com/{repository}/blob/HEAD/lib/https.js#L608',
+   'agent._evictSession': 'https://github.com/{repository}/blob/HEAD/lib/https.js#L630',
+   'agent._getSession': 'https://github.com/{repository}/blob/HEAD/lib/https.js#L604',
+   'agent.addRequest': 'https://github.com/{repository}/blob/HEAD/lib/_http_agent.js#L358',
+   'agent.createConnection': 'https://github.com/{repository}/blob/HEAD/lib/https.js#L332',
+   'agent.createSocket': 'https://github.com/{repository}/blob/HEAD/lib/_http_agent.js#L429',
+   'agent.destroy': 'https://github.com/{repository}/blob/HEAD/lib/_http_agent.js#L662',
+   'agent.getName': 'https://github.com/{repository}/blob/HEAD/lib/https.js#L515',
+   'agent.keepSocketAlive': 'https://github.com/{repository}/blob/HEAD/lib/https.js#L484',
+   'agent.removeSocket': 'https://github.com/{repository}/blob/HEAD/lib/_http_agent.js#L557',
+   'agent.reuseSocket': 'https://github.com/{repository}/blob/HEAD/lib/_http_agent.js#L654',
+   'assert.assert': 'https://github.com/{repository}/blob/HEAD/lib/assert.js#L185',
+   'asyncResource.asyncId': 'https://github.com/{repository}/blob/HEAD/lib/async_hooks.js#L243',
+   'asyncResource.bind': 'https://github.com/{repository}/blob/HEAD/lib/async_hooks.js#L275',
+   'asyncResource.domain': 'https://github.com/{repository}/blob/HEAD/lib/async_hooks.js#L280',
+   'asyncResource.emitDestroy': 'https://github.com/{repository}/blob/HEAD/lib/async_hooks.js#L235',
+   'asyncResource.runInAsyncScope': 'https://github.com/{repository}/blob/HEAD/lib/async_hooks.js#L220',
+   'asyncResource.triggerAsyncId': 'https://github.com/{repository}/blob/HEAD/lib/async_hooks.js#L247',
+   'async_hooks.createHook': 'https://github.com/{repository}/blob/HEAD/lib/async_hooks.js#L170',
+   'boundSocket.SymbolDispose': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L529',
+   'boundSocket.address': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L497',
+   'boundSocket.bindPipe': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L468',
+   'boundSocket.close': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L519',
+   'boundSocket.fd': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L511',
+   'boundSocket.isPipe': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L548',
+   'boundSocket.kBoundSocketConsume': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L536',
+   'boundSocket.kBoundSocketPath': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L504',
+   'boundedChannel.hasSubscribers': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L363',
+   'boundedChannel.run': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L396',
+   'boundedChannel.subscribe': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L368',
+   'boundedChannel.unsubscribe': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L377',
+   'boundedChannel.withScope': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L392',
+   'buf.compare': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L993',
+   'buf.copy': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L894',
+   'buf.equals': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L935',
+   'buf.fill': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1122',
+   'buf.includes': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1108',
+   'buf.indexOf': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1088',
+   'buf.inspect': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L991',
+   'buf.lastIndexOf': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1098',
+   'buf.slice': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1276',
+   'buf.subarray': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1268',
+   'buf.swap16': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1286',
+   'buf.swap32': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1303',
+   'buf.swap64': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1322',
+   'buf.toJSON': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1240',
+   'buf.toLocaleString': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1345',
+   'buf.toString': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L903',
+   'buf.write': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1199',
+   'buf[customInspectSymbol]': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L952',
+   'buffer.Buffer': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L301',
+   'buffer.atob': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1392',
+   'buffer.btoa': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1378',
+   'buffer.isAscii': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1422',
+   'buffer.isUtf8': 'https://github.com/{repository}/blob/HEAD/lib/buffer.js#L1414',
+   'channel.SymbolHasInstance': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L217',
+   'channel.bindStore': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L232',
+   'channel.hasSubscribers': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L241',
+   'channel.publish': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L245',
+   'channel.runStores': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L247',
+   'channel.subscribe': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L223',
+   'channel.unbindStore': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L237',
+   'channel.unsubscribe': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L228',
+   'channel.withStoreScope': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L251',
+   'child_process._forkChild': 'https://github.com/{repository}/blob/HEAD/lib/child_process.js#L177',
+   'child_process.exec': 'https://github.com/{repository}/blob/HEAD/lib/child_process.js#L234',
+   'child_process.execFile': 'https://github.com/{repository}/blob/HEAD/lib/child_process.js#L326',
+   'child_process.execFileSync': 'https://github.com/{repository}/blob/HEAD/lib/child_process.js#L967',
+   'child_process.execSync': 'https://github.com/{repository}/blob/HEAD/lib/child_process.js#L1005',
+   'child_process.fork': 'https://github.com/{repository}/blob/HEAD/lib/child_process.js#L125',
+   'child_process.spawn': 'https://github.com/{repository}/blob/HEAD/lib/child_process.js#L805',
+   'child_process.spawnSync': 'https://github.com/{repository}/blob/HEAD/lib/child_process.js#L883',
+   'clientrequest._deferToConnect': 'https://github.com/{repository}/blob/HEAD/lib/_http_client.js#L1203',
+   'clientrequest._finish': 'https://github.com/{repository}/blob/HEAD/lib/_http_client.js#L643',
+   'clientrequest._implicitHeader': 'https://github.com/{repository}/blob/HEAD/lib/_http_client.js#L673',
+   'clientrequest.abort': 'https://github.com/{repository}/blob/HEAD/lib/_http_client.js#L681',
+   'clientrequest.clearTimeout': 'https://github.com/{repository}/blob/HEAD/lib/_http_client.js#L1267',
+   'clientrequest.destroy': 'https://github.com/{repository}/blob/HEAD/lib/_http_client.js#L690',
+   'clientrequest.onSocket': 'https://github.com/{repository}/blob/HEAD/lib/_http_client.js#L1149',
+   'clientrequest.setNoDelay': 'https://github.com/{repository}/blob/HEAD/lib/_http_client.js#L1258',
+   'clientrequest.setSocketKeepAlive': 'https://github.com/{repository}/blob/HEAD/lib/_http_client.js#L1262',
+   'clientrequest.setTimeout': 'https://github.com/{repository}/blob/HEAD/lib/_http_client.js#L1230',
+   'crypto.createCipheriv': 'https://github.com/{repository}/blob/HEAD/lib/crypto.js#L149',
+   'crypto.createDecipheriv': 'https://github.com/{repository}/blob/HEAD/lib/crypto.js#L153',
+   'crypto.createDiffieHellman': 'https://github.com/{repository}/blob/HEAD/lib/crypto.js#L157',
+   'crypto.createDiffieHellmanGroup': 'https://github.com/{repository}/blob/HEAD/lib/crypto.js#L161',
+   'crypto.createECDH': 'https://github.com/{repository}/blob/HEAD/lib/crypto.js#L165',
+   'crypto.createHash': 'https://github.com/{repository}/blob/HEAD/lib/crypto.js#L145',
+   'crypto.createHmac': 'https://github.com/{repository}/blob/HEAD/lib/crypto.js#L169',
+   'crypto.createSign': 'https://github.com/{repository}/blob/HEAD/lib/crypto.js#L173',
+   'crypto.createVerify': 'https://github.com/{repository}/blob/HEAD/lib/crypto.js#L177',
+   'crypto.getFips': 'https://github.com/{repository}/blob/HEAD/lib/crypto.js#L253',
+   'crypto.setFips': 'https://github.com/{repository}/blob/HEAD/lib/crypto.js#L257',
+   'defaultDeserializer._readHostObject': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L475',
+   'defaultSerializer._writeHostObject': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L445',
+   'deserializer.readRawBytes': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L386',
+   'dgram.Socket': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L110',
+   'dgram.createSocket': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L192',
+   'diagnostics_channel.boundedChannel': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L404',
+   'diagnostics_channel.channel': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L261',
+   'diagnostics_channel.hasSubscribers': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L280',
+   'diagnostics_channel.subscribe': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L272',
+   'diagnostics_channel.tracingChannel': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L638',
+   'diagnostics_channel.unsubscribe': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L276',
+   'dns.defaultResolverSetServers': 'https://github.com/{repository}/blob/HEAD/lib/dns.js#L306',
+   'dns.lookup': 'https://github.com/{repository}/blob/HEAD/lib/dns.js#L142',
+   'dns.lookupService': 'https://github.com/{repository}/blob/HEAD/lib/dns.js#L268',
+   'dynamiclibrary.getFunction': 'https://github.com/{repository}/blob/HEAD/lib/ffi.js#L126',
+   'dynamiclibrary.getFunctions': 'https://github.com/{repository}/blob/HEAD/lib/ffi.js#L131',
+   'events.EventEmitter': 'https://github.com/{repository}/blob/HEAD/lib/events.js#L209',
+   'events.getEventListeners': 'https://github.com/{repository}/blob/HEAD/lib/events.js#L933',
+   'events.getMaxListeners': 'https://github.com/{repository}/blob/HEAD/lib/events.js#L962',
+   'events.listenerCount': 'https://github.com/{repository}/blob/HEAD/lib/events.js#L980',
+   'events.on': 'https://github.com/{repository}/blob/HEAD/lib/events.js#L1085',
+   'events.once': 'https://github.com/{repository}/blob/HEAD/lib/events.js#L1001',
+   'ffi.dlclose': 'https://github.com/{repository}/blob/HEAD/lib/ffi.js#L202',
+   'ffi.dlopen': 'https://github.com/{repository}/blob/HEAD/lib/ffi.js#L185',
+   'ffi.dlsym': 'https://github.com/{repository}/blob/HEAD/lib/ffi.js#L207',
+   'ffi.exportArrayBuffer': 'https://github.com/{repository}/blob/HEAD/lib/ffi.js#L262',
+   'ffi.exportArrayBufferView': 'https://github.com/{repository}/blob/HEAD/lib/ffi.js#L278',
+   'ffi.exportBuffer': 'https://github.com/{repository}/blob/HEAD/lib/ffi.js#L246',
+   'ffi.exportString': 'https://github.com/{repository}/blob/HEAD/lib/ffi.js#L212',
+   'fs.access': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L243',
+   'fs.accessSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L267',
+   'fs.appendFile': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2960',
+   'fs.appendFileSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2996',
+   'fs.chmod': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2437',
+   'fs.chmodSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2456',
+   'fs.chown': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2571',
+   'fs.chownSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2593',
+   'fs.close': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L619',
+   'fs.closeSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L636',
+   'fs.copyFile': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3642',
+   'fs.copyFileSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3668',
+   'fs.cp': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3690',
+   'fs.cpSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3711',
+   'fs.createReadStream': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3746',
+   'fs.createWriteStream': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3774',
+   'fs.exists': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L282',
+   'fs.existsSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L318',
+   'fs.fchmod': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2344',
+   'fs.fchmodSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2367',
+   'fs.fchown': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2520',
+   'fs.fchownSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2545',
+   'fs.fdatasync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1495',
+   'fs.fdatasyncSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1518',
+   'fs.fstat': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1904',
+   'fs.fstatSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2021',
+   'fs.fsync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1538',
+   'fs.fsyncSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1559',
+   'fs.ftruncate': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1321',
+   'fs.ftruncateSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1344',
+   'fs.futimes': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2666',
+   'fs.futimesSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2693',
+   'fs.glob': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3786',
+   'fs.globSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3801',
+   'fs.lchown': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2477',
+   'fs.lchownSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2498',
+   'fs.link': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2269',
+   'fs.linkSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2291',
+   'fs.lstat': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1931',
+   'fs.lstatSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2044',
+   'fs.lutimes': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2720',
+   'fs.lutimesSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2745',
+   'fs.mkdir': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1582',
+   'fs.mkdirSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1631',
+   'fs.mkdtemp': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3567',
+   'fs.mkdtempDisposableSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3611',
+   'fs.mkdtempSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3589',
+   'fs.open': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L656',
+   'fs.openAsBlob': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L711',
+   'fs.openSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L689',
+   'fs.read': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1775',
+   'fs.readFile': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L401',
+   'fs.readFileSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L524',
+   'fs.readSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L849',
+   'fs.readdir': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1814',
+   'fs.readdirSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1868',
+   'fs.readlink': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2118',
+   'fs.readlinkSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2141',
+   'fs.readv': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L912',
+   'fs.readvSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L953',
+   'fs.realpath': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3399',
+   'fs.realpathSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3234',
+   'fs.rename': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1220',
+   'fs.renameSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1242',
+   'fs.rm': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1445',
+   'fs.rmSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1477',
+   'fs.rmdir': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1376',
+   'fs.rmdirSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1412',
+   'fs.stat': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1963',
+   'fs.statSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2078',
+   'fs.statfs': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1986',
+   'fs.statfsSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2096',
+   'fs.symlink': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2159',
+   'fs.symlinkSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2230',
+   'fs.truncate': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1261',
+   'fs.truncateSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1294',
+   'fs.unlink': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2313',
+   'fs.unlinkSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2328',
+   'fs.unwatchFile': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3153',
+   'fs.utimes': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2616',
+   'fs.utimesSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2641',
+   'fs.watch': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3032',
+   'fs.watchFile': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L3106',
+   'fs.write': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L982',
+   'fs.writeFile': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2829',
+   'fs.writeFileSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L2889',
+   'fs.writeSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1079',
+   'fs.writev': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1145',
+   'fs.writevSync': 'https://github.com/{repository}/blob/HEAD/lib/fs.js#L1193',
+   'gCProfiler.SymbolDispose': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L540',
+   'gCProfiler.start': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L525',
+   'gCProfiler.stop': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L532',
+   'http.createServer': 'https://github.com/{repository}/blob/HEAD/lib/http.js#L68',
+   'http.get': 'https://github.com/{repository}/blob/HEAD/lib/http.js#L118',
+   'http.request': 'https://github.com/{repository}/blob/HEAD/lib/http.js#L107',
+   'http.setGlobalProxyFromEnv': 'https://github.com/{repository}/blob/HEAD/lib/http.js#L132',
+   'https.Agent': 'https://github.com/{repository}/blob/HEAD/lib/https.js#L463',
+   'https.Server': 'https://github.com/{repository}/blob/HEAD/lib/https.js#L79',
+   'https.createServer': 'https://github.com/{repository}/blob/HEAD/lib/https.js#L151',
+   'https.get': 'https://github.com/{repository}/blob/HEAD/lib/https.js#L719',
+   'https.request': 'https://github.com/{repository}/blob/HEAD/lib/https.js#L660',
+   'incomingmessage._addHeaderLine': 'https://github.com/{repository}/blob/HEAD/lib/_http_incoming.js#L453',
+   'incomingmessage._addHeaderLineDistinct': 'https://github.com/{repository}/blob/HEAD/lib/_http_incoming.js#L488',
+   'incomingmessage._addHeaderLines': 'https://github.com/{repository}/blob/HEAD/lib/_http_incoming.js#L315',
+   'incomingmessage._destroy': 'https://github.com/{repository}/blob/HEAD/lib/_http_incoming.js#L281',
+   'incomingmessage._dump': 'https://github.com/{repository}/blob/HEAD/lib/_http_incoming.js#L509',
+   'incomingmessage._dumpAndCloseReadable': 'https://github.com/{repository}/blob/HEAD/lib/_http_incoming.js#L497',
+   'incomingmessage._read': 'https://github.com/{repository}/blob/HEAD/lib/_http_incoming.js#L265',
+   'incomingmessage.setTimeout': 'https://github.com/{repository}/blob/HEAD/lib/_http_incoming.js#L258',
+   'incomingmessage[kAttachAbortSignal]': 'https://github.com/{repository}/blob/HEAD/lib/_http_incoming.js#L223',
+   'incomingmessage[kDetachAbortSignal]': 'https://github.com/{repository}/blob/HEAD/lib/_http_incoming.js#L247',
+   'inspector.inspectorOpen': 'https://github.com/{repository}/blob/HEAD/lib/inspector.js#L169',
+   'inspector.inspectorWaitForDebugger': 'https://github.com/{repository}/blob/HEAD/lib/inspector.js#L204',
+   'interface._addHistory': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L433',
+   'interface._deleteLeft': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L455',
+   'interface._deleteLineLeft': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L459',
+   'interface._deleteLineRight': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L460',
+   'interface._deleteRight': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L456',
+   'interface._deleteWordLeft': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L457',
+   'interface._deleteWordRight': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L458',
+   'interface._getCursorPos': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L465',
+   'interface._getDisplayPos': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L464',
+   'interface._historyNext': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L462',
+   'interface._historyPrev': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L463',
+   'interface._insertString': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L436',
+   'interface._line': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L461',
+   'interface._moveCursor': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L466',
+   'interface._normalWrite': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L435',
+   'interface._onLine': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L431',
+   'interface._refreshLine': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L434',
+   'interface._setRawMode': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L430',
+   'interface._tabComplete': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L437',
+   'interface._ttyWrite': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L467',
+   'interface._wordLeft': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L453',
+   'interface._wordRight': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L454',
+   'interface._writeToOutput': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L432',
+   'interface.question': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L135',
+   'net.Server': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2147',
+   'net.Socket': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L553',
+   'net.connect': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L255',
+   'net.createServer': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L238',
+   'net.createServerHandle': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2218',
+   'net.getDefaultAutoSelectFamily': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L268',
+   'net.getDefaultAutoSelectFamilyAttemptTimeout': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L277',
+   'net.normalizeArgs': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L301',
+   'net.setDefaultAutoSelectFamily': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L272',
+   'net.setDefaultAutoSelectFamilyAttemptTimeout': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L281',
+   'new AsyncResource': 'https://github.com/{repository}/blob/HEAD/lib/async_hooks.js#L181',
+   'new BoundSocket': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L407',
+   'new BoundedChannel': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L353',
+   'new Channel': 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L208',
+   'new DefaultSerializer': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L433',
+   'new REPLServer': 'https://github.com/{repository}/blob/HEAD/lib/repl.js#L199',
+   'new Script': 'https://github.com/{repository}/blob/HEAD/lib/vm.js#L86',
+   'new WASI': 'https://github.com/{repository}/blob/HEAD/lib/wasi.js#L38',
+   'new ZstdCompress': 'https://github.com/{repository}/blob/HEAD/lib/zlib.js#L981',
+   'new ZstdDecompress': 'https://github.com/{repository}/blob/HEAD/lib/zlib.js#L995',
+   'os.arch': 'https://github.com/{repository}/blob/HEAD/lib/os.js#L165',
+   'os.cpus': 'https://github.com/{repository}/blob/HEAD/lib/os.js#L141',
+   'os.endianness': 'https://github.com/{repository}/blob/HEAD/lib/os.js#L201',
+   'os.getPriority': 'https://github.com/{repository}/blob/HEAD/lib/os.js#L271',
+   'os.loadavg': 'https://github.com/{repository}/blob/HEAD/lib/os.js#L121',
+   'os.networkInterfaces': 'https://github.com/{repository}/blob/HEAD/lib/os.js#L217',
+   'os.platform': 'https://github.com/{repository}/blob/HEAD/lib/os.js#L173',
+   'os.setPriority': 'https://github.com/{repository}/blob/HEAD/lib/os.js#L252',
+   'os.tmpdir': 'https://github.com/{repository}/blob/HEAD/lib/os.js#L181',
+   'os.userInfo': 'https://github.com/{repository}/blob/HEAD/lib/os.js#L298',
+   'outgoingmessage._finish': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L1214',
+   'outgoingmessage._flush': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L1239',
+   'outgoingmessage._flushOutput': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L1256',
+   'outgoingmessage._implicitHeader': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L880',
+   'outgoingmessage._isLenientHeaderValidation': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L179',
+   'outgoingmessage._renderHeaders': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L275',
+   'outgoingmessage._send': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L389',
+   'outgoingmessage._storeHeader': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L445',
+   'outgoingmessage._writeRaw': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L415',
+   'outgoingmessage.addTrailers': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L1040',
+   'outgoingmessage.appendHeader': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L753',
+   'outgoingmessage.cork': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L295',
+   'outgoingmessage.destroy': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L363',
+   'outgoingmessage.end': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L1135',
+   'outgoingmessage.flushHeaders': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L1282',
+   'outgoingmessage.getHeader': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L790',
+   'outgoingmessage.getHeaderNames': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L803',
+   'outgoingmessage.getHeaders': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L826',
+   'outgoingmessage.getRawHeaderNames': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L809',
+   'outgoingmessage.hasHeader': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L843',
+   'outgoingmessage.pipe': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L1291',
+   'outgoingmessage.removeHeader': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L850',
+   'outgoingmessage.setHeader': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L689',
+   'outgoingmessage.setHeaders': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L710',
+   'outgoingmessage.setTimeout': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L343',
+   'outgoingmessage.uncork': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L302',
+   'outgoingmessage.write': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L904',
+   'outgoingmessage[undefined]': 'https://github.com/{repository}/blob/HEAD/lib/_http_outgoing.js#L1296',
+   'rEPLServer._handleError': 'https://github.com/{repository}/blob/HEAD/lib/repl.js#L763',
+   'rEPLServer.clearBufferedCommand': 'https://github.com/{repository}/blob/HEAD/lib/repl.js#L760',
+   'rEPLServer.close': 'https://github.com/{repository}/blob/HEAD/lib/repl.js#L878',
+   'rEPLServer.complete': 'https://github.com/{repository}/blob/HEAD/lib/repl.js#L1006',
+   'rEPLServer.createContext': 'https://github.com/{repository}/blob/HEAD/lib/repl.js#L902',
+   'rEPLServer.defineCommand': 'https://github.com/{repository}/blob/HEAD/lib/repl.js#L1009',
+   'rEPLServer.displayPrompt': 'https://github.com/{repository}/blob/HEAD/lib/repl.js#L991',
+   'rEPLServer.resetContext': 'https://github.com/{repository}/blob/HEAD/lib/repl.js#L953',
+   'rEPLServer.setPrompt': 'https://github.com/{repository}/blob/HEAD/lib/repl.js#L1002',
+   'rEPLServer.setupHistory': 'https://github.com/{repository}/blob/HEAD/lib/repl.js#L748',
+   'readline.Interface': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L101',
+   'readline.createInterface': 'https://github.com/{repository}/blob/HEAD/lib/readline.js#L213',
+   'readstream.setRawMode': 'https://github.com/{repository}/blob/HEAD/lib/tty.js#L77',
+   'repl.start': 'https://github.com/{repository}/blob/HEAD/lib/repl.js#L1031',
+   'script.runInContext': 'https://github.com/{repository}/blob/HEAD/lib/vm.js#L141',
+   'script.runInNewContext': 'https://github.com/{repository}/blob/HEAD/lib/vm.js#L153',
+   'script.runInThisContext': 'https://github.com/{repository}/blob/HEAD/lib/vm.js#L133',
+   'sea.getAsset': 'https://github.com/{repository}/blob/HEAD/lib/sea.js#L46',
+   'sea.getAssetAsBlob': 'https://github.com/{repository}/blob/HEAD/lib/sea.js#L66',
+   'sea.getAssetKeys': 'https://github.com/{repository}/blob/HEAD/lib/sea.js#L76',
+   'sea.getRawAsset': 'https://github.com/{repository}/blob/HEAD/lib/sea.js#L23',
+   'serializer._getDataCloneError': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L379',
+   'server._emitCloseIfDrained': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2887',
+   'server._listen2': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2368',
+   'server._setupWorker': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2936',
+   'server.address': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2699',
+   'server.close': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2832',
+   'server.closeAllConnections': 'https://github.com/{repository}/blob/HEAD/lib/https.js#L124',
+   'server.closeIdleConnections': 'https://github.com/{repository}/blob/HEAD/lib/https.js#L126',
+   'server.getConnections': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2794',
+   'server.listen': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2496',
+   'server.ref': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2945',
+   'server.setTimeout': 'https://github.com/{repository}/blob/HEAD/lib/https.js#L128',
+   'server.unref': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2954',
+   'server[SymbolAsyncDispose]': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2872',
+   'server[SymbolAsyncIterator]': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2879',
+   'server[kDeserialize]': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2419',
+   'server[kTransferList]': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2392',
+   'server[kTransfer]': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2397',
+   'server[undefined]': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L2909',
+   'serverresponse._finish': 'https://github.com/{repository}/blob/HEAD/lib/_http_server.js#L254',
+   'serverresponse._implicitHeader': 'https://github.com/{repository}/blob/HEAD/lib/_http_server.js#L411',
+   'serverresponse.assignSocket': 'https://github.com/{repository}/blob/HEAD/lib/_http_server.js#L304',
+   'serverresponse.detachSocket': 'https://github.com/{repository}/blob/HEAD/lib/_http_server.js#L315',
+   'serverresponse.statusCode': 'https://github.com/{repository}/blob/HEAD/lib/_http_server.js#L277',
+   'serverresponse.statusMessage': 'https://github.com/{repository}/blob/HEAD/lib/_http_server.js#L278',
+   'serverresponse.writeContinue': 'https://github.com/{repository}/blob/HEAD/lib/_http_server.js#L373',
+   'serverresponse.writeEarlyHints': 'https://github.com/{repository}/blob/HEAD/lib/_http_server.js#L382',
+   'serverresponse.writeHead': 'https://github.com/{repository}/blob/HEAD/lib/_http_server.js#L416',
+   'serverresponse.writeInformation': 'https://github.com/{repository}/blob/HEAD/lib/_http_server.js#L322',
+   'serverresponse.writeProcessing': 'https://github.com/{repository}/blob/HEAD/lib/_http_server.js#L378',
+   'session.connect': 'https://github.com/{repository}/blob/HEAD/lib/inspector.js#L63',
+   'session.connectToMainThread': 'https://github.com/{repository}/blob/HEAD/lib/inspector.js#L74',
+   'session.disconnect': 'https://github.com/{repository}/blob/HEAD/lib/inspector.js#L148',
+   'session.onMessage': 'https://github.com/{repository}/blob/HEAD/lib/inspector.js#L84',
+   'session.post': 'https://github.com/{repository}/blob/HEAD/lib/inspector.js#L115',
+   'socket._destroy': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1099',
+   'socket._final': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L752',
+   'socket._getpeername': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1159',
+   'socket._getsockname': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1197',
+   'socket._onTimeout': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L812',
+   'socket._read': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1011',
+   'socket._reset': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1153',
+   'socket._unrefTimer': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L742',
+   'socket._write': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1273',
+   'socket._writeGeneric': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1231',
+   'socket._writev': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1268',
+   'socket.addMembership': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L1012',
+   'socket.addSourceSpecificMembership': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L1043',
+   'socket.address': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L946',
+   'socket.bind': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L284',
+   'socket.bindSync': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L437',
+   'socket.close': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L895',
+   'socket.connect': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1518',
+   'socket.connectSync': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L514',
+   'socket.destroySoon': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1088',
+   'socket.disconnect': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L607',
+   'socket.dropMembership': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L1028',
+   'socket.dropSourceSpecificMembership': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L1061',
+   'socket.end': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1027',
+   'socket.getRecvBufferSize': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L1148',
+   'socket.getSendBufferSize': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L1153',
+   'socket.getSendQueueCount': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L1161',
+   'socket.getSendQueueSize': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L1157',
+   'socket.getTypeOfService': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L923',
+   'socket.pause': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1049',
+   'socket.read': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1071',
+   'socket.ref': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1935',
+   'socket.remoteAddress': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L944',
+   'socket.resetAndDestroy': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1033',
+   'socket.resume': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1062',
+   'socket.send': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L732',
+   'socket.sendto': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L621',
+   'socket.setBroadcast': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L960',
+   'socket.setKeepAlive': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L848',
+   'socket.setMulticastInterface': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L1002',
+   'socket.setMulticastLoopback': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L992',
+   'socket.setMulticastTTL': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L980',
+   'socket.setNoDelay': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L830',
+   'socket.setRecvBufferSize': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L1138',
+   'socket.setSendBufferSize': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L1143',
+   'socket.setTTL': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L968',
+   'socket.setTimeout': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L809',
+   'socket.setTypeOfService': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L893',
+   'socket.unref': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1949',
+   'socket[SymbolAsyncDispose]': 'https://github.com/{repository}/blob/HEAD/lib/dgram.js#L919',
+   'socket[kAfterAsyncWrite]': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1227',
+   'socket[kDeserialize]': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1640',
+   'socket[kReinitializeHandle]': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1592',
+   'socket[kTransferList]': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1616',
+   'socket[kTransfer]': 'https://github.com/{repository}/blob/HEAD/lib/net.js#L1621',
+   'string_decoder.StringDecoder': 'https://github.com/{repository}/blob/HEAD/lib/string_decoder.js#L60',
+   'timers.clearImmediate': 'https://github.com/{repository}/blob/HEAD/lib/timers.js#L234',
+   'timers.clearInterval': 'https://github.com/{repository}/blob/HEAD/lib/timers.js#L179',
+   'timers.clearTimeout': 'https://github.com/{repository}/blob/HEAD/lib/timers.js#L144',
+   'timers.setImmediate': 'https://github.com/{repository}/blob/HEAD/lib/timers.js#L215',
+   'timers.setInterval': 'https://github.com/{repository}/blob/HEAD/lib/timers.js#L167',
+   'timers.setTimeout': 'https://github.com/{repository}/blob/HEAD/lib/timers.js#L123',
+   'tls.checkServerIdentity': 'https://github.com/{repository}/blob/HEAD/lib/tls.js#L405',
+   'tls.convertALPNProtocols': 'https://github.com/{repository}/blob/HEAD/lib/tls.js#L274',
+   'tls.getCACertificates': 'https://github.com/{repository}/blob/HEAD/lib/tls.js#L190',
+   'tls.setDefaultCACertificates': 'https://github.com/{repository}/blob/HEAD/lib/tls.js#L208',
+   'trace_events.createTracing': 'https://github.com/{repository}/blob/HEAD/lib/trace_events.js#L83',
+   'tty.ReadStream': 'https://github.com/{repository}/blob/HEAD/lib/tty.js#L51',
+   'tty.WriteStream': 'https://github.com/{repository}/blob/HEAD/lib/tty.js#L88',
+   'tty.isatty': 'https://github.com/{repository}/blob/HEAD/lib/tty.js#L46',
+   'url.Url': 'https://github.com/{repository}/blob/HEAD/lib/url.js#L77',
+   'url.format': 'https://github.com/{repository}/blob/HEAD/lib/url.js#L634',
+   'url.parse': 'https://github.com/{repository}/blob/HEAD/lib/url.js#L177',
+   'url.parseHost': 'https://github.com/{repository}/blob/HEAD/lib/url.js#L1003',
+   'url.pathToFileURL': 'https://github.com/{repository}/blob/HEAD/lib/url.js#L1019',
+   'url.resolve': 'https://github.com/{repository}/blob/HEAD/lib/url.js#L724',
+   'url.resolveObject': 'https://github.com/{repository}/blob/HEAD/lib/url.js#L733',
+   'url.urlFormat': 'https://github.com/{repository}/blob/HEAD/lib/url.js#L575',
+   'url.urlParse': 'https://github.com/{repository}/blob/HEAD/lib/url.js#L134',
+   'url.urlResolve': 'https://github.com/{repository}/blob/HEAD/lib/url.js#L720',
+   'url.urlResolveObject': 'https://github.com/{repository}/blob/HEAD/lib/url.js#L728',
+   'util._errnoException': 'https://github.com/{repository}/blob/HEAD/lib/util.js#L461',
+   'util._exceptionWithHostPort': 'https://github.com/{repository}/blob/HEAD/lib/util.js#L473',
+   'util.callbackify': 'https://github.com/{repository}/blob/HEAD/lib/util.js#L401',
+   'util.deprecate': 'https://github.com/{repository}/blob/HEAD/lib/util.js#L588',
+   'util.getCallSites': 'https://github.com/{repository}/blob/HEAD/lib/util.js#L555',
+   'util.getSystemErrorMessage': 'https://github.com/{repository}/blob/HEAD/lib/util.js#L441',
+   'util.getSystemErrorName': 'https://github.com/{repository}/blob/HEAD/lib/util.js#L453',
+   'util.inherits': 'https://github.com/{repository}/blob/HEAD/lib/util.js#L343',
+   'util.parseEnv': 'https://github.com/{repository}/blob/HEAD/lib/util.js#L490',
+   'util.styleText': 'https://github.com/{repository}/blob/HEAD/lib/util.js#L246',
+   'v8.deserialize': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L516',
+   'v8.getCppHeapStatistics': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L369',
+   'v8.getHeapCodeStatistics': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L339',
+   'v8.getHeapSnapshot': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L108',
+   'v8.getHeapSpaceStatistics': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L312',
+   'v8.getHeapStatistics': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L278',
+   'v8.isStringOneByteRepresentation': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L256',
+   'v8.serialize': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L503',
+   'v8.setFlagsFromString': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L176',
+   'v8.setHeapSnapshotNearHeapLimit': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L352',
+   'v8.startCpuProfile': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L225',
+   'v8.startHeapProfile': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L244',
+   'v8.writeHeapSnapshot': 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L91',
+   'vfs.create': 'https://github.com/{repository}/blob/HEAD/lib/vfs.js#L20',
+   'vm.compileFunction': 'https://github.com/{repository}/blob/HEAD/lib/vm.js#L321',
+   'vm.createContext': 'https://github.com/{repository}/blob/HEAD/lib/vm.js#L226',
+   'vm.createScript': 'https://github.com/{repository}/blob/HEAD/lib/vm.js#L269',
+   'vm.isContext': 'https://github.com/{repository}/blob/HEAD/lib/vm.js#L79',
+   'vm.measureMemory': 'https://github.com/{repository}/blob/HEAD/lib/vm.js#L383',
+   'vm.runInContext': 'https://github.com/{repository}/blob/HEAD/lib/vm.js#L291',
+   'vm.runInNewContext': 'https://github.com/{repository}/blob/HEAD/lib/vm.js#L305',
+   'vm.runInThisContext': 'https://github.com/{repository}/blob/HEAD/lib/vm.js#L314',
+   'wASI.finalizeBindings': 'https://github.com/{repository}/blob/HEAD/lib/wasi.js#L112',
+   'wASI.getImportObject': 'https://github.com/{repository}/blob/HEAD/lib/wasi.js#L161',
+   'wASI.initialize': 'https://github.com/{repository}/blob/HEAD/lib/wasi.js#L149',
+   'wASI.start': 'https://github.com/{repository}/blob/HEAD/lib/wasi.js#L129',
+   'writestream._refreshSize': 'https://github.com/{repository}/blob/HEAD/lib/tty.js#L130',
+   'writestream.clearLine': 'https://github.com/{repository}/blob/HEAD/lib/tty.js#L156',
+   'writestream.clearScreenDown': 'https://github.com/{repository}/blob/HEAD/lib/tty.js#L160',
+   'writestream.cursorTo': 'https://github.com/{repository}/blob/HEAD/lib/tty.js#L148',
+   'writestream.getColorDepth': 'https://github.com/{repository}/blob/HEAD/lib/tty.js#L126',
+   'writestream.getWindowSize': 'https://github.com/{repository}/blob/HEAD/lib/tty.js#L164',
+   'writestream.hasColors': 'https://github.com/{repository}/blob/HEAD/lib/tty.js#L128',
+   'writestream.isTTY': 'https://github.com/{repository}/blob/HEAD/lib/tty.js#L124',
+   'writestream.moveCursor': 'https://github.com/{repository}/blob/HEAD/lib/tty.js#L152',
+   'zlib.BrotliCompress': 'https://github.com/{repository}/blob/HEAD/lib/zlib.js#L897',
+   'zlib.BrotliDecompress': 'https://github.com/{repository}/blob/HEAD/lib/zlib.js#L906',
+   'zlib.Deflate': 'https://github.com/{repository}/blob/HEAD/lib/zlib.js#L757',
+   'zlib.DeflateRaw': 'https://github.com/{repository}/blob/HEAD/lib/zlib.js#L793',
+   'zlib.Gunzip': 'https://github.com/{repository}/blob/HEAD/lib/zlib.js#L784',
+   'zlib.Gzip': 'https://github.com/{repository}/blob/HEAD/lib/zlib.js#L775',
+   'zlib.Inflate': 'https://github.com/{repository}/blob/HEAD/lib/zlib.js#L766',
+   'zlib.InflateRaw': 'https://github.com/{repository}/blob/HEAD/lib/zlib.js#L803',
+   'zlib.Unzip': 'https://github.com/{repository}/blob/HEAD/lib/zlib.js#L812',
+   'zlib.crc32': 'https://github.com/{repository}/blob/HEAD/lib/zlib.js#L1067',
+   AsyncResource: 'https://github.com/{repository}/blob/HEAD/lib/async_hooks.js#L180',
+   BoundSocket: 'https://github.com/{repository}/blob/HEAD/lib/net.js#L402',
+   BoundedChannel: 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L352',
+   Channel: 'https://github.com/{repository}/blob/HEAD/lib/diagnostics_channel.js#L207',
+   DefaultDeserializer: 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L469',
+   DefaultSerializer: 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L432',
+   GCProfiler: 'https://github.com/{repository}/blob/HEAD/lib/v8.js#L522',
+   QueryString: 'https://github.com/{repository}/blob/HEAD/lib/querystring.js#L45',
+   REPLServer: 'https://github.com/{repository}/blob/HEAD/lib/repl.js#L198',
+   Script: 'https://github.com/{repository}/blob/HEAD/lib/vm.js#L85',
+   Session: 'https://github.com/{repository}/blob/HEAD/lib/inspector.js#L54',
+   Stream: 'https://github.com/{repository}/blob/HEAD/lib/stream.js#L55',
+   WASI: 'https://github.com/{repository}/blob/HEAD/lib/wasi.js#L37',
+   ZstdCompress: 'https://github.com/{repository}/blob/HEAD/lib/zlib.js#L980',
+   ZstdDecompress: 'https://github.com/{repository}/blob/HEAD/lib/zlib.js#L994'
-   'Agent.defaultMaxSockets': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L293',
-   'Buffer.alloc': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L435',
-   'Buffer.allocUnsafe': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L449',
-   'Buffer.allocUnsafeSlow': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L461',
-   'Buffer.byteLength': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L839',
-   'Buffer.compare': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L591',
-   'Buffer.concat': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L613',
-   'Buffer.copyBytesFrom': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L374',
-   'Buffer.from': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L332',
-   'Buffer.isBuffer': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L587',
-   'Buffer.isEncoding': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L607',
-   'Buffer.of': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L426',
-   'Buffer.poolSize': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L174',
-   'Buffer.prototype': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L156',
-   'Buffer[kIsEncodingSymbol]': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L611',
-   'Stream.Duplex': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L105',
-   'Stream.PassThrough': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L107',
-   'Stream.Readable': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L63',
-   'Stream.Stream': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L144',
-   'Stream.Transform': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L106',
-   'Stream.Writable': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L104',
-   'Stream._isArrayBufferView': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L146',
-   'Stream._isUint8Array': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L147',
-   'Stream._uint8ArrayToBuffer': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L148',
-   'Stream.addAbortSignal': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L111',
-   'Stream.compose': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L114',
-   'Stream.destroy': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L113',
-   'Stream.duplexPair': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L108',
-   'Stream.finished': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L112',
-   'Stream.getDefaultHighWaterMark': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L116',
-   'Stream.isDestroyed': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L57',
-   'Stream.isDisturbed': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L58',
-   'Stream.isErrored': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L59',
-   'Stream.isReadable': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L60',
-   'Stream.isWritable': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L61',
-   'Stream.pipeline': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L109',
-   'Stream.setDefaultHighWaterMark': 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L115',
-   'agent._cacheSession': 'https://github.com/nodejs/node/blob/HEAD/lib/https.js#L608',
-   'agent._evictSession': 'https://github.com/nodejs/node/blob/HEAD/lib/https.js#L630',
-   'agent._getSession': 'https://github.com/nodejs/node/blob/HEAD/lib/https.js#L604',
-   'agent.addRequest': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L358',
-   'agent.createConnection': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L297',
-   'agent.createSocket': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L429',
-   'agent.destroy': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L662',
-   'agent.getName': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L327',
-   'agent.keepSocketAlive': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L618',
-   'agent.removeSocket': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L557',
-   'agent.reuseSocket': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L654',
-   'assert.assert': 'https://github.com/nodejs/node/blob/HEAD/lib/assert.js#L185',
-   'asyncResource.asyncId': 'https://github.com/nodejs/node/blob/HEAD/lib/async_hooks.js#L243',
-   'asyncResource.bind': 'https://github.com/nodejs/node/blob/HEAD/lib/async_hooks.js#L275',
-   'asyncResource.domain': 'https://github.com/nodejs/node/blob/HEAD/lib/async_hooks.js#L280',
-   'asyncResource.emitDestroy': 'https://github.com/nodejs/node/blob/HEAD/lib/async_hooks.js#L235',
-   'asyncResource.runInAsyncScope': 'https://github.com/nodejs/node/blob/HEAD/lib/async_hooks.js#L220',
-   'asyncResource.triggerAsyncId': 'https://github.com/nodejs/node/blob/HEAD/lib/async_hooks.js#L247',
-   'async_hooks.createHook': 'https://github.com/nodejs/node/blob/HEAD/lib/async_hooks.js#L170',
-   'boundSocket.SymbolDispose': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L529',
-   'boundSocket.address': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L497',
-   'boundSocket.bindPipe': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L468',
-   'boundSocket.close': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L519',
-   'boundSocket.fd': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L511',
-   'boundSocket.isPipe': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L548',
-   'boundSocket.kBoundSocketConsume': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L536',
-   'boundSocket.kBoundSocketPath': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L504',
-   'boundedChannel.hasSubscribers': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L363',
-   'boundedChannel.run': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L396',
-   'boundedChannel.subscribe': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L368',
-   'boundedChannel.unsubscribe': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L377',
-   'boundedChannel.withScope': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L392',
-   'buf.compare': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L993',
-   'buf.copy': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L894',
-   'buf.equals': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L935',
-   'buf.fill': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1122',
-   'buf.includes': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1108',
-   'buf.indexOf': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1088',
-   'buf.inspect': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L991',
-   'buf.lastIndexOf': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1098',
-   'buf.slice': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1276',
-   'buf.subarray': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1268',
-   'buf.swap16': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1286',
-   'buf.swap32': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1303',
-   'buf.swap64': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1322',
-   'buf.toJSON': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1240',
-   'buf.toLocaleString': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1345',
-   'buf.toString': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L903',
-   'buf.write': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1199',
-   'buf[customInspectSymbol]': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L952',
-   'buffer.Buffer': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L301',
-   'buffer.atob': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1392',
-   'buffer.btoa': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1378',
-   'buffer.isAscii': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1422',
-   'buffer.isUtf8': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L1414',
-   'channel.SymbolHasInstance': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L217',
-   'channel.bindStore': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L232',
-   'channel.hasSubscribers': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L241',
-   'channel.publish': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L245',
-   'channel.runStores': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L247',
-   'channel.subscribe': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L223',
-   'channel.unbindStore': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L237',
-   'channel.unsubscribe': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L228',
-   'channel.withStoreScope': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L251',
-   'child_process._forkChild': 'https://github.com/nodejs/node/blob/HEAD/lib/child_process.js#L177',
-   'child_process.exec': 'https://github.com/nodejs/node/blob/HEAD/lib/child_process.js#L234',
-   'child_process.execFile': 'https://github.com/nodejs/node/blob/HEAD/lib/child_process.js#L326',
-   'child_process.execFileSync': 'https://github.com/nodejs/node/blob/HEAD/lib/child_process.js#L967',
-   'child_process.execSync': 'https://github.com/nodejs/node/blob/HEAD/lib/child_process.js#L1005',
-   'child_process.fork': 'https://github.com/nodejs/node/blob/HEAD/lib/child_process.js#L125',
-   'child_process.spawn': 'https://github.com/nodejs/node/blob/HEAD/lib/child_process.js#L805',
-   'child_process.spawnSync': 'https://github.com/nodejs/node/blob/HEAD/lib/child_process.js#L883',
-   'clientrequest._deferToConnect': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_client.js#L1203',
-   'clientrequest._finish': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_client.js#L643',
-   'clientrequest._implicitHeader': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_client.js#L673',
-   'clientrequest.abort': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_client.js#L681',
-   'clientrequest.clearTimeout': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_client.js#L1267',
-   'clientrequest.destroy': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_client.js#L690',
-   'clientrequest.onSocket': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_client.js#L1149',
-   'clientrequest.setNoDelay': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_client.js#L1258',
-   'clientrequest.setSocketKeepAlive': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_client.js#L1262',
-   'clientrequest.setTimeout': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_client.js#L1230',
-   'crypto.createCipheriv': 'https://github.com/nodejs/node/blob/HEAD/lib/crypto.js#L149',
-   'crypto.createDecipheriv': 'https://github.com/nodejs/node/blob/HEAD/lib/crypto.js#L153',
-   'crypto.createDiffieHellman': 'https://github.com/nodejs/node/blob/HEAD/lib/crypto.js#L157',
-   'crypto.createDiffieHellmanGroup': 'https://github.com/nodejs/node/blob/HEAD/lib/crypto.js#L161',
-   'crypto.createECDH': 'https://github.com/nodejs/node/blob/HEAD/lib/crypto.js#L165',
-   'crypto.createHash': 'https://github.com/nodejs/node/blob/HEAD/lib/crypto.js#L145',
-   'crypto.createHmac': 'https://github.com/nodejs/node/blob/HEAD/lib/crypto.js#L169',
-   'crypto.createSign': 'https://github.com/nodejs/node/blob/HEAD/lib/crypto.js#L173',
-   'crypto.createVerify': 'https://github.com/nodejs/node/blob/HEAD/lib/crypto.js#L177',
-   'crypto.getFips': 'https://github.com/nodejs/node/blob/HEAD/lib/crypto.js#L253',
-   'crypto.setFips': 'https://github.com/nodejs/node/blob/HEAD/lib/crypto.js#L257',
-   'defaultDeserializer._readHostObject': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L475',
-   'defaultSerializer._writeHostObject': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L445',
-   'deserializer.readRawBytes': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L386',
-   'dgram.Socket': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L110',
-   'dgram.createSocket': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L192',
-   'diagnostics_channel.boundedChannel': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L404',
-   'diagnostics_channel.channel': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L261',
-   'diagnostics_channel.hasSubscribers': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L280',
-   'diagnostics_channel.subscribe': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L272',
-   'diagnostics_channel.tracingChannel': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L638',
-   'diagnostics_channel.unsubscribe': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L276',
-   'dns.defaultResolverSetServers': 'https://github.com/nodejs/node/blob/HEAD/lib/dns.js#L306',
-   'dns.lookup': 'https://github.com/nodejs/node/blob/HEAD/lib/dns.js#L142',
-   'dns.lookupService': 'https://github.com/nodejs/node/blob/HEAD/lib/dns.js#L268',
-   'dynamiclibrary.getFunction': 'https://github.com/nodejs/node/blob/HEAD/lib/ffi.js#L126',
-   'dynamiclibrary.getFunctions': 'https://github.com/nodejs/node/blob/HEAD/lib/ffi.js#L131',
-   'events.EventEmitter': 'https://github.com/nodejs/node/blob/HEAD/lib/events.js#L209',
-   'events.getEventListeners': 'https://github.com/nodejs/node/blob/HEAD/lib/events.js#L933',
-   'events.getMaxListeners': 'https://github.com/nodejs/node/blob/HEAD/lib/events.js#L962',
-   'events.listenerCount': 'https://github.com/nodejs/node/blob/HEAD/lib/events.js#L980',
-   'events.on': 'https://github.com/nodejs/node/blob/HEAD/lib/events.js#L1085',
-   'events.once': 'https://github.com/nodejs/node/blob/HEAD/lib/events.js#L1001',
-   'ffi.dlclose': 'https://github.com/nodejs/node/blob/HEAD/lib/ffi.js#L202',
-   'ffi.dlopen': 'https://github.com/nodejs/node/blob/HEAD/lib/ffi.js#L185',
-   'ffi.dlsym': 'https://github.com/nodejs/node/blob/HEAD/lib/ffi.js#L207',
-   'ffi.exportArrayBuffer': 'https://github.com/nodejs/node/blob/HEAD/lib/ffi.js#L262',
-   'ffi.exportArrayBufferView': 'https://github.com/nodejs/node/blob/HEAD/lib/ffi.js#L278',
-   'ffi.exportBuffer': 'https://github.com/nodejs/node/blob/HEAD/lib/ffi.js#L246',
-   'ffi.exportString': 'https://github.com/nodejs/node/blob/HEAD/lib/ffi.js#L212',
-   'fs.access': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L243',
-   'fs.accessSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L267',
-   'fs.appendFile': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2960',
-   'fs.appendFileSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2996',
-   'fs.chmod': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2437',
-   'fs.chmodSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2456',
-   'fs.chown': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2571',
-   'fs.chownSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2593',
-   'fs.close': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L619',
-   'fs.closeSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L636',
-   'fs.copyFile': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3642',
-   'fs.copyFileSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3668',
-   'fs.cp': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3690',
-   'fs.cpSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3711',
-   'fs.createReadStream': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3746',
-   'fs.createWriteStream': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3774',
-   'fs.exists': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L282',
-   'fs.existsSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L318',
-   'fs.fchmod': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2344',
-   'fs.fchmodSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2367',
-   'fs.fchown': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2520',
-   'fs.fchownSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2545',
-   'fs.fdatasync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1495',
-   'fs.fdatasyncSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1518',
-   'fs.fstat': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1904',
-   'fs.fstatSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2021',
-   'fs.fsync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1538',
-   'fs.fsyncSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1559',
-   'fs.ftruncate': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1321',
-   'fs.ftruncateSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1344',
-   'fs.futimes': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2666',
-   'fs.futimesSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2693',
-   'fs.glob': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3786',
-   'fs.globSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3801',
-   'fs.lchown': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2477',
-   'fs.lchownSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2498',
-   'fs.link': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2269',
-   'fs.linkSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2291',
-   'fs.lstat': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1931',
-   'fs.lstatSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2044',
-   'fs.lutimes': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2720',
-   'fs.lutimesSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2745',
-   'fs.mkdir': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1582',
-   'fs.mkdirSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1631',
-   'fs.mkdtemp': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3567',
-   'fs.mkdtempDisposableSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3611',
-   'fs.mkdtempSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3589',
-   'fs.open': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L656',
-   'fs.openAsBlob': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L711',
-   'fs.openSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L689',
-   'fs.read': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1775',
-   'fs.readFile': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L401',
-   'fs.readFileSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L524',
-   'fs.readSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L849',
-   'fs.readdir': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1814',
-   'fs.readdirSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1868',
-   'fs.readlink': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2118',
-   'fs.readlinkSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2141',
-   'fs.readv': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L912',
-   'fs.readvSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L953',
-   'fs.realpath': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3399',
-   'fs.realpathSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3234',
-   'fs.rename': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1220',
-   'fs.renameSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1242',
-   'fs.rm': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1445',
-   'fs.rmSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1477',
-   'fs.rmdir': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1376',
-   'fs.rmdirSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1412',
-   'fs.stat': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1963',
-   'fs.statSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2078',
-   'fs.statfs': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1986',
-   'fs.statfsSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2096',
-   'fs.symlink': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2159',
-   'fs.symlinkSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2230',
-   'fs.truncate': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1261',
-   'fs.truncateSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1294',
-   'fs.unlink': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2313',
-   'fs.unlinkSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2328',
-   'fs.unwatchFile': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3153',
-   'fs.utimes': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2616',
-   'fs.utimesSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2641',
-   'fs.watch': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3032',
-   'fs.watchFile': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L3106',
-   'fs.write': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L982',
-   'fs.writeFile': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2829',
-   'fs.writeFileSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L2889',
-   'fs.writeSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1079',
-   'fs.writev': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1145',
-   'fs.writevSync': 'https://github.com/nodejs/node/blob/HEAD/lib/fs.js#L1193',
-   'gCProfiler.SymbolDispose': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L540',
-   'gCProfiler.start': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L525',
-   'gCProfiler.stop': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L532',
-   'http.createServer': 'https://github.com/nodejs/node/blob/HEAD/lib/http.js#L68',
-   'http.get': 'https://github.com/nodejs/node/blob/HEAD/lib/http.js#L118',
-   'http.request': 'https://github.com/nodejs/node/blob/HEAD/lib/http.js#L107',
-   'http.setGlobalProxyFromEnv': 'https://github.com/nodejs/node/blob/HEAD/lib/http.js#L132',
-   'https.Agent': 'https://github.com/nodejs/node/blob/HEAD/lib/https.js#L463',
-   'https.Server': 'https://github.com/nodejs/node/blob/HEAD/lib/https.js#L79',
-   'https.createServer': 'https://github.com/nodejs/node/blob/HEAD/lib/https.js#L151',
-   'https.get': 'https://github.com/nodejs/node/blob/HEAD/lib/https.js#L719',
-   'https.request': 'https://github.com/nodejs/node/blob/HEAD/lib/https.js#L660',
-   'incomingmessage._addHeaderLine': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_incoming.js#L453',
-   'incomingmessage._addHeaderLineDistinct': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_incoming.js#L488',
-   'incomingmessage._addHeaderLines': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_incoming.js#L315',
-   'incomingmessage._destroy': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_incoming.js#L281',
-   'incomingmessage._dump': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_incoming.js#L509',
-   'incomingmessage._dumpAndCloseReadable': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_incoming.js#L497',
-   'incomingmessage._read': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_incoming.js#L265',
-   'incomingmessage.setTimeout': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_incoming.js#L258',
-   'incomingmessage[kAttachAbortSignal]': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_incoming.js#L223',
-   'incomingmessage[kDetachAbortSignal]': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_incoming.js#L247',
-   'inspector.inspectorOpen': 'https://github.com/nodejs/node/blob/HEAD/lib/inspector.js#L169',
-   'inspector.inspectorWaitForDebugger': 'https://github.com/nodejs/node/blob/HEAD/lib/inspector.js#L204',
-   'interface._addHistory': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L433',
-   'interface._deleteLeft': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L455',
-   'interface._deleteLineLeft': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L459',
-   'interface._deleteLineRight': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L460',
-   'interface._deleteRight': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L456',
-   'interface._deleteWordLeft': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L457',
-   'interface._deleteWordRight': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L458',
-   'interface._getCursorPos': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L465',
-   'interface._getDisplayPos': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L464',
-   'interface._historyNext': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L462',
-   'interface._historyPrev': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L463',
-   'interface._insertString': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L436',
-   'interface._line': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L461',
-   'interface._moveCursor': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L466',
-   'interface._normalWrite': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L435',
-   'interface._onLine': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L431',
-   'interface._refreshLine': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L434',
-   'interface._setRawMode': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L430',
-   'interface._tabComplete': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L437',
-   'interface._ttyWrite': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L467',
-   'interface._wordLeft': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L453',
-   'interface._wordRight': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L454',
-   'interface._writeToOutput': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L432',
-   'interface.question': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L135',
-   'net.Server': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2147',
-   'net.Socket': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L553',
-   'net.connect': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L255',
-   'net.createServer': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L238',
-   'net.createServerHandle': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2218',
-   'net.getDefaultAutoSelectFamily': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L268',
-   'net.getDefaultAutoSelectFamilyAttemptTimeout': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L277',
-   'net.normalizeArgs': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L301',
-   'net.setDefaultAutoSelectFamily': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L272',
-   'net.setDefaultAutoSelectFamilyAttemptTimeout': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L281',
-   'new AsyncResource': 'https://github.com/nodejs/node/blob/HEAD/lib/async_hooks.js#L181',
-   'new BoundSocket': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L407',
-   'new BoundedChannel': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L353',
-   'new Channel': 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L208',
-   'new DefaultSerializer': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L433',
-   'new REPLServer': 'https://github.com/nodejs/node/blob/HEAD/lib/repl.js#L199',
-   'new Script': 'https://github.com/nodejs/node/blob/HEAD/lib/vm.js#L86',
-   'new WASI': 'https://github.com/nodejs/node/blob/HEAD/lib/wasi.js#L38',
-   'new ZstdCompress': 'https://github.com/nodejs/node/blob/HEAD/lib/zlib.js#L981',
-   'new ZstdDecompress': 'https://github.com/nodejs/node/blob/HEAD/lib/zlib.js#L995',
-   'os.arch': 'https://github.com/nodejs/node/blob/HEAD/lib/os.js#L165',
-   'os.cpus': 'https://github.com/nodejs/node/blob/HEAD/lib/os.js#L141',
-   'os.endianness': 'https://github.com/nodejs/node/blob/HEAD/lib/os.js#L201',
-   'os.getPriority': 'https://github.com/nodejs/node/blob/HEAD/lib/os.js#L271',
-   'os.loadavg': 'https://github.com/nodejs/node/blob/HEAD/lib/os.js#L121',
-   'os.networkInterfaces': 'https://github.com/nodejs/node/blob/HEAD/lib/os.js#L217',
-   'os.platform': 'https://github.com/nodejs/node/blob/HEAD/lib/os.js#L173',
-   'os.setPriority': 'https://github.com/nodejs/node/blob/HEAD/lib/os.js#L252',
-   'os.tmpdir': 'https://github.com/nodejs/node/blob/HEAD/lib/os.js#L181',
-   'os.userInfo': 'https://github.com/nodejs/node/blob/HEAD/lib/os.js#L298',
-   'outgoingmessage._finish': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L1214',
-   'outgoingmessage._flush': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L1239',
-   'outgoingmessage._flushOutput': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L1256',
-   'outgoingmessage._implicitHeader': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L880',
-   'outgoingmessage._isLenientHeaderValidation': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L179',
-   'outgoingmessage._renderHeaders': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L275',
-   'outgoingmessage._send': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L389',
-   'outgoingmessage._storeHeader': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L445',
-   'outgoingmessage._writeRaw': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L415',
-   'outgoingmessage.addTrailers': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L1040',
-   'outgoingmessage.appendHeader': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L753',
-   'outgoingmessage.cork': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L295',
-   'outgoingmessage.destroy': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L363',
-   'outgoingmessage.end': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L1135',
-   'outgoingmessage.flushHeaders': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L1282',
-   'outgoingmessage.getHeader': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L790',
-   'outgoingmessage.getHeaderNames': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L803',
-   'outgoingmessage.getHeaders': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L826',
-   'outgoingmessage.getRawHeaderNames': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L809',
-   'outgoingmessage.hasHeader': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L843',
-   'outgoingmessage.pipe': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L1291',
-   'outgoingmessage.removeHeader': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L850',
-   'outgoingmessage.setHeader': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L689',
-   'outgoingmessage.setHeaders': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L710',
-   'outgoingmessage.setTimeout': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L343',
-   'outgoingmessage.uncork': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L302',
-   'outgoingmessage.write': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L904',
-   'outgoingmessage[undefined]': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_outgoing.js#L1296',
-   'rEPLServer._handleError': 'https://github.com/nodejs/node/blob/HEAD/lib/repl.js#L763',
-   'rEPLServer.clearBufferedCommand': 'https://github.com/nodejs/node/blob/HEAD/lib/repl.js#L760',
-   'rEPLServer.close': 'https://github.com/nodejs/node/blob/HEAD/lib/repl.js#L878',
-   'rEPLServer.complete': 'https://github.com/nodejs/node/blob/HEAD/lib/repl.js#L1006',
-   'rEPLServer.createContext': 'https://github.com/nodejs/node/blob/HEAD/lib/repl.js#L902',
-   'rEPLServer.defineCommand': 'https://github.com/nodejs/node/blob/HEAD/lib/repl.js#L1009',
-   'rEPLServer.displayPrompt': 'https://github.com/nodejs/node/blob/HEAD/lib/repl.js#L991',
-   'rEPLServer.resetContext': 'https://github.com/nodejs/node/blob/HEAD/lib/repl.js#L953',
-   'rEPLServer.setPrompt': 'https://github.com/nodejs/node/blob/HEAD/lib/repl.js#L1002',
-   'rEPLServer.setupHistory': 'https://github.com/nodejs/node/blob/HEAD/lib/repl.js#L748',
-   'readline.Interface': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L101',
-   'readline.createInterface': 'https://github.com/nodejs/node/blob/HEAD/lib/readline.js#L213',
-   'readstream.setRawMode': 'https://github.com/nodejs/node/blob/HEAD/lib/tty.js#L77',
-   'repl.start': 'https://github.com/nodejs/node/blob/HEAD/lib/repl.js#L1031',
-   'script.runInContext': 'https://github.com/nodejs/node/blob/HEAD/lib/vm.js#L141',
-   'script.runInNewContext': 'https://github.com/nodejs/node/blob/HEAD/lib/vm.js#L153',
-   'script.runInThisContext': 'https://github.com/nodejs/node/blob/HEAD/lib/vm.js#L133',
-   'sea.getAsset': 'https://github.com/nodejs/node/blob/HEAD/lib/sea.js#L46',
-   'sea.getAssetAsBlob': 'https://github.com/nodejs/node/blob/HEAD/lib/sea.js#L66',
-   'sea.getAssetKeys': 'https://github.com/nodejs/node/blob/HEAD/lib/sea.js#L76',
-   'sea.getRawAsset': 'https://github.com/nodejs/node/blob/HEAD/lib/sea.js#L23',
-   'serializer._getDataCloneError': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L379',
-   'server._emitCloseIfDrained': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2887',
-   'server._listen2': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2368',
-   'server._setupWorker': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2936',
-   'server.address': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2699',
-   'server.close': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L681',
-   'server.closeAllConnections': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L691',
-   'server.closeIdleConnections': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L703',
-   'server.getConnections': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2794',
-   'server.listen': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2496',
-   'server.ref': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2945',
-   'server.setTimeout': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L719',
-   'server.unref': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2954',
-   'server[SymbolAsyncDispose]': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L687',
-   'server[SymbolAsyncIterator]': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2879',
-   'server[kDeserialize]': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2419',
-   'server[kTransferList]': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2392',
-   'server[kTransfer]': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2397',
-   'server[undefined]': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L726',
-   'serverresponse._finish': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L254',
-   'serverresponse._implicitHeader': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L411',
-   'serverresponse.assignSocket': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L304',
-   'serverresponse.detachSocket': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L315',
-   'serverresponse.statusCode': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L277',
-   'serverresponse.statusMessage': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L278',
-   'serverresponse.writeContinue': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L373',
-   'serverresponse.writeEarlyHints': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L382',
-   'serverresponse.writeHead': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L416',
-   'serverresponse.writeInformation': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L322',
-   'serverresponse.writeProcessing': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L378',
-   'session.connect': 'https://github.com/nodejs/node/blob/HEAD/lib/inspector.js#L63',
-   'session.connectToMainThread': 'https://github.com/nodejs/node/blob/HEAD/lib/inspector.js#L74',
-   'session.disconnect': 'https://github.com/nodejs/node/blob/HEAD/lib/inspector.js#L148',
-   'session.onMessage': 'https://github.com/nodejs/node/blob/HEAD/lib/inspector.js#L84',
-   'session.post': 'https://github.com/nodejs/node/blob/HEAD/lib/inspector.js#L115',
-   'socket._destroy': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1099',
-   'socket._final': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L752',
-   'socket._getpeername': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1159',
-   'socket._getsockname': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1197',
-   'socket._onTimeout': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L812',
-   'socket._read': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1011',
-   'socket._reset': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1153',
-   'socket._unrefTimer': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L742',
-   'socket._write': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1273',
-   'socket._writeGeneric': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1231',
-   'socket._writev': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1268',
-   'socket.addMembership': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L1012',
-   'socket.addSourceSpecificMembership': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L1043',
-   'socket.address': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L946',
-   'socket.bind': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L284',
-   'socket.bindSync': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L437',
-   'socket.close': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L895',
-   'socket.connect': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1518',
-   'socket.connectSync': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L514',
-   'socket.destroySoon': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1088',
-   'socket.disconnect': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L607',
-   'socket.dropMembership': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L1028',
-   'socket.dropSourceSpecificMembership': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L1061',
-   'socket.end': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1027',
-   'socket.getRecvBufferSize': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L1148',
-   'socket.getSendBufferSize': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L1153',
-   'socket.getSendQueueCount': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L1161',
-   'socket.getSendQueueSize': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L1157',
-   'socket.getTypeOfService': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L923',
-   'socket.pause': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1049',
-   'socket.read': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1071',
-   'socket.ref': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1935',
-   'socket.remoteAddress': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L944',
-   'socket.resetAndDestroy': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1033',
-   'socket.resume': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1062',
-   'socket.send': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L732',
-   'socket.sendto': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L621',
-   'socket.setBroadcast': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L960',
-   'socket.setKeepAlive': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L848',
-   'socket.setMulticastInterface': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L1002',
-   'socket.setMulticastLoopback': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L992',
-   'socket.setMulticastTTL': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L980',
-   'socket.setNoDelay': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L830',
-   'socket.setRecvBufferSize': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L1138',
-   'socket.setSendBufferSize': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L1143',
-   'socket.setTTL': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L968',
-   'socket.setTimeout': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L809',
-   'socket.setTypeOfService': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L893',
-   'socket.unref': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1949',
-   'socket[SymbolAsyncDispose]': 'https://github.com/nodejs/node/blob/HEAD/lib/dgram.js#L919',
-   'socket[kAfterAsyncWrite]': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1227',
-   'socket[kDeserialize]': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1640',
-   'socket[kReinitializeHandle]': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1592',
-   'socket[kTransferList]': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1616',
-   'socket[kTransfer]': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L1621',
-   'string_decoder.StringDecoder': 'https://github.com/nodejs/node/blob/HEAD/lib/string_decoder.js#L60',
-   'timers.clearImmediate': 'https://github.com/nodejs/node/blob/HEAD/lib/timers.js#L234',
-   'timers.clearInterval': 'https://github.com/nodejs/node/blob/HEAD/lib/timers.js#L179',
-   'timers.clearTimeout': 'https://github.com/nodejs/node/blob/HEAD/lib/timers.js#L144',
-   'timers.setImmediate': 'https://github.com/nodejs/node/blob/HEAD/lib/timers.js#L215',
-   'timers.setInterval': 'https://github.com/nodejs/node/blob/HEAD/lib/timers.js#L167',
-   'timers.setTimeout': 'https://github.com/nodejs/node/blob/HEAD/lib/timers.js#L123',
-   'tls.checkServerIdentity': 'https://github.com/nodejs/node/blob/HEAD/lib/tls.js#L405',
-   'tls.convertALPNProtocols': 'https://github.com/nodejs/node/blob/HEAD/lib/tls.js#L274',
-   'tls.getCACertificates': 'https://github.com/nodejs/node/blob/HEAD/lib/tls.js#L190',
-   'tls.setDefaultCACertificates': 'https://github.com/nodejs/node/blob/HEAD/lib/tls.js#L208',
-   'trace_events.createTracing': 'https://github.com/nodejs/node/blob/HEAD/lib/trace_events.js#L83',
-   'tty.ReadStream': 'https://github.com/nodejs/node/blob/HEAD/lib/tty.js#L51',
-   'tty.WriteStream': 'https://github.com/nodejs/node/blob/HEAD/lib/tty.js#L88',
-   'tty.isatty': 'https://github.com/nodejs/node/blob/HEAD/lib/tty.js#L46',
-   'url.Url': 'https://github.com/nodejs/node/blob/HEAD/lib/url.js#L77',
-   'url.format': 'https://github.com/nodejs/node/blob/HEAD/lib/url.js#L634',
-   'url.parse': 'https://github.com/nodejs/node/blob/HEAD/lib/url.js#L177',
-   'url.parseHost': 'https://github.com/nodejs/node/blob/HEAD/lib/url.js#L1003',
-   'url.pathToFileURL': 'https://github.com/nodejs/node/blob/HEAD/lib/url.js#L1019',
-   'url.resolve': 'https://github.com/nodejs/node/blob/HEAD/lib/url.js#L724',
-   'url.resolveObject': 'https://github.com/nodejs/node/blob/HEAD/lib/url.js#L733',
-   'url.urlFormat': 'https://github.com/nodejs/node/blob/HEAD/lib/url.js#L575',
-   'url.urlParse': 'https://github.com/nodejs/node/blob/HEAD/lib/url.js#L134',
-   'url.urlResolve': 'https://github.com/nodejs/node/blob/HEAD/lib/url.js#L720',
-   'url.urlResolveObject': 'https://github.com/nodejs/node/blob/HEAD/lib/url.js#L728',
-   'util._errnoException': 'https://github.com/nodejs/node/blob/HEAD/lib/util.js#L461',
-   'util._exceptionWithHostPort': 'https://github.com/nodejs/node/blob/HEAD/lib/util.js#L473',
-   'util.callbackify': 'https://github.com/nodejs/node/blob/HEAD/lib/util.js#L401',
-   'util.deprecate': 'https://github.com/nodejs/node/blob/HEAD/lib/util.js#L588',
-   'util.getCallSites': 'https://github.com/nodejs/node/blob/HEAD/lib/util.js#L555',
-   'util.getSystemErrorMessage': 'https://github.com/nodejs/node/blob/HEAD/lib/util.js#L441',
-   'util.getSystemErrorName': 'https://github.com/nodejs/node/blob/HEAD/lib/util.js#L453',
-   'util.inherits': 'https://github.com/nodejs/node/blob/HEAD/lib/util.js#L343',
-   'util.parseEnv': 'https://github.com/nodejs/node/blob/HEAD/lib/util.js#L490',
-   'util.styleText': 'https://github.com/nodejs/node/blob/HEAD/lib/util.js#L246',
-   'v8.deserialize': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L516',
-   'v8.getCppHeapStatistics': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L369',
-   'v8.getHeapCodeStatistics': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L339',
-   'v8.getHeapSnapshot': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L108',
-   'v8.getHeapSpaceStatistics': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L312',
-   'v8.getHeapStatistics': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L278',
-   'v8.isStringOneByteRepresentation': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L256',
-   'v8.serialize': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L503',
-   'v8.setFlagsFromString': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L176',
-   'v8.setHeapSnapshotNearHeapLimit': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L352',
-   'v8.startCpuProfile': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L225',
-   'v8.startHeapProfile': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L244',
-   'v8.writeHeapSnapshot': 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L91',
-   'vfs.create': 'https://github.com/nodejs/node/blob/HEAD/lib/vfs.js#L20',
-   'vm.compileFunction': 'https://github.com/nodejs/node/blob/HEAD/lib/vm.js#L321',
-   'vm.createContext': 'https://github.com/nodejs/node/blob/HEAD/lib/vm.js#L226',
-   'vm.createScript': 'https://github.com/nodejs/node/blob/HEAD/lib/vm.js#L269',
-   'vm.isContext': 'https://github.com/nodejs/node/blob/HEAD/lib/vm.js#L79',
-   'vm.measureMemory': 'https://github.com/nodejs/node/blob/HEAD/lib/vm.js#L383',
-   'vm.runInContext': 'https://github.com/nodejs/node/blob/HEAD/lib/vm.js#L291',
-   'vm.runInNewContext': 'https://github.com/nodejs/node/blob/HEAD/lib/vm.js#L305',
-   'vm.runInThisContext': 'https://github.com/nodejs/node/blob/HEAD/lib/vm.js#L314',
-   'wASI.finalizeBindings': 'https://github.com/nodejs/node/blob/HEAD/lib/wasi.js#L112',
-   'wASI.getImportObject': 'https://github.com/nodejs/node/blob/HEAD/lib/wasi.js#L161',
-   'wASI.initialize': 'https://github.com/nodejs/node/blob/HEAD/lib/wasi.js#L149',
-   'wASI.start': 'https://github.com/nodejs/node/blob/HEAD/lib/wasi.js#L129',
-   'writestream._refreshSize': 'https://github.com/nodejs/node/blob/HEAD/lib/tty.js#L130',
-   'writestream.clearLine': 'https://github.com/nodejs/node/blob/HEAD/lib/tty.js#L156',
-   'writestream.clearScreenDown': 'https://github.com/nodejs/node/blob/HEAD/lib/tty.js#L160',
-   'writestream.cursorTo': 'https://github.com/nodejs/node/blob/HEAD/lib/tty.js#L148',
-   'writestream.getColorDepth': 'https://github.com/nodejs/node/blob/HEAD/lib/tty.js#L126',
-   'writestream.getWindowSize': 'https://github.com/nodejs/node/blob/HEAD/lib/tty.js#L164',
-   'writestream.hasColors': 'https://github.com/nodejs/node/blob/HEAD/lib/tty.js#L128',
-   'writestream.isTTY': 'https://github.com/nodejs/node/blob/HEAD/lib/tty.js#L124',
-   'writestream.moveCursor': 'https://github.com/nodejs/node/blob/HEAD/lib/tty.js#L152',
-   'zlib.BrotliCompress': 'https://github.com/nodejs/node/blob/HEAD/lib/zlib.js#L897',
-   'zlib.BrotliDecompress': 'https://github.com/nodejs/node/blob/HEAD/lib/zlib.js#L906',
-   'zlib.Deflate': 'https://github.com/nodejs/node/blob/HEAD/lib/zlib.js#L757',
-   'zlib.DeflateRaw': 'https://github.com/nodejs/node/blob/HEAD/lib/zlib.js#L793',
-   'zlib.Gunzip': 'https://github.com/nodejs/node/blob/HEAD/lib/zlib.js#L784',
-   'zlib.Gzip': 'https://github.com/nodejs/node/blob/HEAD/lib/zlib.js#L775',
-   'zlib.Inflate': 'https://github.com/nodejs/node/blob/HEAD/lib/zlib.js#L766',
-   'zlib.InflateRaw': 'https://github.com/nodejs/node/blob/HEAD/lib/zlib.js#L803',
-   'zlib.Unzip': 'https://github.com/nodejs/node/blob/HEAD/lib/zlib.js#L812',
-   'zlib.crc32': 'https://github.com/nodejs/node/blob/HEAD/lib/zlib.js#L1067',
-   AsyncResource: 'https://github.com/nodejs/node/blob/HEAD/lib/async_hooks.js#L180',
-   BoundSocket: 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L402',
-   BoundedChannel: 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L352',
-   Channel: 'https://github.com/nodejs/node/blob/HEAD/lib/diagnostics_channel.js#L207',
-   DefaultDeserializer: 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L469',
-   DefaultSerializer: 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L432',
-   GCProfiler: 'https://github.com/nodejs/node/blob/HEAD/lib/v8.js#L522',
-   QueryString: 'https://github.com/nodejs/node/blob/HEAD/lib/querystring.js#L45',
-   REPLServer: 'https://github.com/nodejs/node/blob/HEAD/lib/repl.js#L198',
-   Script: 'https://github.com/nodejs/node/blob/HEAD/lib/vm.js#L85',
-   Session: 'https://github.com/nodejs/node/blob/HEAD/lib/inspector.js#L54',
-   Stream: 'https://github.com/nodejs/node/blob/HEAD/lib/stream.js#L55',
-   WASI: 'https://github.com/nodejs/node/blob/HEAD/lib/wasi.js#L37',
-   ZstdCompress: 'https://github.com/nodejs/node/blob/HEAD/lib/zlib.js#L980',
-   ZstdDecompress: 'https://github.com/nodejs/node/blob/HEAD/lib/zlib.js#L994'
  }

Performance estimate (single CI run)

  • Generation time: 15.1% faster (1.46 s → 1.24 s)
  • Peak memory: 3.7% higher (356.27 MB → 369.36 MB)

legacy-html Generator

Output size: 70 files changed · net -18.74 KB

File size details
File Main PR Change
addons.html 354.98 KB 354.64 KB -349.00 B (-0.1%)
debugger.html 111.03 KB 110.69 KB -349.00 B (-0.3%)
documentation.html 27.05 KB 26.71 KB -349.00 B (-1.3%)
globals.html 130.85 KB 130.51 KB -349.00 B (-0.3%)
index.html 18.12 KB 17.78 KB -349.00 B (-1.9%)
modules.html 157.92 KB 157.58 KB -349.00 B (-0.2%)
synopsis.html 26.45 KB 26.11 KB -349.00 B (-1.3%)
assert.html 473.30 KB 472.96 KB -348.00 B (-0.1%)
buffer.html 1.09 MB 1.09 MB -348.00 B (-0.0%)
child_process.html 444.60 KB 444.26 KB -348.00 B (-0.1%)
cluster.html 200.72 KB 200.38 KB -348.00 B (-0.2%)
console.html 99.20 KB 98.86 KB -348.00 B (-0.3%)
crypto.html 1.09 MB 1.09 MB -348.00 B (-0.0%)
dgram.html 171.92 KB 171.58 KB -348.00 B (-0.2%)
dns.html 225.81 KB 225.47 KB -348.00 B (-0.2%)
domain.html 103.06 KB 102.72 KB -348.00 B (-0.3%)
dtls.html 88.68 KB 88.34 KB -348.00 B (-0.4%)
events.html 556.04 KB 555.71 KB -348.00 B (-0.1%)
fs.html 1.07 MB 1.07 MB -348.00 B (-0.0%)
http.html 640.04 KB 639.70 KB -348.00 B (-0.1%)
https.html 158.97 KB 158.63 KB -348.00 B (-0.2%)
net.html 272.22 KB 271.88 KB -348.00 B (-0.1%)
os.html 89.16 KB 88.82 KB -348.00 B (-0.4%)
path.html 99.47 KB 99.13 KB -348.00 B (-0.3%)
process.html 703.47 KB 703.13 KB -348.00 B (-0.0%)
punycode.html 35.86 KB 35.52 KB -348.00 B (-0.9%)
querystring.html 35.10 KB 34.76 KB -348.00 B (-1.0%)
readline.html 210.91 KB 210.57 KB -348.00 B (-0.2%)
repl.html 217.32 KB 216.98 KB -348.00 B (-0.2%)
stream.html 856.68 KB 856.34 KB -348.00 B (-0.0%)
string_decoder.html 41.21 KB 40.87 KB -348.00 B (-0.8%)
timers.html 92.45 KB 92.11 KB -348.00 B (-0.4%)
tls.html 279.75 KB 279.42 KB -348.00 B (-0.1%)
tty.html 45.89 KB 45.55 KB -348.00 B (-0.7%)
url.html 332.27 KB 331.93 KB -348.00 B (-0.1%)
util.html 742.71 KB 742.38 KB -348.00 B (-0.0%)
vm.html 431.58 KB 431.24 KB -348.00 B (-0.1%)
zlib.html 478.88 KB 478.54 KB -348.00 B (-0.1%)
errors.html 399.69 KB 399.37 KB -321.00 B (-0.1%)
v8.html 338.31 KB 338.00 KB -320.00 B (-0.1%)
cli.html 327.04 KB 326.74 KB -307.00 B (-0.1%)
deprecations.html 266.35 KB 266.08 KB -279.00 B (-0.1%)
tracing.html 90.98 KB 90.70 KB -278.00 B (-0.3%)
esm.html 133.75 KB 133.49 KB -265.00 B (-0.2%)
intl.html 44.23 KB 43.97 KB -265.00 B (-0.6%)
n-api.html 799.30 KB 799.04 KB -265.00 B (-0.0%)
async_hooks.html 224.27 KB 224.02 KB -264.00 B (-0.1%)
http2.html 771.88 KB 771.62 KB -264.00 B (-0.0%)
inspector.html 119.05 KB 118.79 KB -264.00 B (-0.2%)
perf_hooks.html 360.70 KB 360.45 KB -264.00 B (-0.1%)
worker_threads.html 402.40 KB 402.17 KB -236.00 B (-0.1%)
report.html 189.67 KB 189.45 KB -223.00 B (-0.1%)
embedding.html 50.48 KB 50.28 KB -209.00 B (-0.4%)
module.html 345.82 KB 345.62 KB -209.00 B (-0.1%)
packages.html 152.90 KB 152.69 KB -209.00 B (-0.1%)
wasi.html 46.40 KB 46.20 KB -208.00 B (-0.4%)
webcrypto.html 344.68 KB 344.52 KB -167.00 B (-0.0%)
diagnostics_channel.html 323.99 KB 323.83 KB -166.00 B (-0.1%)
webstreams.html 285.56 KB 285.41 KB -153.00 B (-0.1%)
async_context.html 238.25 KB 238.11 KB -152.00 B (-0.1%)
test.html 929.93 KB 929.81 KB -124.00 B (-0.0%)
single-executable-applications.html 94.87 KB 94.76 KB -110.00 B (-0.1%)
environment_variables.html 26.21 KB 26.12 KB -97.00 B (-0.4%)
permissions.html 57.80 KB 57.71 KB -97.00 B (-0.2%)
typescript.html 34.93 KB 34.87 KB -69.00 B (-0.2%)
sqlite.html 233.81 KB 233.74 KB -68.00 B (-0.0%)
quic.html 429.29 KB 429.23 KB -54.00 B (-0.0%)
stream_iter.html 475.66 KB 475.64 KB -26.00 B (-0.0%)
ffi.html 94.77 KB 94.76 KB -12.00 B (-0.0%)
vfs.html 55.87 KB 55.86 KB -12.00 B (-0.0%)

Performance estimate (single CI run)

  • Generation time: 4.7% slower (19.72 s → 20.64 s)
  • Peak memory: 1.8% lower (2.15 GB → 2.11 GB)

legacy-json Generator

Performance estimate (single CI run)

  • Generation time: 7.4% slower (7.84 s → 8.42 s)
  • Peak memory: 4.2% higher (1.57 GB → 1.63 GB)

llms-txt Generator

Output size: 1 file changed · net -1.90 KB

File size details
File Main PR Change
llms.txt 14.34 KB 12.44 KB -1.90 KB (-13.3%)

Performance estimate (single CI run)

  • Generation time: 9.9% faster (8.98 s → 8.09 s)
  • Peak memory: 6.6% lower (1.85 GB → 1.73 GB)

orama-db Generator

Output size: 1 file changed · net +1.00 B

File size details
File Main PR Change
orama-db.json 9.03 MB 9.03 MB +1.00 B (+0.0%)

Performance estimate (single CI run)

  • Generation time: 9.8% slower (8.08 s → 8.87 s)
  • Peak memory: 10.6% lower (1.91 GB → 1.71 GB)

web Generator

Output size: 276 files changed · net -629.26 KB

File size details
File Main PR Change
assets/style-BGFjzqNj.css 145.55 KB +145.55 KB
assets/style-DY1WfDi-.css 145.42 KB -145.42 KB (-100.0%)
assets/SearchBox-C0a64dpP.js 84.66 KB -84.66 KB (-100.0%)
assets/SearchBox-nhKtQ-aJ.js 84.66 KB +84.66 KB
assets/dist-nI7qzw7G.js 30.40 KB -30.40 KB (-100.0%)
assets/dist-BqXBNLhZ.js 30.40 KB +30.40 KB
assets/SideBar-DfcHyd63.js 25.25 KB +25.25 KB
assets/SideBar-DsJWuKyV.js 25.23 KB -25.23 KB (-100.0%)
assets/runtime-BbB1TyvK.js 19.67 KB -19.67 KB (-100.0%)
assets/runtime-BTw5MQsN.js 19.67 KB +19.67 KB
assets/Combination-CrZkajvM.js 16.10 KB -16.10 KB (-100.0%)
assets/Combination-44yqdQLj.js 16.10 KB +16.10 KB
assets/Layout-DqX2ZAy6.js 16.02 KB -16.02 KB (-100.0%)
assets/compat.module-Ct9DuSmt.js 13.98 KB -13.98 KB (-100.0%)
assets/compat.module-RlhC4PCC.js 13.98 KB +13.98 KB
assets/ThemeToggle-Dd_vDJ_l.js 13.56 KB -13.56 KB (-100.0%)
assets/ThemeToggle-vS1eaEw7.js 13.56 KB +13.56 KB
assets/dist-5WtKIcjl.js 10.17 KB -10.17 KB (-100.0%)
assets/dist-DDBUuHyc.js 10.17 KB +10.17 KB
single-executable-applications.html 141.09 KB 132.39 KB -8.70 KB (-6.2%)
environment_variables.html 46.34 KB 37.65 KB -8.69 KB (-18.7%)
diagnostics_channel.html 520.40 KB 511.71 KB -8.68 KB (-1.7%)
documentation.html 37.19 KB 28.51 KB -8.68 KB (-23.3%)
string_decoder.html 74.64 KB 65.96 KB -8.68 KB (-11.6%)
worker_threads.html 638.47 KB 629.79 KB -8.68 KB (-1.4%)
async_context.html 325.69 KB 317.01 KB -8.68 KB (-2.7%)
child_process.html 673.29 KB 664.61 KB -8.68 KB (-1.3%)
deprecations.html 542.27 KB 533.59 KB -8.68 KB (-1.6%)
permissions.html 83.74 KB 75.06 KB -8.68 KB (-10.4%)
async_hooks.html 291.80 KB 283.13 KB -8.68 KB (-3.0%)
querystring.html 75.18 KB 66.51 KB -8.68 KB (-11.5%)
stream_iter.html 730.75 KB 722.07 KB -8.68 KB (-1.2%)
typescript.html 58.75 KB 50.07 KB -8.68 KB (-14.8%)
webstreams.html 539.88 KB 531.20 KB -8.68 KB (-1.6%)
embedding.html 68.34 KB 59.66 KB -8.68 KB (-12.7%)
perf_hooks.html 595.47 KB 586.80 KB -8.68 KB (-1.5%)
webcrypto.html 631.90 KB 623.23 KB -8.68 KB (-1.4%)
debugger.html 151.42 KB 142.74 KB -8.67 KB (-5.7%)
inspector.html 220.98 KB 212.31 KB -8.67 KB (-3.9%)
packages.html 226.29 KB 217.61 KB -8.67 KB (-3.8%)
synopsis.html 47.16 KB 38.48 KB -8.67 KB (-18.4%)
globals.html 269.97 KB 261.30 KB -8.67 KB (-3.2%)
modules.html 235.17 KB 226.50 KB -8.67 KB (-3.7%)
punycode.html 73.29 KB 64.62 KB -8.67 KB (-11.8%)
readline.html 369.36 KB 360.68 KB -8.67 KB (-2.3%)
addons.html 387.77 KB 379.09 KB -8.67 KB (-2.2%)
cluster.html 309.67 KB 300.99 KB -8.67 KB (-2.8%)
console.html 192.35 KB 183.68 KB -8.67 KB (-4.5%)
errors.html 525.32 KB 516.65 KB -8.67 KB (-1.7%)
module.html 513.09 KB 504.41 KB -8.67 KB (-1.7%)
process.html 1.14 MB 1.13 MB -8.67 KB (-0.7%)
report.html 239.49 KB 230.81 KB -8.67 KB (-3.6%)
tracing.html 134.56 KB 125.88 KB -8.67 KB (-6.4%)
assert.html 655.23 KB 646.56 KB -8.67 KB (-1.3%)
buffer.html 1.69 MB 1.68 MB -8.67 KB (-0.5%)
crypto.html 1.86 MB 1.85 MB -8.67 KB (-0.5%)
domain.html 134.66 KB 125.99 KB -8.67 KB (-6.4%)
events.html 838.31 KB 829.64 KB -8.67 KB (-1.0%)
n-api.html 1.01 MB 1023.77 KB -8.67 KB (-0.8%)
sqlite.html 431.13 KB 422.46 KB -8.67 KB (-2.0%)
stream.html 1.23 MB 1.22 MB -8.67 KB (-0.7%)
timers.html 190.29 KB 181.62 KB -8.67 KB (-4.6%)
dgram.html 306.05 KB 297.38 KB -8.67 KB (-2.8%)
http2.html 1.23 MB 1.23 MB -8.67 KB (-0.7%)
https.html 247.81 KB 239.13 KB -8.67 KB (-3.5%)
intl.html 65.04 KB 56.37 KB -8.67 KB (-13.3%)
cli.html 587.19 KB 578.52 KB -8.67 KB (-1.5%)
dtls.html 183.43 KB 174.76 KB -8.67 KB (-4.7%)
esm.html 194.48 KB 185.81 KB -8.67 KB (-4.5%)
http.html 1.10 MB 1.09 MB -8.67 KB (-0.8%)
path.html 184.61 KB 175.94 KB -8.67 KB (-4.7%)
quic.html 901.92 KB 893.25 KB -8.67 KB (-1.0%)
repl.html 309.06 KB 300.39 KB -8.67 KB (-2.8%)
test.html 1.35 MB 1.34 MB -8.67 KB (-0.6%)
util.html 1.16 MB 1.15 MB -8.67 KB (-0.7%)
wasi.html 88.62 KB 79.95 KB -8.67 KB (-9.8%)
zlib.html 947.08 KB 938.41 KB -8.67 KB (-0.9%)
dns.html 425.64 KB 416.97 KB -8.67 KB (-2.0%)
ffi.html 185.83 KB 177.16 KB -8.67 KB (-4.7%)
net.html 590.67 KB 582.00 KB -8.67 KB (-1.5%)
tls.html 518.35 KB 509.68 KB -8.67 KB (-1.7%)
tty.html 111.20 KB 102.53 KB -8.67 KB (-7.8%)
url.html 516.69 KB 508.02 KB -8.67 KB (-1.7%)
vfs.html 98.56 KB 89.89 KB -8.67 KB (-8.8%)
fs.html 2.13 MB 2.12 MB -8.67 KB (-0.4%)
os.html 172.33 KB 163.66 KB -8.67 KB (-5.0%)
v8.html 551.74 KB 543.07 KB -8.67 KB (-1.6%)
vm.html 637.34 KB 628.67 KB -8.67 KB (-1.4%)
assets/Layout-Uz1QJ76i.js 7.97 KB +7.97 KB
assets/Tooltip-ipzmyMsi.js 7.86 KB -7.86 KB (-100.0%)
assets/Tooltip-Fn9_4XhZ.js 7.86 KB +7.86 KB
all.html 31.41 MB 31.40 MB -7.42 KB (-0.0%)
404.html 29.13 KB 21.86 KB -7.28 KB (-25.0%)
index.html 39.72 KB 32.44 KB -7.28 KB (-18.3%)
assets/dist-BivGroMb.js 6.95 KB -6.95 KB (-100.0%)
assets/dist-Bi5BnIef.js 6.95 KB +6.95 KB
assets/withIsland-DuZQzWmL.js 5.05 KB -5.05 KB (-100.0%)
assets/withIsland-D85Ih1E9.js 4.15 KB +4.15 KB
assets/dist-CAnQkfqv.js 3.91 KB -3.91 KB (-100.0%)
assets/dist-BZeH5DJ7.js 3.91 KB +3.91 KB
assets/CodeTabs-BRI_YGSz.js 3.80 KB -3.80 KB (-100.0%)
assets/CodeTabs-CGRk7JGY.js 3.80 KB +3.80 KB
assets/CodeBox-BEh2wnEi.js 3.33 KB -3.33 KB (-100.0%)
assets/CodeBox-DodbSgoO.js 3.33 KB +3.33 KB
assets/404-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/addons-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/all-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/assert-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/async_context-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/async_hooks-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/buffer-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/child_process-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/cli-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/cluster-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/console-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/crypto-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/debugger-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/deprecations-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/dgram-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/diagnostics_channel-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/dns-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/documentation-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/domain-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/dtls-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/embedding-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/environment_variables-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/errors-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/esm-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/events-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/ffi-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/fs-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/globals-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/http-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/http2-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/https-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/index-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/inspector-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/intl-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/module-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/modules-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/n-api-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/net-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/os-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/packages-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/path-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/perf_hooks-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/permissions-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/process-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/punycode-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/querystring-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/quic-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/readline-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/repl-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/report-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/single-executable-applications-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/sqlite-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/stream-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/stream_iter-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/string_decoder-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/synopsis-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/test-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/timers-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/tls-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/tracing-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/tty-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/typescript-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/url-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/util-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/v8-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/vfs-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/vm-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/wasi-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/webcrypto-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/webstreams-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/worker_threads-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/zlib-WYQ72TTB.js 2.27 KB -2.27 KB (-100.0%)
assets/404-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/addons-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/all-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/assert-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/async_context-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/async_hooks-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/buffer-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/child_process-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/cli-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/cluster-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/console-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/crypto-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/debugger-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/deprecations-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/dgram-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/diagnostics_channel-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/dns-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/documentation-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/domain-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/dtls-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/embedding-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/environment_variables-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/errors-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/esm-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/events-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/ffi-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/fs-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/globals-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/http-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/http2-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/https-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/index-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/inspector-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/intl-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/module-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/modules-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/n-api-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/net-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/os-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/packages-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/path-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/perf_hooks-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/permissions-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/process-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/punycode-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/querystring-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/quic-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/readline-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/repl-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/report-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/single-executable-applications-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/sqlite-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/stream-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/stream_iter-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/string_decoder-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/synopsis-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/test-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/timers-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/tls-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/tracing-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/tty-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/typescript-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/url-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/util-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/v8-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/vfs-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/vm-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/wasi-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/webcrypto-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/webstreams-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/worker_threads-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/zlib-Cd-9AAwS.js 2.27 KB +2.27 KB
assets/FunctionSignature-BGXOBmIf.js 2.19 KB -2.19 KB (-100.0%)
assets/FunctionSignature-DFpWz3sl.js 2.19 KB +2.19 KB
assets/Banner-Cjs9P7Z8.js 2.08 KB +2.08 KB
assets/Banner-Cdcs1sL3.js 2.07 KB -2.07 KB (-100.0%)
assets/ChangeHistory-Hwwa1XLG.js 1.71 KB -1.71 KB (-100.0%)
assets/ChangeHistory-CwvHaAVY.js 1.71 KB +1.71 KB
assets/DataTag-Dfs6R-Pf.js 841.00 B -841.00 B (-100.0%)
assets/DataTag-BI6Lntl1.js 841.00 B +841.00 B
assets/classnames-PAVDuj4E.js 752.00 B -752.00 B (-100.0%)
assets/classnames-BekBWDid.js 752.00 B +752.00 B
assets/Badge-Bt4Rt2uL.js 604.00 B -604.00 B (-100.0%)
assets/Badge-BZrdn3wo.js 604.00 B +604.00 B
assets/AlertBox-CDGzLaV-.js 588.00 B -588.00 B (-100.0%)
assets/AlertBox-C3TWKAJp.js 588.00 B +588.00 B
assets/ArrowUpRightIcon-xdn9vbgG.js 587.00 B -587.00 B (-100.0%)
assets/ArrowUpRightIcon-CW6v0M5v.js 587.00 B +587.00 B
assets/CodeBracketIcon-D8y2dMIO.js 520.00 B -520.00 B (-100.0%)
assets/CodeBracketIcon-D3IBvdvq.js 520.00 B +520.00 B
assets/dist-Br2v1rdF.js 484.00 B -484.00 B (-100.0%)
assets/dist-mlUTRQSP.js 484.00 B +484.00 B
assets/ChevronDownIcon-rC_qcmcX.js 476.00 B -476.00 B (-100.0%)
assets/ChevronDownIcon-CK2kYDw9.js 476.00 B +476.00 B
assets/jsx-runtime-juWiB0sU.js 460.00 B -460.00 B (-100.0%)
assets/jsx-runtime-Bs2mLgb1.js 460.00 B +460.00 B
assets/relativeOrAbsolute-BTlcaPVs.js 304.00 B -304.00 B (-100.0%)
assets/relativeOrAbsolute-DSRdX26C.js 271.00 B +271.00 B
assets/Blockquote-CzuYJbkH.js 168.00 B -168.00 B (-100.0%)
assets/Blockquote-Dfdw8Dtg.js 168.00 B +168.00 B

Performance estimate (single CI run)

  • Generation time: 5.0% slower (83.89 s → 88.08 s)
  • Peak memory: 0.7% higher (4.65 GB → 4.68 GB)

@ovflowd

ovflowd commented Aug 4, 2026

Copy link
Copy Markdown
Member

LMK once this PR is ready for review since CI is failing.

Copilot AI review requested due to automatic review settings August 4, 2026 17:39
@cursor

cursor Bot commented Aug 4, 2026

Copy link
Copy Markdown

You have used all Bugbot PR reviews included in your team's free trial on GitHub.

To continue using Bugbot reviews, enable Bugbot for your team in the Cursor dashboard.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@avivkeller

Copy link
Copy Markdown
Member Author

@ovflowd CI fixed

@avivkeller

avivkeller commented Aug 4, 2026

Copy link
Copy Markdown
Member Author

FWIW the green is still the default, but all other Node.js-isms are gone (not sure what the green would be replsced with). Looking into E2E.

Copilot AI review requested due to automatic review settings August 4, 2026 17:57
@cursor

cursor Bot commented Aug 4, 2026

Copy link
Copy Markdown

You have used all Bugbot PR reviews included in your team's free trial on GitHub.

To continue using Bugbot reviews, enable Bugbot for your team in the Cursor dashboard.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@ovflowd

ovflowd commented Aug 4, 2026

Copy link
Copy Markdown
Member

We should remove the default logo from being Node.js logo

@avivkeller

Copy link
Copy Markdown
Member Author

This already does that

@ovflowd

ovflowd commented Aug 4, 2026

Copy link
Copy Markdown
Member

This already does that

Is the Vercel preview supposed to be Node.js'ified or not? Since apparently it holds preview of Node.js API docs? Maybe the doc-kit default Vercel preview should be doc-kit's own docs?

@avivkeller

Copy link
Copy Markdown
Member Author

The Vercel preview of this PR is Node.js-ified, since it's displaying the Node.js docs.

When merged, the production doc-kit.nodejs.org will show neutral branding

@MattIPv4

MattIPv4 commented Aug 4, 2026

Copy link
Copy Markdown
Member

🤔 Shouldn't doc-kit's own docs be Node.js branded though, as a Node.js project? In the same way https://undici.nodejs.org is?

Also, the PR preview seems to be in an odd half-branded state? Grey colors but Node.js logo? Interestingly, on the Undici site, it's Node.js colors but no Node.js logo?

@avivkeller

avivkeller commented Aug 4, 2026

Copy link
Copy Markdown
Member Author

Also, the PR preview seems to be in an odd half-branded state? Grey colors but Node.js logo?

Ahh, I can fix that.

Interestingly, on the Undici site, it's Node.js colors but no Node.js logo?

I think that's because https://github.com/nodejs/undici-website/blob/main/components/NavBar.jsx#L19 should just be Logo. Fixed.

Copilot AI review requested due to automatic review settings August 4, 2026 19:13
@cursor

cursor Bot commented Aug 4, 2026

Copy link
Copy Markdown

You have used all Bugbot PR reviews included in your team's free trial on GitHub.

To continue using Bugbot reviews, enable Bugbot for your team in the Cursor dashboard.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@AugustinMauroy

Copy link
Copy Markdown
Member

BTW I just found a bug not related to this pr but can be fixed here. "course" and "contribute" on navigation didn't have the arrow icon so not same render as nodejs.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants