62dc5e154d745e7cf1f8838f3f4ac87867d4d5a2c8b7b5c648d274e7893fa9607215d656319ac1a298a427ca6541db4ad3ba0845edad89c1579cd2500a4889 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /**
  2. * License for programmatically and manually incorporated
  3. * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc
  4. *
  5. * Copyright Node.js contributors. All rights reserved.
  6. * Permission is hereby granted, free of charge, to any person obtaining a copy
  7. * of this software and associated documentation files (the "Software"), to
  8. * deal in the Software without restriction, including without limitation the
  9. * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  10. * sell copies of the Software, and to permit persons to whom the Software is
  11. * furnished to do so, subject to the following conditions:
  12. *
  13. * The above copyright notice and this permission notice shall be included in
  14. * all copies or substantial portions of the Software.
  15. *
  16. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  17. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  18. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  19. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  20. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  21. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  22. * IN THE SOFTWARE.
  23. */
  24. // NOTE: These definitions support Node.js and TypeScript 5.8+.
  25. // Reference required TypeScript libraries:
  26. /// <reference lib="es2020" />
  27. /// <reference lib="esnext.disposable" />
  28. /// <reference lib="esnext.float16" />
  29. // Iterator definitions required for compatibility with TypeScript <5.6:
  30. /// <reference path="compatibility/iterators.d.ts" />
  31. // Definitions for Node.js modules specific to TypeScript 5.7+:
  32. /// <reference path="globals.typedarray.d.ts" />
  33. /// <reference path="buffer.buffer.d.ts" />
  34. // Definitions for Node.js modules that are not specific to any version of TypeScript:
  35. /// <reference path="globals.d.ts" />
  36. /// <reference path="web-globals/abortcontroller.d.ts" />
  37. /// <reference path="web-globals/domexception.d.ts" />
  38. /// <reference path="web-globals/events.d.ts" />
  39. /// <reference path="web-globals/fetch.d.ts" />
  40. /// <reference path="web-globals/navigator.d.ts" />
  41. /// <reference path="web-globals/storage.d.ts" />
  42. /// <reference path="assert.d.ts" />
  43. /// <reference path="assert/strict.d.ts" />
  44. /// <reference path="async_hooks.d.ts" />
  45. /// <reference path="buffer.d.ts" />
  46. /// <reference path="child_process.d.ts" />
  47. /// <reference path="cluster.d.ts" />
  48. /// <reference path="console.d.ts" />
  49. /// <reference path="constants.d.ts" />
  50. /// <reference path="crypto.d.ts" />
  51. /// <reference path="dgram.d.ts" />
  52. /// <reference path="diagnostics_channel.d.ts" />
  53. /// <reference path="dns.d.ts" />
  54. /// <reference path="dns/promises.d.ts" />
  55. /// <reference path="domain.d.ts" />
  56. /// <reference path="events.d.ts" />
  57. /// <reference path="fs.d.ts" />
  58. /// <reference path="fs/promises.d.ts" />
  59. /// <reference path="http.d.ts" />
  60. /// <reference path="http2.d.ts" />
  61. /// <reference path="https.d.ts" />
  62. /// <reference path="inspector.d.ts" />
  63. /// <reference path="inspector.generated.d.ts" />
  64. /// <reference path="module.d.ts" />
  65. /// <reference path="net.d.ts" />
  66. /// <reference path="os.d.ts" />
  67. /// <reference path="path.d.ts" />
  68. /// <reference path="perf_hooks.d.ts" />
  69. /// <reference path="process.d.ts" />
  70. /// <reference path="punycode.d.ts" />
  71. /// <reference path="querystring.d.ts" />
  72. /// <reference path="readline.d.ts" />
  73. /// <reference path="readline/promises.d.ts" />
  74. /// <reference path="repl.d.ts" />
  75. /// <reference path="sea.d.ts" />
  76. /// <reference path="sqlite.d.ts" />
  77. /// <reference path="stream.d.ts" />
  78. /// <reference path="stream/promises.d.ts" />
  79. /// <reference path="stream/consumers.d.ts" />
  80. /// <reference path="stream/web.d.ts" />
  81. /// <reference path="string_decoder.d.ts" />
  82. /// <reference path="test.d.ts" />
  83. /// <reference path="timers.d.ts" />
  84. /// <reference path="timers/promises.d.ts" />
  85. /// <reference path="tls.d.ts" />
  86. /// <reference path="trace_events.d.ts" />
  87. /// <reference path="tty.d.ts" />
  88. /// <reference path="url.d.ts" />
  89. /// <reference path="util.d.ts" />
  90. /// <reference path="v8.d.ts" />
  91. /// <reference path="vm.d.ts" />
  92. /// <reference path="wasi.d.ts" />
  93. /// <reference path="worker_threads.d.ts" />
  94. /// <reference path="zlib.d.ts" />