cdk-common 2.0.221 → 2.0.224

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/.jsii +3 -3
  2. package/lib/main.js +1 -1
  3. package/node_modules/@aws-cdk/assert/package.json +8 -8
  4. package/node_modules/@aws-cdk/cfnspec/package.json +3 -3
  5. package/node_modules/@aws-cdk/cfnspec/tsconfig.tsbuildinfo +5 -5
  6. package/node_modules/@aws-cdk/cloudformation-diff/package.json +5 -5
  7. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/LICENSE +0 -0
  8. package/node_modules/@types/node/README.md +16 -0
  9. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/assert.d.ts +35 -6
  10. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/async_hooks.d.ts +96 -11
  11. package/node_modules/@types/node/buffer.d.ts +89 -0
  12. package/node_modules/@types/node/child_process.d.ts +514 -0
  13. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/cluster.d.ts +43 -38
  14. package/node_modules/@types/node/console.d.ts +142 -0
  15. package/node_modules/@types/node/constants.d.ts +18 -0
  16. package/node_modules/@types/node/crypto.d.ts +1283 -0
  17. package/node_modules/@types/node/dgram.d.ts +144 -0
  18. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/dns.d.ts +33 -12
  19. package/node_modules/@types/node/domain.d.ts +27 -0
  20. package/node_modules/@types/node/events.d.ts +82 -0
  21. package/node_modules/@types/node/fs/promises.d.ts +569 -0
  22. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/fs.d.ts +736 -757
  23. package/node_modules/@types/node/globals.d.ts +746 -0
  24. package/node_modules/@types/node/globals.global.d.ts +1 -0
  25. package/node_modules/@types/node/http.d.ts +492 -0
  26. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/http2.d.ts +289 -186
  27. package/node_modules/@types/node/https.d.ts +142 -0
  28. package/node_modules/@types/node/index.d.ts +98 -0
  29. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/inspector.d.ts +1508 -1619
  30. package/node_modules/@types/node/module.d.ts +56 -0
  31. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/net.d.ts +128 -71
  32. package/node_modules/@types/node/os.d.ts +242 -0
  33. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/package.json +67 -23
  34. package/node_modules/@types/node/path.d.ts +168 -0
  35. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/perf_hooks.d.ts +124 -19
  36. package/node_modules/@types/node/process.d.ts +413 -0
  37. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/punycode.d.ts +11 -1
  38. package/node_modules/@types/node/querystring.d.ts +31 -0
  39. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/readline.d.ts +55 -24
  40. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/repl.d.ts +40 -22
  41. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/stream.d.ts +103 -57
  42. package/node_modules/@types/node/string_decoder.d.ts +10 -0
  43. package/node_modules/@types/node/timers.d.ts +19 -0
  44. package/node_modules/@types/node/tls.d.ts +784 -0
  45. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/trace_events.d.ts +7 -4
  46. package/node_modules/@types/node/tty.d.ts +69 -0
  47. package/node_modules/@types/node/url.d.ts +149 -0
  48. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/util.d.ts +70 -41
  49. package/node_modules/@types/node/v8.d.ts +190 -0
  50. package/node_modules/@types/node/vm.d.ts +155 -0
  51. package/node_modules/@types/node/wasi.d.ts +89 -0
  52. package/node_modules/@types/node/worker_threads.d.ts +241 -0
  53. package/node_modules/{@aws-cdk/cloudformation-diff/node_modules/@types → @types}/node/zlib.d.ts +91 -54
  54. package/package.json +3 -3
  55. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/README.md +0 -16
  56. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/base.d.ts +0 -19
  57. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/buffer.d.ts +0 -16
  58. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/child_process.d.ts +0 -369
  59. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/console.d.ts +0 -3
  60. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/constants.d.ts +0 -449
  61. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/crypto.d.ts +0 -613
  62. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/dgram.d.ts +0 -97
  63. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/domain.d.ts +0 -16
  64. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/events.d.ts +0 -30
  65. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/globals.d.ts +0 -1066
  66. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/http.d.ts +0 -274
  67. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/https.d.ts +0 -51
  68. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/index.d.ts +0 -41
  69. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/module.d.ts +0 -3
  70. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/os.d.ts +0 -254
  71. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/path.d.ts +0 -159
  72. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/process.d.ts +0 -3
  73. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/querystring.d.ts +0 -17
  74. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/string_decoder.d.ts +0 -9
  75. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/timers.d.ts +0 -16
  76. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/tls.d.ts +0 -459
  77. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/ts3.6/assert.d.ts +0 -73
  78. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/ts3.6/base.d.ts +0 -54
  79. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/ts3.6/index.d.ts +0 -6
  80. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/tty.d.ts +0 -17
  81. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/url.d.ts +0 -104
  82. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/v8.d.ts +0 -28
  83. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/vm.d.ts +0 -81
  84. package/node_modules/@aws-cdk/cloudformation-diff/node_modules/@types/node/worker_threads.d.ts +0 -124
