@idlebox/stripe-node-types 24.0.14-patch.0 → 24.0.14
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.
- package/assert/strict.d.ts +15 -0
- package/assert.d.ts +15 -0
- package/async_hooks.d.ts +15 -0
- package/buffer.buffer.d.ts +15 -0
- package/buffer.d.ts +15 -0
- package/child_process.d.ts +15 -0
- package/cluster.d.ts +15 -0
- package/compatibility/iterators.d.ts +15 -0
- package/console.d.ts +15 -0
- package/constants.d.ts +15 -0
- package/crypto.d.ts +15 -0
- package/dgram.d.ts +15 -0
- package/diagnostics_channel.d.ts +15 -0
- package/dns/promises.d.ts +15 -0
- package/dns.d.ts +15 -0
- package/dom-events.d.ts +15 -0
- package/domain.d.ts +15 -0
- package/events.d.ts +15 -0
- package/fs/promises.d.ts +15 -0
- package/fs.d.ts +15 -0
- package/globals.d.ts +15 -0
- package/globals.typedarray.d.ts +15 -0
- package/http.d.ts +15 -0
- package/http2.d.ts +15 -0
- package/https.d.ts +15 -0
- package/index.d.ts +15 -0
- package/inspector.d.ts +15 -0
- package/module.d.ts +15 -0
- package/my-shim.d.ts +15 -0
- package/net.d.ts +15 -0
- package/os.d.ts +15 -0
- package/package.json +1 -1
- package/path.d.ts +15 -0
- package/perf_hooks.d.ts +15 -0
- package/process.d.ts +15 -0
- package/punycode.d.ts +15 -0
- package/querystring.d.ts +15 -0
- package/readline/promises.d.ts +15 -0
- package/readline.d.ts +15 -0
- package/repl.d.ts +15 -0
- package/sea.d.ts +15 -0
- package/sqlite.d.ts +15 -0
- package/stream/consumers.d.ts +15 -0
- package/stream/promises.d.ts +15 -0
- package/stream/web.d.ts +15 -0
- package/stream.d.ts +15 -0
- package/string_decoder.d.ts +15 -0
- package/test.d.ts +15 -0
- package/timers/promises.d.ts +15 -0
- package/timers.d.ts +15 -0
- package/tls.d.ts +15 -0
- package/trace_events.d.ts +15 -0
- package/ts5.1/compatibility/disposable.d.ts +15 -0
- package/ts5.1/index.d.ts +15 -0
- package/ts5.6/buffer.buffer.d.ts +15 -0
- package/ts5.6/compatibility/float16array.d.ts +15 -0
- package/ts5.6/globals.typedarray.d.ts +15 -0
- package/ts5.6/index.d.ts +15 -0
- package/ts5.7/compatibility/float16array.d.ts +15 -0
- package/ts5.7/index.d.ts +15 -0
- package/tty.d.ts +15 -0
- package/undici-types/agent.d.ts +20 -4
- package/undici-types/api.d.ts +15 -0
- package/undici-types/balanced-pool.d.ts +15 -0
- package/undici-types/cache-interceptor.d.ts +15 -0
- package/undici-types/cache.d.ts +15 -0
- package/undici-types/client-stats.d.ts +31 -0
- package/undici-types/client.d.ts +21 -5
- package/undici-types/connector.d.ts +15 -0
- package/undici-types/content-type.d.ts +15 -0
- package/undici-types/cookies.d.ts +15 -0
- package/undici-types/diagnostics-channel.d.ts +24 -1
- package/undici-types/dispatcher.d.ts +18 -8
- package/undici-types/env-http-proxy-agent.d.ts +17 -1
- package/undici-types/errors.d.ts +20 -15
- package/undici-types/eventsource.d.ts +24 -4
- package/undici-types/fetch.d.ts +16 -0
- package/undici-types/formdata.d.ts +15 -0
- package/undici-types/global-dispatcher.d.ts +15 -0
- package/undici-types/global-origin.d.ts +15 -0
- package/undici-types/h2c-client.d.ts +15 -2
- package/undici-types/handlers.d.ts +16 -1
- package/undici-types/header.d.ts +15 -0
- package/undici-types/index.d.ts +21 -1
- package/undici-types/interceptors.d.ts +20 -0
- package/undici-types/mock-agent.d.ts +18 -0
- package/undici-types/mock-call-history.d.ts +15 -0
- package/undici-types/mock-client.d.ts +17 -0
- package/undici-types/mock-errors.d.ts +15 -0
- package/undici-types/mock-interceptor.d.ts +17 -1
- package/undici-types/mock-pool.d.ts +17 -0
- package/undici-types/package.json +1 -1
- package/undici-types/patch.d.ts +15 -0
- package/undici-types/pool-stats.d.ts +15 -0
- package/undici-types/pool.d.ts +17 -0
- package/undici-types/proxy-agent.d.ts +16 -0
- package/undici-types/readable.d.ts +15 -0
- package/undici-types/retry-agent.d.ts +15 -0
- package/undici-types/retry-handler.d.ts +24 -0
- package/undici-types/snapshot-agent.d.ts +125 -0
- package/undici-types/util.d.ts +15 -0
- package/undici-types/utility.d.ts +15 -0
- package/undici-types/webidl.d.ts +126 -36
- package/undici-types/websocket.d.ts +18 -1
- package/url.d.ts +15 -0
- package/util.d.ts +15 -0
- package/v8.d.ts +15 -0
- package/vm.d.ts +15 -0
- package/wasi.d.ts +15 -0
- package/worker_threads.d.ts +15 -0
- package/zlib.d.ts +15 -0
package/undici-types/webidl.d.ts
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
// biome-ignore-all lint: generated file
|
|
2
|
+
// biome-ignore-all assist: generated file
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
|
|
6
|
+
/******************************************************************************
|
|
7
|
+
* GENERATED FILE, DO NOT MODIFY
|
|
8
|
+
* 这是生成的文件,千万不要修改
|
|
9
|
+
*
|
|
10
|
+
* @build-script/codegen - The Simple Code Generater
|
|
11
|
+
* https://github.com/GongT/baobao
|
|
12
|
+
*
|
|
13
|
+
******************************************************************************/
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
// These types are not exported, and are only used internally
|
|
2
17
|
import * as undici from './index'
|
|
3
18
|
|
|
@@ -10,15 +25,13 @@ type SequenceConverter<T> = (object: unknown, iterable?: IterableIterator<T>) =>
|
|
|
10
25
|
|
|
11
26
|
type RecordConverter<K extends string, V> = (object: unknown) => Record<K, V>
|
|
12
27
|
|
|
13
|
-
interface ConvertToIntOpts {
|
|
14
|
-
clamp?: boolean
|
|
15
|
-
enforceRange?: boolean
|
|
16
|
-
}
|
|
17
|
-
|
|
18
28
|
interface WebidlErrors {
|
|
29
|
+
/**
|
|
30
|
+
* @description Instantiate an error
|
|
31
|
+
*/
|
|
19
32
|
exception (opts: { header: string, message: string }): TypeError
|
|
20
33
|
/**
|
|
21
|
-
* @description
|
|
34
|
+
* @description Instantiate an error when conversion from one type to another has failed
|
|
22
35
|
*/
|
|
23
36
|
conversionFailed (opts: {
|
|
24
37
|
prefix: string
|
|
@@ -71,11 +84,11 @@ interface WebidlUtil {
|
|
|
71
84
|
V: unknown,
|
|
72
85
|
bitLength: number,
|
|
73
86
|
signedness: 'signed' | 'unsigned',
|
|
74
|
-
|
|
87
|
+
flags?: number
|
|
75
88
|
): number
|
|
76
89
|
|
|
77
90
|
/**
|
|
78
|
-
* @see https://webidl.spec.whatwg.org/#abstract-opdef-
|
|
91
|
+
* @see https://webidl.spec.whatwg.org/#abstract-opdef-integerpart
|
|
79
92
|
*/
|
|
80
93
|
IntegerPart (N: number): number
|
|
81
94
|
|
|
@@ -91,15 +104,17 @@ interface WebidlUtil {
|
|
|
91
104
|
* This is only effective in some newer Node.js versions.
|
|
92
105
|
*/
|
|
93
106
|
markAsUncloneable (V: any): void
|
|
107
|
+
|
|
108
|
+
IsResizableArrayBuffer (V: ArrayBufferLike): boolean
|
|
109
|
+
|
|
110
|
+
HasFlag (flag: number, attributes: number): boolean
|
|
94
111
|
}
|
|
95
112
|
|
|
96
113
|
interface WebidlConverters {
|
|
97
114
|
/**
|
|
98
115
|
* @see https://webidl.spec.whatwg.org/#es-DOMString
|
|
99
116
|
*/
|
|
100
|
-
DOMString (V: unknown, prefix: string, argument: string,
|
|
101
|
-
legacyNullToEmptyString: boolean
|
|
102
|
-
}): string
|
|
117
|
+
DOMString (V: unknown, prefix: string, argument: string, flags?: number): string
|
|
103
118
|
|
|
104
119
|
/**
|
|
105
120
|
* @see https://webidl.spec.whatwg.org/#es-ByteString
|
|
@@ -139,39 +154,78 @@ interface WebidlConverters {
|
|
|
139
154
|
/**
|
|
140
155
|
* @see https://webidl.spec.whatwg.org/#es-unsigned-short
|
|
141
156
|
*/
|
|
142
|
-
['unsigned short'] (V: unknown,
|
|
157
|
+
['unsigned short'] (V: unknown, flags?: number): number
|
|
143
158
|
|
|
144
159
|
/**
|
|
145
160
|
* @see https://webidl.spec.whatwg.org/#idl-ArrayBuffer
|
|
146
161
|
*/
|
|
147
|
-
ArrayBuffer (
|
|
148
|
-
|
|
162
|
+
ArrayBuffer (
|
|
163
|
+
V: unknown,
|
|
164
|
+
prefix: string,
|
|
165
|
+
argument: string,
|
|
166
|
+
options?: { allowResizable: boolean }
|
|
167
|
+
): ArrayBuffer
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* @see https://webidl.spec.whatwg.org/#idl-SharedArrayBuffer
|
|
171
|
+
*/
|
|
172
|
+
SharedArrayBuffer (
|
|
173
|
+
V: unknown,
|
|
174
|
+
prefix: string,
|
|
175
|
+
argument: string,
|
|
176
|
+
options?: { allowResizable: boolean }
|
|
177
|
+
): SharedArrayBuffer
|
|
149
178
|
|
|
150
179
|
/**
|
|
151
180
|
* @see https://webidl.spec.whatwg.org/#es-buffer-source-types
|
|
152
181
|
*/
|
|
153
182
|
TypedArray (
|
|
154
183
|
V: unknown,
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
184
|
+
T: new () => NodeJS.TypedArray,
|
|
185
|
+
prefix: string,
|
|
186
|
+
argument: string,
|
|
187
|
+
flags?: number
|
|
188
|
+
): NodeJS.TypedArray
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* @see https://webidl.spec.whatwg.org/#es-buffer-source-types
|
|
192
|
+
*/
|
|
193
|
+
DataView (
|
|
158
194
|
V: unknown,
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
195
|
+
prefix: string,
|
|
196
|
+
argument: string,
|
|
197
|
+
flags?: number
|
|
198
|
+
): DataView
|
|
162
199
|
|
|
163
200
|
/**
|
|
164
201
|
* @see https://webidl.spec.whatwg.org/#es-buffer-source-types
|
|
165
202
|
*/
|
|
166
|
-
|
|
203
|
+
ArrayBufferView (
|
|
204
|
+
V: unknown,
|
|
205
|
+
prefix: string,
|
|
206
|
+
argument: string,
|
|
207
|
+
flags?: number
|
|
208
|
+
): NodeJS.ArrayBufferView
|
|
167
209
|
|
|
168
210
|
/**
|
|
169
211
|
* @see https://webidl.spec.whatwg.org/#BufferSource
|
|
170
212
|
*/
|
|
171
213
|
BufferSource (
|
|
172
214
|
V: unknown,
|
|
173
|
-
|
|
174
|
-
|
|
215
|
+
prefix: string,
|
|
216
|
+
argument: string,
|
|
217
|
+
flags?: number
|
|
218
|
+
): ArrayBuffer | NodeJS.ArrayBufferView
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* @see https://webidl.spec.whatwg.org/#AllowSharedBufferSource
|
|
222
|
+
*/
|
|
223
|
+
AllowSharedBufferSource (
|
|
224
|
+
V: unknown,
|
|
225
|
+
prefix: string,
|
|
226
|
+
argument: string,
|
|
227
|
+
flags?: number
|
|
228
|
+
): ArrayBuffer | SharedArrayBuffer | NodeJS.ArrayBufferView
|
|
175
229
|
|
|
176
230
|
['sequence<ByteString>']: SequenceConverter<string>
|
|
177
231
|
|
|
@@ -179,23 +233,45 @@ interface WebidlConverters {
|
|
|
179
233
|
|
|
180
234
|
['record<ByteString, ByteString>']: RecordConverter<string, string>
|
|
181
235
|
|
|
236
|
+
/**
|
|
237
|
+
* @see https://fetch.spec.whatwg.org/#requestinfo
|
|
238
|
+
*/
|
|
239
|
+
RequestInfo (V: unknown): undici.Request | string
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* @see https://fetch.spec.whatwg.org/#requestinit
|
|
243
|
+
*/
|
|
244
|
+
RequestInit (V: unknown): undici.RequestInit
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* @see https://html.spec.whatwg.org/multipage/webappapis.html#eventhandlernonnull
|
|
248
|
+
*/
|
|
249
|
+
EventHandlerNonNull (V: unknown): Function | null
|
|
250
|
+
|
|
251
|
+
WebSocketStreamWrite (V: unknown): ArrayBuffer | NodeJS.TypedArray | string
|
|
252
|
+
|
|
182
253
|
[Key: string]: (...args: any[]) => unknown
|
|
183
254
|
}
|
|
184
255
|
|
|
185
|
-
type
|
|
256
|
+
type WebidlIsFunction<T> = (arg: any) => arg is T
|
|
186
257
|
|
|
187
258
|
interface WebidlIs {
|
|
188
|
-
Request:
|
|
189
|
-
Response:
|
|
190
|
-
ReadableStream:
|
|
191
|
-
Blob:
|
|
192
|
-
URLSearchParams:
|
|
193
|
-
File:
|
|
194
|
-
FormData:
|
|
195
|
-
URL:
|
|
196
|
-
WebSocketError:
|
|
197
|
-
AbortSignal:
|
|
198
|
-
MessagePort:
|
|
259
|
+
Request: WebidlIsFunction<undici.Request>
|
|
260
|
+
Response: WebidlIsFunction<undici.Response>
|
|
261
|
+
ReadableStream: WebidlIsFunction<ReadableStream>
|
|
262
|
+
Blob: WebidlIsFunction<Blob>
|
|
263
|
+
URLSearchParams: WebidlIsFunction<URLSearchParams>
|
|
264
|
+
File: WebidlIsFunction<File>
|
|
265
|
+
FormData: WebidlIsFunction<undici.FormData>
|
|
266
|
+
URL: WebidlIsFunction<URL>
|
|
267
|
+
WebSocketError: WebidlIsFunction<undici.WebSocketError>
|
|
268
|
+
AbortSignal: WebidlIsFunction<AbortSignal>
|
|
269
|
+
MessagePort: WebidlIsFunction<MessagePort>
|
|
270
|
+
USVString: WebidlIsFunction<string>
|
|
271
|
+
/**
|
|
272
|
+
* @see https://webidl.spec.whatwg.org/#BufferSource
|
|
273
|
+
*/
|
|
274
|
+
BufferSource: WebidlIsFunction<ArrayBuffer | NodeJS.TypedArray>
|
|
199
275
|
}
|
|
200
276
|
|
|
201
277
|
export interface Webidl {
|
|
@@ -203,6 +279,7 @@ export interface Webidl {
|
|
|
203
279
|
util: WebidlUtil
|
|
204
280
|
converters: WebidlConverters
|
|
205
281
|
is: WebidlIs
|
|
282
|
+
attributes: WebIDLExtendedAttributes
|
|
206
283
|
|
|
207
284
|
/**
|
|
208
285
|
* @description Performs a brand-check on {@param V} to ensure it is a
|
|
@@ -233,7 +310,7 @@ export interface Webidl {
|
|
|
233
310
|
* Similar to {@link Webidl.brandCheck} but allows skipping the check if third party
|
|
234
311
|
* interfaces are allowed.
|
|
235
312
|
*/
|
|
236
|
-
interfaceConverter <Interface>(typeCheck:
|
|
313
|
+
interfaceConverter <Interface>(typeCheck: WebidlIsFunction<Interface>, name: string): (
|
|
237
314
|
V: unknown,
|
|
238
315
|
prefix: string,
|
|
239
316
|
argument: string
|
|
@@ -265,3 +342,16 @@ export interface Webidl {
|
|
|
265
342
|
argumentLengthCheck (args: { length: number }, min: number, context: string): void
|
|
266
343
|
}
|
|
267
344
|
|
|
345
|
+
interface WebIDLExtendedAttributes {
|
|
346
|
+
/** https://webidl.spec.whatwg.org/#Clamp */
|
|
347
|
+
Clamp: number
|
|
348
|
+
/** https://webidl.spec.whatwg.org/#EnforceRange */
|
|
349
|
+
EnforceRange: number
|
|
350
|
+
/** https://webidl.spec.whatwg.org/#AllowShared */
|
|
351
|
+
AllowShared: number
|
|
352
|
+
/** https://webidl.spec.whatwg.org/#AllowResizable */
|
|
353
|
+
AllowResizable: number
|
|
354
|
+
/** https://webidl.spec.whatwg.org/#LegacyNullToEmptyString */
|
|
355
|
+
LegacyNullToEmptyString: number
|
|
356
|
+
}
|
|
357
|
+
|
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
// biome-ignore-all lint: generated file
|
|
2
|
+
// biome-ignore-all assist: generated file
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
|
|
6
|
+
/******************************************************************************
|
|
7
|
+
* GENERATED FILE, DO NOT MODIFY
|
|
8
|
+
* 这是生成的文件,千万不要修改
|
|
9
|
+
*
|
|
10
|
+
* @build-script/codegen - The Simple Code Generater
|
|
11
|
+
* https://github.com/GongT/baobao
|
|
12
|
+
*
|
|
13
|
+
******************************************************************************/
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
/// <reference types="node" />
|
|
2
17
|
|
|
3
18
|
import type { Blob } from 'node:buffer'
|
|
@@ -136,7 +151,7 @@ interface ErrorEvent extends Event {
|
|
|
136
151
|
readonly filename: string
|
|
137
152
|
readonly lineno: number
|
|
138
153
|
readonly colno: number
|
|
139
|
-
readonly error:
|
|
154
|
+
readonly error: Error
|
|
140
155
|
}
|
|
141
156
|
|
|
142
157
|
export declare const ErrorEvent: {
|
|
@@ -183,3 +198,5 @@ export declare const WebSocketError: {
|
|
|
183
198
|
new (type: string, init?: WebSocketCloseInfo): WebSocketError
|
|
184
199
|
}
|
|
185
200
|
|
|
201
|
+
export declare const ping: (ws: WebSocket, body?: Buffer) => void
|
|
202
|
+
|
package/url.d.ts
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
// biome-ignore-all lint: generated file
|
|
2
|
+
// biome-ignore-all assist: generated file
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
|
|
6
|
+
/******************************************************************************
|
|
7
|
+
* GENERATED FILE, DO NOT MODIFY
|
|
8
|
+
* 这是生成的文件,千万不要修改
|
|
9
|
+
*
|
|
10
|
+
* @build-script/codegen - The Simple Code Generater
|
|
11
|
+
* https://github.com/GongT/baobao
|
|
12
|
+
*
|
|
13
|
+
******************************************************************************/
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
/**
|
|
2
17
|
* The `node:url` module provides utilities for URL resolution and parsing. It can
|
|
3
18
|
* be accessed using:
|
package/util.d.ts
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
// biome-ignore-all lint: generated file
|
|
2
|
+
// biome-ignore-all assist: generated file
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
|
|
6
|
+
/******************************************************************************
|
|
7
|
+
* GENERATED FILE, DO NOT MODIFY
|
|
8
|
+
* 这是生成的文件,千万不要修改
|
|
9
|
+
*
|
|
10
|
+
* @build-script/codegen - The Simple Code Generater
|
|
11
|
+
* https://github.com/GongT/baobao
|
|
12
|
+
*
|
|
13
|
+
******************************************************************************/
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
/**
|
|
2
17
|
* The `node:util` module supports the needs of Node.js internal APIs. Many of the
|
|
3
18
|
* utilities are useful for application and module developers as well. To access
|
package/v8.d.ts
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
// biome-ignore-all lint: generated file
|
|
2
|
+
// biome-ignore-all assist: generated file
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
|
|
6
|
+
/******************************************************************************
|
|
7
|
+
* GENERATED FILE, DO NOT MODIFY
|
|
8
|
+
* 这是生成的文件,千万不要修改
|
|
9
|
+
*
|
|
10
|
+
* @build-script/codegen - The Simple Code Generater
|
|
11
|
+
* https://github.com/GongT/baobao
|
|
12
|
+
*
|
|
13
|
+
******************************************************************************/
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
/**
|
|
2
17
|
* The `node:v8` module exposes APIs that are specific to the version of [V8](https://developers.google.com/v8/) built into the Node.js binary. It can be accessed using:
|
|
3
18
|
*
|
package/vm.d.ts
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
// biome-ignore-all lint: generated file
|
|
2
|
+
// biome-ignore-all assist: generated file
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
|
|
6
|
+
/******************************************************************************
|
|
7
|
+
* GENERATED FILE, DO NOT MODIFY
|
|
8
|
+
* 这是生成的文件,千万不要修改
|
|
9
|
+
*
|
|
10
|
+
* @build-script/codegen - The Simple Code Generater
|
|
11
|
+
* https://github.com/GongT/baobao
|
|
12
|
+
*
|
|
13
|
+
******************************************************************************/
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
/**
|
|
2
17
|
* The `node:vm` module enables compiling and running code within V8 Virtual
|
|
3
18
|
* Machine contexts.
|
package/wasi.d.ts
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
// biome-ignore-all lint: generated file
|
|
2
|
+
// biome-ignore-all assist: generated file
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
|
|
6
|
+
/******************************************************************************
|
|
7
|
+
* GENERATED FILE, DO NOT MODIFY
|
|
8
|
+
* 这是生成的文件,千万不要修改
|
|
9
|
+
*
|
|
10
|
+
* @build-script/codegen - The Simple Code Generater
|
|
11
|
+
* https://github.com/GongT/baobao
|
|
12
|
+
*
|
|
13
|
+
******************************************************************************/
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
/**
|
|
2
17
|
* **The `node:wasi` module does not currently provide the**
|
|
3
18
|
* **comprehensive file system security properties provided by some WASI runtimes.**
|
package/worker_threads.d.ts
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
// biome-ignore-all lint: generated file
|
|
2
|
+
// biome-ignore-all assist: generated file
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
|
|
6
|
+
/******************************************************************************
|
|
7
|
+
* GENERATED FILE, DO NOT MODIFY
|
|
8
|
+
* 这是生成的文件,千万不要修改
|
|
9
|
+
*
|
|
10
|
+
* @build-script/codegen - The Simple Code Generater
|
|
11
|
+
* https://github.com/GongT/baobao
|
|
12
|
+
*
|
|
13
|
+
******************************************************************************/
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
/**
|
|
2
17
|
* The `node:worker_threads` module enables the use of threads that execute
|
|
3
18
|
* JavaScript in parallel. To access it:
|
package/zlib.d.ts
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
// biome-ignore-all lint: generated file
|
|
2
|
+
// biome-ignore-all assist: generated file
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
|
|
6
|
+
/******************************************************************************
|
|
7
|
+
* GENERATED FILE, DO NOT MODIFY
|
|
8
|
+
* 这是生成的文件,千万不要修改
|
|
9
|
+
*
|
|
10
|
+
* @build-script/codegen - The Simple Code Generater
|
|
11
|
+
* https://github.com/GongT/baobao
|
|
12
|
+
*
|
|
13
|
+
******************************************************************************/
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
/**
|
|
2
17
|
* The `node:zlib` module provides compression functionality implemented using
|
|
3
18
|
* Gzip, Deflate/Inflate, and Brotli.
|