@@ -0,0 +1,142 @@
1
+ declare module 'https' {
2
+ import { Duplex } from 'stream';
3
+ import * as tls from 'tls';
4
+ import * as http from 'http';
5
+ import { URL } from 'url';
6
+
7
+ type ServerOptions = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions;
8
+
9
+ type RequestOptions = http.RequestOptions & tls.SecureContextOptions & {
10
+ rejectUnauthorized?: boolean | undefined; // Defaults to true
11
+ servername?: string | undefined; // SNI TLS Extension
12
+ };
13
+
14
+ interface AgentOptions extends http.AgentOptions, tls.ConnectionOptions {
15
+ rejectUnauthorized?: boolean | undefined;
16
+ maxCachedSessions?: number | undefined;
17
+ }
18
+
19
+ class Agent extends http.Agent {
20
+ constructor(options?: AgentOptions);
21
+ options: AgentOptions;
22
+ }
23
+
24
+ interface Server extends http.Server {}
25
+ class Server extends tls.Server {
26
+ constructor(requestListener?: http.RequestListener);
27
+ constructor(options: ServerOptions, requestListener?: http.RequestListener);
28
+ addListener(event: string, listener: (...args: any[]) => void): this;
29
+ addListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
30
+ addListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this;
31
+ addListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this;
32
+ addListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this;
33
+ addListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this;
34
+ addListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
35
+ addListener(event: 'close', listener: () => void): this;
36
+ addListener(event: 'connection', listener: (socket: Duplex) => void): this;
37
+ addListener(event: 'error', listener: (err: Error) => void): this;
38
+ addListener(event: 'listening', listener: () => void): this;
39
+ addListener(event: 'checkContinue', listener: http.RequestListener): this;
40
+ addListener(event: 'checkExpectation', listener: http.RequestListener): this;
41
+ addListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this;
42
+ addListener(event: 'connect', listener: (req: http.IncomingMessage, socket: Duplex, head: Buffer) => void): this;
43
+ addListener(event: 'request', listener: http.RequestListener): this;
44
+ addListener(event: 'upgrade', listener: (req: http.IncomingMessage, socket: Duplex, head: Buffer) => void): this;
45
+ emit(event: string, ...args: any[]): boolean;
46
+ emit(event: 'keylog', line: Buffer, tlsSocket: tls.TLSSocket): boolean;
47
+ emit(event: 'newSession', sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void): boolean;
48
+ emit(event: 'OCSPRequest', certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void): boolean;
49
+ emit(event: 'resumeSession', sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean;
50
+ emit(event: 'secureConnection', tlsSocket: tls.TLSSocket): boolean;
51
+ emit(event: 'tlsClientError', err: Error, tlsSocket: tls.TLSSocket): boolean;
52
+ emit(event: 'close'): boolean;
53
+ emit(event: 'connection', socket: Duplex): boolean;
54
+ emit(event: 'error', err: Error): boolean;
55
+ emit(event: 'listening'): boolean;
56
+ emit(event: 'checkContinue', req: http.IncomingMessage, res: http.ServerResponse): boolean;
57
+ emit(event: 'checkExpectation', req: http.IncomingMessage, res: http.ServerResponse): boolean;
58
+ emit(event: 'clientError', err: Error, socket: Duplex): boolean;
59
+ emit(event: 'connect', req: http.IncomingMessage, socket: Duplex, head: Buffer): boolean;
60
+ emit(event: 'request', req: http.IncomingMessage, res: http.ServerResponse): boolean;
61
+ emit(event: 'upgrade', req: http.IncomingMessage, socket: Duplex, head: Buffer): boolean;
62
+ on(event: string, listener: (...args: any[]) => void): this;
63
+ on(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
64
+ on(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this;
65
+ on(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this;
66
+ on(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this;
67
+ on(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this;
68
+ on(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
69
+ on(event: 'close', listener: () => void): this;
70
+ on(event: 'connection', listener: (socket: Duplex) => void): this;
71
+ on(event: 'error', listener: (err: Error) => void): this;
72
+ on(event: 'listening', listener: () => void): this;
73
+ on(event: 'checkContinue', listener: http.RequestListener): this;
74
+ on(event: 'checkExpectation', listener: http.RequestListener): this;
75
+ on(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this;
76
+ on(event: 'connect', listener: (req: http.IncomingMessage, socket: Duplex, head: Buffer) => void): this;
77
+ on(event: 'request', listener: http.RequestListener): this;
78
+ on(event: 'upgrade', listener: (req: http.IncomingMessage, socket: Duplex, head: Buffer) => void): this;
79
+ once(event: string, listener: (...args: any[]) => void): this;
80
+ once(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
81
+ once(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this;
82
+ once(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this;
83
+ once(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this;
84
+ once(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this;
85
+ once(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
86
+ once(event: 'close', listener: () => void): this;
87
+ once(event: 'connection', listener: (socket: Duplex) => void): this;
88
+ once(event: 'error', listener: (err: Error) => void): this;
89
+ once(event: 'listening', listener: () => void): this;
90
+ once(event: 'checkContinue', listener: http.RequestListener): this;
91
+ once(event: 'checkExpectation', listener: http.RequestListener): this;
92
+ once(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this;
93
+ once(event: 'connect', listener: (req: http.IncomingMessage, socket: Duplex, head: Buffer) => void): this;
94
+ once(event: 'request', listener: http.RequestListener): this;
95
+ once(event: 'upgrade', listener: (req: http.IncomingMessage, socket: Duplex, head: Buffer) => void): this;
96
+ prependListener(event: string, listener: (...args: any[]) => void): this;
97
+ prependListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
98
+ prependListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this;
99
+ prependListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this;
100
+ prependListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this;
101
+ prependListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this;
102
+ prependListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
103
+ prependListener(event: 'close', listener: () => void): this;
104
+ prependListener(event: 'connection', listener: (socket: Duplex) => void): this;
105
+ prependListener(event: 'error', listener: (err: Error) => void): this;
106
+ prependListener(event: 'listening', listener: () => void): this;
107
+ prependListener(event: 'checkContinue', listener: http.RequestListener): this;
108
+ prependListener(event: 'checkExpectation', listener: http.RequestListener): this;
109
+ prependListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this;
110
+ prependListener(event: 'connect', listener: (req: http.IncomingMessage, socket: Duplex, head: Buffer) => void): this;
111
+ prependListener(event: 'request', listener: http.RequestListener): this;
112
+ prependListener(event: 'upgrade', listener: (req: http.IncomingMessage, socket: Duplex, head: Buffer) => void): this;
113
+ prependOnceListener(event: string, listener: (...args: any[]) => void): this;
114
+ prependOnceListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
115
+ prependOnceListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this;
116
+ prependOnceListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this;
117
+ prependOnceListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this;
118
+ prependOnceListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this;
119
+ prependOnceListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
120
+ prependOnceListener(event: 'close', listener: () => void): this;
121
+ prependOnceListener(event: 'connection', listener: (socket: Duplex) => void): this;
122
+ prependOnceListener(event: 'error', listener: (err: Error) => void): this;
123
+ prependOnceListener(event: 'listening', listener: () => void): this;
124
+ prependOnceListener(event: 'checkContinue', listener: http.RequestListener): this;
125
+ prependOnceListener(event: 'checkExpectation', listener: http.RequestListener): this;
126
+ prependOnceListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this;
127
+ prependOnceListener(event: 'connect', listener: (req: http.IncomingMessage, socket: Duplex, head: Buffer) => void): this;
128
+ prependOnceListener(event: 'request', listener: http.RequestListener): this;
129
+ prependOnceListener(event: 'upgrade', listener: (req: http.IncomingMessage, socket: Duplex, head: Buffer) => void): this;
130
+ }
131
+
132
+ function createServer(requestListener?: http.RequestListener): Server;
133
+ function createServer(options: ServerOptions, requestListener?: http.RequestListener): Server;
134
+ function request(options: RequestOptions | string | URL, callback?: (res: http.IncomingMessage) => void): http.ClientRequest;
135
+ function request(url: string | URL, options: RequestOptions, callback?: (res: http.IncomingMessage) => void): http.ClientRequest;
136
+ function get(options: RequestOptions | string | URL, callback?: (res: http.IncomingMessage) => void): http.ClientRequest;
137
+ function get(url: string | URL, options: RequestOptions, callback?: (res: http.IncomingMessage) => void): http.ClientRequest;
138
+ let globalAgent: Agent;
139
+ }
140
+ declare module 'node:https' {
141
+ export * from 'https';
142
+ }
@@ -0,0 +1,98 @@
1
+ // Type definitions for non-npm package Node.js 14.18
2
+ // Project: https://nodejs.org/
3
+ // Definitions by: Microsoft TypeScript <https://github.com/Microsoft>
4
+ // DefinitelyTyped <https://github.com/DefinitelyTyped>
5
+ // Alberto Schiabel <https://github.com/jkomyno>
6
+ // Alvis HT Tang <https://github.com/alvis>
7
+ // Andrew Makarov <https://github.com/r3nya>
8
+ // Benjamin Toueg <https://github.com/btoueg>
9
+ // Chigozirim C. <https://github.com/smac89>
10
+ // David Junger <https://github.com/touffy>
11
+ // Deividas Bakanas <https://github.com/DeividasBakanas>
12
+ // Eugene Y. Q. Shen <https://github.com/eyqs>
13
+ // Hannes Magnusson <https://github.com/Hannes-Magnusson-CK>
14
+ // Hoàng Văn Khải <https://github.com/KSXGitHub>
15
+ // Huw <https://github.com/hoo29>
16
+ // Kelvin Jin <https://github.com/kjin>
17
+ // Klaus Meinhardt <https://github.com/ajafff>
18
+ // Lishude <https://github.com/islishude>
19
+ // Mariusz Wiktorczyk <https://github.com/mwiktorczyk>
20
+ // Mohsen Azimi <https://github.com/mohsen1>
21
+ // Nicolas Even <https://github.com/n-e>
22
+ // Nikita Galkin <https://github.com/galkin>
23
+ // Parambir Singh <https://github.com/parambirs>
24
+ // Sebastian Silbermann <https://github.com/eps1lon>
25
+ // Seth Westphal <https://github.com/westy92>
26
+ // Simon Schick <https://github.com/SimonSchick>
27
+ // Thomas den Hollander <https://github.com/ThomasdenH>
28
+ // Wilco Bakker <https://github.com/WilcoBakker>
29
+ // wwwy3y3 <https://github.com/wwwy3y3>
30
+ // Samuel Ainsworth <https://github.com/samuela>
31
+ // Kyle Uehlein <https://github.com/kuehlein>
32
+ // Thanik Bhongbhibhat <https://github.com/bhongy>
33
+ // Marcin Kopacz <https://github.com/chyzwar>
34
+ // Trivikram Kamat <https://github.com/trivikr>
35
+ // Junxiao Shi <https://github.com/yoursunny>
36
+ // Ilia Baryshnikov <https://github.com/qwelias>
37
+ // ExE Boss <https://github.com/ExE-Boss>
38
+ // Piotr Błażejewicz <https://github.com/peterblazejewicz>
39
+ // Anna Henningsen <https://github.com/addaleax>
40
+ // Victor Perin <https://github.com/victorperin>
41
+ // Yongsheng Zhang <https://github.com/ZYSzys>
42
+ // Bond <https://github.com/bondz>
43
+ // Linus Unnebäck <https://github.com/LinusU>
44
+ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
45
+
46
+ // NOTE: These definitions support NodeJS and TypeScript 3.7+
47
+
48
+ // Reference required types from the default lib:
49
+ /// <reference lib="es2018" />
50
+ /// <reference lib="esnext.asynciterable" />
51
+ /// <reference lib="esnext.intl" />
52
+ /// <reference lib="esnext.bigint" />
53
+
54
+ // Base definitions for all NodeJS modules that are not specific to any version of TypeScript:
55
+ /// <reference path="assert.d.ts" />
56
+ /// <reference path="globals.d.ts" />
57
+ /// <reference path="async_hooks.d.ts" />
58
+ /// <reference path="buffer.d.ts" />
59
+ /// <reference path="child_process.d.ts" />
60
+ /// <reference path="cluster.d.ts" />
61
+ /// <reference path="console.d.ts" />
62
+ /// <reference path="constants.d.ts" />
63
+ /// <reference path="crypto.d.ts" />
64
+ /// <reference path="dgram.d.ts" />
65
+ /// <reference path="dns.d.ts" />
66
+ /// <reference path="domain.d.ts" />
67
+ /// <reference path="events.d.ts" />
68
+ /// <reference path="fs.d.ts" />
69
+ /// <reference path="fs/promises.d.ts" />
70
+ /// <reference path="http.d.ts" />
71
+ /// <reference path="http2.d.ts" />
72
+ /// <reference path="https.d.ts" />
73
+ /// <reference path="inspector.d.ts" />
74
+ /// <reference path="module.d.ts" />
75
+ /// <reference path="net.d.ts" />
76
+ /// <reference path="os.d.ts" />
77
+ /// <reference path="path.d.ts" />
78
+ /// <reference path="perf_hooks.d.ts" />
79
+ /// <reference path="process.d.ts" />
80
+ /// <reference path="punycode.d.ts" />
81
+ /// <reference path="querystring.d.ts" />
82
+ /// <reference path="readline.d.ts" />
83
+ /// <reference path="repl.d.ts" />
84
+ /// <reference path="stream.d.ts" />
85
+ /// <reference path="string_decoder.d.ts" />
86
+ /// <reference path="timers.d.ts" />
87
+ /// <reference path="tls.d.ts" />
88
+ /// <reference path="trace_events.d.ts" />
89
+ /// <reference path="tty.d.ts" />
90
+ /// <reference path="url.d.ts" />
91
+ /// <reference path="util.d.ts" />
92
+ /// <reference path="v8.d.ts" />
93
+ /// <reference path="vm.d.ts" />
94
+ /// <reference path="wasi.d.ts" />
95
+ /// <reference path="worker_threads.d.ts" />
96
+ /// <reference path="zlib.d.ts" />
97
+
98
+ /// <reference path="globals.global.d.ts" />