@yume-chan/adb 0.0.17 → 0.0.19

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 (177) hide show
  1. package/CHANGELOG.json +27 -0
  2. package/CHANGELOG.md +16 -1
  3. package/LICENSE +1 -1
  4. package/esm/adb.d.ts +63 -60
  5. package/esm/adb.d.ts.map +1 -1
  6. package/esm/adb.js +257 -229
  7. package/esm/adb.js.map +1 -1
  8. package/esm/auth.d.ts +51 -51
  9. package/esm/auth.d.ts.map +1 -1
  10. package/esm/auth.js +95 -96
  11. package/esm/auth.js.map +1 -1
  12. package/esm/backend.d.ts +8 -8
  13. package/esm/backend.d.ts.map +1 -1
  14. package/esm/backend.js +1 -1
  15. package/esm/commands/base.d.ts +6 -6
  16. package/esm/commands/base.js +8 -8
  17. package/esm/commands/framebuffer.d.ts +53 -53
  18. package/esm/commands/framebuffer.d.ts.map +1 -1
  19. package/esm/commands/framebuffer.js +46 -47
  20. package/esm/commands/framebuffer.js.map +1 -1
  21. package/esm/commands/index.d.ts +7 -8
  22. package/esm/commands/index.d.ts.map +1 -1
  23. package/esm/commands/index.js +7 -8
  24. package/esm/commands/index.js.map +1 -1
  25. package/esm/commands/install.d.ts +9 -3
  26. package/esm/commands/install.d.ts.map +1 -1
  27. package/esm/commands/install.js +27 -21
  28. package/esm/commands/install.js.map +1 -1
  29. package/esm/commands/power.d.ts +22 -22
  30. package/esm/commands/power.d.ts.map +1 -1
  31. package/esm/commands/power.js +48 -44
  32. package/esm/commands/power.js.map +1 -1
  33. package/esm/commands/reverse.d.ts +41 -28
  34. package/esm/commands/reverse.d.ts.map +1 -1
  35. package/esm/commands/reverse.js +125 -98
  36. package/esm/commands/reverse.js.map +1 -1
  37. package/esm/commands/subprocess/command.d.ts +57 -51
  38. package/esm/commands/subprocess/command.d.ts.map +1 -1
  39. package/esm/commands/subprocess/command.js +86 -82
  40. package/esm/commands/subprocess/command.js.map +1 -1
  41. package/esm/commands/subprocess/index.d.ts +3 -3
  42. package/esm/commands/subprocess/index.js +3 -3
  43. package/esm/commands/subprocess/protocols/index.d.ts +3 -3
  44. package/esm/commands/subprocess/protocols/index.js +3 -3
  45. package/esm/commands/subprocess/protocols/none.d.ts +35 -35
  46. package/esm/commands/subprocess/protocols/none.d.ts.map +1 -1
  47. package/esm/commands/subprocess/protocols/none.js +65 -55
  48. package/esm/commands/subprocess/protocols/none.js.map +1 -1
  49. package/esm/commands/subprocess/protocols/shell.d.ts +39 -38
  50. package/esm/commands/subprocess/protocols/shell.d.ts.map +1 -1
  51. package/esm/commands/subprocess/protocols/shell.js +166 -154
  52. package/esm/commands/subprocess/protocols/shell.js.map +1 -1
  53. package/esm/commands/subprocess/protocols/types.d.ts +49 -49
  54. package/esm/commands/subprocess/protocols/types.d.ts.map +1 -1
  55. package/esm/commands/subprocess/protocols/types.js +1 -1
  56. package/esm/commands/subprocess/utils.d.ts +1 -1
  57. package/esm/commands/subprocess/utils.js +18 -18
  58. package/esm/commands/sync/index.d.ts +8 -7
  59. package/esm/commands/sync/index.d.ts.map +1 -1
  60. package/esm/commands/sync/index.js +8 -7
  61. package/esm/commands/sync/index.js.map +1 -1
  62. package/esm/commands/sync/list.d.ts +42 -40
  63. package/esm/commands/sync/list.d.ts.map +1 -1
  64. package/esm/commands/sync/list.js +67 -35
  65. package/esm/commands/sync/list.js.map +1 -1
  66. package/esm/commands/sync/pull.d.ts +13 -11
  67. package/esm/commands/sync/pull.d.ts.map +1 -1
  68. package/esm/commands/sync/pull.js +35 -36
  69. package/esm/commands/sync/pull.js.map +1 -1
  70. package/esm/commands/sync/push.d.ts +46 -7
  71. package/esm/commands/sync/push.d.ts.map +1 -1
  72. package/esm/commands/sync/push.js +89 -23
  73. package/esm/commands/sync/push.js.map +1 -1
  74. package/esm/commands/sync/request.d.ts +26 -23
  75. package/esm/commands/sync/request.d.ts.map +1 -1
  76. package/esm/commands/sync/request.js +40 -42
  77. package/esm/commands/sync/request.js.map +1 -1
  78. package/esm/commands/sync/response.d.ts +19 -19
  79. package/esm/commands/sync/response.d.ts.map +1 -1
  80. package/esm/commands/sync/response.js +54 -54
  81. package/esm/commands/sync/response.js.map +1 -1
  82. package/esm/commands/sync/socket.d.ts +27 -0
  83. package/esm/commands/sync/socket.d.ts.map +1 -0
  84. package/esm/commands/sync/socket.js +66 -0
  85. package/esm/commands/sync/socket.js.map +1 -0
  86. package/esm/commands/sync/stat.d.ts +72 -72
  87. package/esm/commands/sync/stat.d.ts.map +1 -1
  88. package/esm/commands/sync/stat.js +116 -94
  89. package/esm/commands/sync/stat.js.map +1 -1
  90. package/esm/commands/sync/sync.d.ts +72 -60
  91. package/esm/commands/sync/sync.d.ts.map +1 -1
  92. package/esm/commands/sync/sync.js +127 -148
  93. package/esm/commands/sync/sync.js.map +1 -1
  94. package/esm/commands/tcpip.d.ts +5 -5
  95. package/esm/commands/tcpip.js +18 -18
  96. package/esm/crypto.d.ts +36 -36
  97. package/esm/crypto.d.ts.map +1 -1
  98. package/esm/crypto.js +248 -238
  99. package/esm/crypto.js.map +1 -1
  100. package/esm/features.d.ts +10 -7
  101. package/esm/features.d.ts.map +1 -1
  102. package/esm/features.js +13 -10
  103. package/esm/features.js.map +1 -1
  104. package/esm/index.d.ts +9 -9
  105. package/esm/index.d.ts.map +1 -1
  106. package/esm/index.js +9 -9
  107. package/esm/index.js.map +1 -1
  108. package/esm/packet.d.ts +45 -46
  109. package/esm/packet.d.ts.map +1 -1
  110. package/esm/packet.js +43 -46
  111. package/esm/packet.js.map +1 -1
  112. package/esm/socket/dispatcher.d.ts +59 -59
  113. package/esm/socket/dispatcher.d.ts.map +1 -1
  114. package/esm/socket/dispatcher.js +223 -231
  115. package/esm/socket/dispatcher.js.map +1 -1
  116. package/esm/socket/index.d.ts +2 -2
  117. package/esm/socket/index.js +2 -2
  118. package/esm/socket/socket.d.ts +59 -59
  119. package/esm/socket/socket.d.ts.map +1 -1
  120. package/esm/socket/socket.js +118 -98
  121. package/esm/socket/socket.js.map +1 -1
  122. package/esm/utils/auto-reset-event.d.ts +9 -9
  123. package/esm/utils/auto-reset-event.d.ts.map +1 -1
  124. package/esm/utils/auto-reset-event.js +33 -33
  125. package/esm/utils/auto-reset-event.js.map +1 -1
  126. package/esm/utils/base64.d.ts +27 -27
  127. package/esm/utils/base64.d.ts.map +1 -1
  128. package/esm/utils/base64.js +246 -245
  129. package/esm/utils/base64.js.map +1 -1
  130. package/esm/utils/conditional-variable.d.ts +9 -0
  131. package/esm/utils/conditional-variable.d.ts.map +1 -0
  132. package/esm/utils/conditional-variable.js +34 -0
  133. package/esm/utils/conditional-variable.js.map +1 -0
  134. package/esm/utils/index.d.ts +4 -3
  135. package/esm/utils/index.d.ts.map +1 -1
  136. package/esm/utils/index.js +4 -3
  137. package/esm/utils/index.js.map +1 -1
  138. package/package.json +17 -13
  139. package/src/adb.ts +160 -101
  140. package/src/auth.ts +31 -22
  141. package/src/backend.ts +6 -4
  142. package/src/commands/base.ts +2 -2
  143. package/src/commands/framebuffer.ts +37 -41
  144. package/src/commands/index.ts +7 -8
  145. package/src/commands/power.ts +15 -11
  146. package/src/commands/reverse.ts +74 -30
  147. package/src/commands/subprocess/command.ts +34 -23
  148. package/src/commands/subprocess/index.ts +3 -3
  149. package/src/commands/subprocess/protocols/index.ts +3 -3
  150. package/src/commands/subprocess/protocols/none.ts +26 -11
  151. package/src/commands/subprocess/protocols/shell.ts +110 -56
  152. package/src/commands/subprocess/protocols/types.ts +10 -6
  153. package/src/commands/subprocess/utils.ts +1 -1
  154. package/src/commands/sync/index.ts +8 -7
  155. package/src/commands/sync/list.ts +74 -28
  156. package/src/commands/sync/pull.ts +49 -37
  157. package/src/commands/sync/push.ts +153 -32
  158. package/src/commands/sync/request.ts +37 -34
  159. package/src/commands/sync/response.ts +34 -27
  160. package/src/commands/sync/socket.ts +97 -0
  161. package/src/commands/sync/stat.ts +98 -70
  162. package/src/commands/sync/sync.ts +78 -97
  163. package/src/commands/tcpip.ts +5 -5
  164. package/src/crypto.ts +60 -32
  165. package/src/features.ts +9 -6
  166. package/src/index.ts +9 -10
  167. package/src/packet.ts +41 -46
  168. package/src/socket/dispatcher.ts +130 -108
  169. package/src/socket/index.ts +2 -2
  170. package/src/socket/socket.ts +84 -34
  171. package/src/utils/auto-reset-event.ts +16 -17
  172. package/src/utils/base64.ts +51 -41
  173. package/src/utils/conditional-variable.ts +45 -0
  174. package/src/utils/index.ts +4 -3
  175. package/tsconfig.build.json +1 -1
  176. package/tsconfig.build.tsbuildinfo +1 -1
  177. package/src/commands/install.ts +0 -32
@@ -1,23 +1,23 @@
1
- // Prepare maps for O(1) searching
2
- const charToIndex: Record<string, number> = {};
1
+ // Array is faster than object literal or `Map`
2
+ const charToIndex: number[] = [];
3
3
  const indexToChar: number[] = [];
4
- const paddingChar = '='.charCodeAt(0);
4
+ const paddingChar = "=".charCodeAt(0);
5
5
 
6
6
  function addRange(start: string, end: string) {
7
7
  const charCodeStart = start.charCodeAt(0);
8
8
  const charCodeEnd = end.charCodeAt(0);
9
9
 
10
10
  for (let charCode = charCodeStart; charCode <= charCodeEnd; charCode += 1) {
11
- charToIndex[String.fromCharCode(charCode)] = indexToChar.length;
11
+ charToIndex[charCode] = indexToChar.length;
12
12
  indexToChar.push(charCode);
13
13
  }
14
14
  }
15
15
 
16
- addRange('A', 'Z');
17
- addRange('a', 'z');
18
- addRange('0', '9');
19
- addRange('+', '+');
20
- addRange('/', '/');
16
+ addRange("A", "Z");
17
+ addRange("a", "z");
18
+ addRange("0", "9");
19
+ addRange("+", "+");
20
+ addRange("/", "/");
21
21
 
22
22
  /**
23
23
  * Calculate the required length of the output buffer for the given input length.
@@ -25,10 +25,12 @@ addRange('/', '/');
25
25
  * @param inputLength Length of the input in bytes
26
26
  * @returns Length of the output in bytes
27
27
  */
28
- export function calculateBase64EncodedLength(inputLength: number): [outputLength: number, paddingLength: number] {
28
+ export function calculateBase64EncodedLength(
29
+ inputLength: number
30
+ ): [outputLength: number, paddingLength: number] {
29
31
  const remainder = inputLength % 3;
30
32
  const paddingLength = remainder !== 0 ? 3 - remainder : 0;
31
- return [(inputLength + paddingLength) / 3 * 4, paddingLength];
33
+ return [((inputLength + paddingLength) / 3) * 4, paddingLength];
32
34
  }
33
35
 
34
36
  /**
@@ -37,9 +39,7 @@ export function calculateBase64EncodedLength(inputLength: number): [outputLength
37
39
  * @param input The input buffer
38
40
  * @returns The encoded output buffer
39
41
  */
40
- export function encodeBase64(
41
- input: Uint8Array,
42
- ): Uint8Array;
42
+ export function encodeBase64(input: Uint8Array): Uint8Array;
43
43
  /**
44
44
  * Encode the given input into base64 and write it to the output buffer.
45
45
  *
@@ -51,15 +51,14 @@ export function encodeBase64(
51
51
  * @param output The output buffer
52
52
  * @returns The number of bytes written to the output buffer
53
53
  */
54
+ export function encodeBase64(input: Uint8Array, output: Uint8Array): number;
54
55
  export function encodeBase64(
55
56
  input: Uint8Array,
56
- output: Uint8Array,
57
- ): number;
58
- export function encodeBase64(
59
- input: Uint8Array,
60
- output?: Uint8Array,
57
+ output?: Uint8Array
61
58
  ): Uint8Array | number {
62
- const [outputLength, paddingLength] = calculateBase64EncodedLength(input.length);
59
+ const [outputLength, paddingLength] = calculateBase64EncodedLength(
60
+ input.length
61
+ );
63
62
 
64
63
  if (!output) {
65
64
  output = new Uint8Array(outputLength);
@@ -67,7 +66,7 @@ export function encodeBase64(
67
66
  return output;
68
67
  } else {
69
68
  if (output.length < outputLength) {
70
- throw new Error('output buffer is too small');
69
+ throw new Error("output buffer is too small");
71
70
  }
72
71
 
73
72
  output = output.subarray(0, outputLength);
@@ -76,7 +75,10 @@ export function encodeBase64(
76
75
  // we check if it's possible to encode in-place.
77
76
  if (input.buffer !== output.buffer) {
78
77
  encodeForward(input, output, paddingLength);
79
- } else if (output.byteOffset + output.length - (paddingLength + 1) <= input.byteOffset + input.length) {
78
+ } else if (
79
+ output.byteOffset + output.length - (paddingLength + 1) <=
80
+ input.byteOffset + input.length
81
+ ) {
80
82
  // Output ends before input ends
81
83
  // So output won't catch up with input.
82
84
 
@@ -111,14 +113,18 @@ export function encodeBase64(
111
113
  } else {
112
114
  // Input is in the middle of output,
113
115
  // not possible to read neither first or last three bytes,
114
- throw new Error('input and output cannot overlap');
116
+ throw new Error("input and output cannot overlap");
115
117
  }
116
118
 
117
119
  return outputLength;
118
120
  }
119
121
  }
120
122
 
121
- function encodeForward(input: Uint8Array, output: Uint8Array, paddingLength: number) {
123
+ function encodeForward(
124
+ input: Uint8Array,
125
+ output: Uint8Array,
126
+ paddingLength: number
127
+ ) {
122
128
  let inputIndex = 0;
123
129
  let outputIndex = 0;
124
130
 
@@ -160,7 +166,7 @@ function encodeForward(input: Uint8Array, output: Uint8Array, paddingLength: num
160
166
  output[outputIndex] = indexToChar[x >> 2]!;
161
167
  outputIndex += 1;
162
168
 
163
- output[outputIndex] = indexToChar[((x & 0b11) << 4)]!;
169
+ output[outputIndex] = indexToChar[(x & 0b11) << 4]!;
164
170
  outputIndex += 1;
165
171
 
166
172
  output[outputIndex] = paddingChar;
@@ -184,14 +190,18 @@ function encodeForward(input: Uint8Array, output: Uint8Array, paddingLength: num
184
190
  output[outputIndex] = indexToChar[((x & 0b11) << 4) | (y >> 4)]!;
185
191
  outputIndex += 1;
186
192
 
187
- output[outputIndex] = indexToChar[((y & 0b1111) << 2)]!;
193
+ output[outputIndex] = indexToChar[(y & 0b1111) << 2]!;
188
194
  outputIndex += 1;
189
195
 
190
196
  output[outputIndex] = paddingChar;
191
197
  }
192
198
  }
193
199
 
194
- function encodeBackward(input: Uint8Array, output: Uint8Array, paddingLength: number) {
200
+ function encodeBackward(
201
+ input: Uint8Array,
202
+ output: Uint8Array,
203
+ paddingLength: number
204
+ ) {
195
205
  let inputIndex = input.length - 1;
196
206
  let outputIndex = output.length - 1;
197
207
 
@@ -207,7 +217,7 @@ function encodeBackward(input: Uint8Array, output: Uint8Array, paddingLength: nu
207
217
  output[outputIndex] = paddingChar;
208
218
  outputIndex -= 1;
209
219
 
210
- output[outputIndex] = indexToChar[((x & 0b11) << 4)]!;
220
+ output[outputIndex] = indexToChar[(x & 0b11) << 4]!;
211
221
  outputIndex -= 1;
212
222
 
213
223
  output[outputIndex] = indexToChar[x >> 2]!;
@@ -226,7 +236,7 @@ function encodeBackward(input: Uint8Array, output: Uint8Array, paddingLength: nu
226
236
  output[outputIndex] = paddingChar;
227
237
  outputIndex -= 1;
228
238
 
229
- output[outputIndex] = indexToChar[((y & 0b1111) << 2)]!;
239
+ output[outputIndex] = indexToChar[(y & 0b1111) << 2]!;
230
240
  outputIndex -= 1;
231
241
 
232
242
  output[outputIndex] = indexToChar[((x & 0b11) << 4) | (y >> 4)]!;
@@ -268,29 +278,29 @@ function encodeBackward(input: Uint8Array, output: Uint8Array, paddingLength: nu
268
278
 
269
279
  export function decodeBase64(input: string): Uint8Array {
270
280
  let padding: number;
271
- if (input[input.length - 2] === '=') {
281
+ if (input[input.length - 2] === "=") {
272
282
  padding = 2;
273
- } else if (input[input.length - 1] === '=') {
283
+ } else if (input[input.length - 1] === "=") {
274
284
  padding = 1;
275
285
  } else {
276
286
  padding = 0;
277
287
  }
278
288
 
279
- const result = new Uint8Array(input.length / 4 * 3 - padding);
289
+ const result = new Uint8Array((input.length / 4) * 3 - padding);
280
290
  let sIndex = 0;
281
291
  let dIndex = 0;
282
292
 
283
293
  while (sIndex < input.length - (padding !== 0 ? 4 : 0)) {
284
- const a = charToIndex[input[sIndex]!]!;
294
+ const a = charToIndex[input.charCodeAt(sIndex)]!;
285
295
  sIndex += 1;
286
296
 
287
- const b = charToIndex[input[sIndex]!]!;
297
+ const b = charToIndex[input.charCodeAt(sIndex)]!;
288
298
  sIndex += 1;
289
299
 
290
- const c = charToIndex[input[sIndex]!]!;
300
+ const c = charToIndex[input.charCodeAt(sIndex)]!;
291
301
  sIndex += 1;
292
302
 
293
- const d = charToIndex[input[sIndex]!]!;
303
+ const d = charToIndex[input.charCodeAt(sIndex)]!;
294
304
  sIndex += 1;
295
305
 
296
306
  result[dIndex] = (a << 2) | ((b & 0b11_0000) >> 4);
@@ -304,23 +314,23 @@ export function decodeBase64(input: string): Uint8Array {
304
314
  }
305
315
 
306
316
  if (padding === 1) {
307
- const a = charToIndex[input[sIndex]!]!;
317
+ const a = charToIndex[input.charCodeAt(sIndex)]!;
308
318
  sIndex += 1;
309
319
 
310
- const b = charToIndex[input[sIndex]!]!;
320
+ const b = charToIndex[input.charCodeAt(sIndex)]!;
311
321
  sIndex += 1;
312
322
 
313
- const c = charToIndex[input[sIndex]!]!;
323
+ const c = charToIndex[input.charCodeAt(sIndex)]!;
314
324
 
315
325
  result[dIndex] = (a << 2) | ((b & 0b11_0000) >> 4);
316
326
  dIndex += 1;
317
327
 
318
328
  result[dIndex] = ((b & 0b1111) << 4) | ((c & 0b11_1100) >> 2);
319
329
  } else if (padding === 2) {
320
- const a = charToIndex[input[sIndex]!]!;
330
+ const a = charToIndex[input.charCodeAt(sIndex)]!;
321
331
  sIndex += 1;
322
332
 
323
- const b = charToIndex[input[sIndex]!]!;
333
+ const b = charToIndex[input.charCodeAt(sIndex)]!;
324
334
 
325
335
  result[dIndex] = (a << 2) | ((b & 0b11_0000) >> 4);
326
336
  }
@@ -0,0 +1,45 @@
1
+ import { PromiseResolver } from "@yume-chan/async";
2
+ import type { Disposable } from "@yume-chan/event";
3
+
4
+ interface WaitEntry {
5
+ condition: () => boolean;
6
+ resolver: PromiseResolver<void>;
7
+ }
8
+
9
+ export class ConditionalVariable implements Disposable {
10
+ private _locked = false;
11
+ private readonly _queue: WaitEntry[] = [];
12
+
13
+ public wait(condition: () => boolean): Promise<void> {
14
+ if (!this._locked) {
15
+ this._locked = true;
16
+ if (this._queue.length === 0 && condition()) {
17
+ return Promise.resolve();
18
+ }
19
+ }
20
+
21
+ const resolver = new PromiseResolver<void>();
22
+ this._queue.push({ condition, resolver });
23
+ return resolver.promise;
24
+ }
25
+
26
+ public notifyOne() {
27
+ const entry = this._queue.shift();
28
+ if (entry) {
29
+ if (entry.condition()) {
30
+ entry.resolver.resolve();
31
+ }
32
+ } else {
33
+ this._locked = false;
34
+ }
35
+ }
36
+
37
+ public dispose(): void {
38
+ for (const item of this._queue) {
39
+ item.resolver.reject(
40
+ new Error("The ConditionalVariable has been disposed")
41
+ );
42
+ }
43
+ this._queue.length = 0;
44
+ }
45
+ }
@@ -1,3 +1,4 @@
1
- export { decodeUtf8, encodeUtf8 } from '@yume-chan/struct';
2
- export * from './auto-reset-event.js';
3
- export * from './base64.js';
1
+ export { decodeUtf8, encodeUtf8 } from "@yume-chan/struct";
2
+ export * from "./auto-reset-event.js";
3
+ export * from "./base64.js";
4
+ export * from "./conditional-variable.js";
@@ -1,3 +1,3 @@
1
1
  {
2
- "extends": "./node_modules/@yume-chan/ts-package-builder/tsconfig.base.json"
2
+ "extends": "./node_modules/@yume-chan/tsconfig/tsconfig.base.json"
3
3
  }
@@ -1 +1 @@
1
- {"program":{"fileNames":["../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es5.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2015.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2016.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2017.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2018.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2019.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2020.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2021.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2022.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.esnext.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2015.core.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2017.object.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2017.string.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2019.array.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2019.object.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2019.string.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2020.date.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2020.string.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2020.number.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2021.string.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2022.array.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2022.error.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2022.object.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2022.string.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../common/temp/node_modules/.pnpm/tslib@2.4.0/node_modules/tslib/tslib.d.ts","../../common/temp/node_modules/.pnpm/@yume-chan+async@2.2.0/node_modules/@yume-chan/async/dts/async-operation-manager.d.ts","../../common/temp/node_modules/.pnpm/@yume-chan+async@2.2.0/node_modules/@yume-chan/async/dts/delay.d.ts","../../common/temp/node_modules/.pnpm/@yume-chan+async@2.2.0/node_modules/@yume-chan/async/dts/promise-resolver.d.ts","../../common/temp/node_modules/.pnpm/@yume-chan+async@2.2.0/node_modules/@yume-chan/async/dts/index.d.ts","../struct/esm/utils.d.ts","../struct/esm/basic/stream.d.ts","../struct/esm/basic/options.d.ts","../struct/esm/basic/struct-value.d.ts","../struct/esm/basic/field-value.d.ts","../struct/esm/basic/definition.d.ts","../struct/esm/basic/index.d.ts","../struct/esm/types/bigint.d.ts","../struct/esm/types/buffer/base.d.ts","../struct/esm/types/buffer/fixed-length.d.ts","../struct/esm/types/buffer/variable-length.d.ts","../struct/esm/types/buffer/index.d.ts","../struct/esm/types/number.d.ts","../struct/esm/types/index.d.ts","../struct/esm/struct.d.ts","../struct/esm/index.d.ts","../../common/temp/node_modules/.pnpm/web-streams-polyfill@4.0.0-beta.3/node_modules/web-streams-polyfill/types/ponyfill.d.ts","../stream-extra/esm/stream.d.ts","../stream-extra/esm/buffered.d.ts","../stream-extra/esm/buffered-transform.d.ts","../stream-extra/esm/chunk.d.ts","../stream-extra/esm/decode-utf8.d.ts","../stream-extra/esm/wrap-readable.d.ts","../stream-extra/esm/duplex.d.ts","../stream-extra/esm/gather-string.d.ts","../stream-extra/esm/inspect.d.ts","../stream-extra/esm/pipe-from.d.ts","../stream-extra/esm/push-readable.d.ts","../stream-extra/esm/split-string.d.ts","../stream-extra/esm/struct-deserialize.d.ts","../stream-extra/esm/struct-serialize.d.ts","../stream-extra/esm/wrap-writable.d.ts","../stream-extra/esm/index.d.ts","../event/esm/disposable.d.ts","../event/esm/event.d.ts","../event/esm/event-emitter.d.ts","../event/esm/utils.d.ts","../event/esm/index.d.ts","../dataview-bigint-polyfill/esm/fallback.d.ts","./src/crypto.ts","./src/packet.ts","./src/utils/auto-reset-event.ts","./src/utils/base64.ts","./src/utils/index.ts","./src/auth.ts","./src/commands/base.ts","./src/commands/framebuffer.ts","./src/socket/socket.ts","./src/socket/dispatcher.ts","./src/socket/index.ts","./src/commands/subprocess/protocols/types.ts","./src/commands/subprocess/protocols/none.ts","./src/features.ts","./src/commands/subprocess/protocols/shell.ts","./src/commands/subprocess/protocols/index.ts","./src/commands/subprocess/command.ts","./src/commands/subprocess/utils.ts","./src/commands/subprocess/index.ts","./src/commands/sync/request.ts","./src/commands/sync/response.ts","./src/commands/sync/stat.ts","./src/commands/sync/list.ts","./src/commands/sync/pull.ts","./src/commands/sync/push.ts","./src/commands/sync/sync.ts","./src/commands/sync/index.ts","./src/commands/install.ts","./src/commands/power.ts","./src/commands/reverse.ts","./src/commands/tcpip.ts","./src/commands/index.ts","./src/adb.ts","./src/backend.ts","./src/index.ts"],"fileInfos":[{"version":"f5c28122bee592cfaf5c72ed7bcc47f453b79778ffa6e301f45d21a0970719d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","impliedFormat":1},{"version":"7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","impliedFormat":1},{"version":"8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","impliedFormat":1},{"version":"5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","impliedFormat":1},{"version":"e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","impliedFormat":1},{"version":"1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9","impliedFormat":1},{"version":"746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","impliedFormat":1},{"version":"3eb679a56cab01203a1ba7edeade937f6a2a4c718513b2cd930b579807fa9359","impliedFormat":1},{"version":"aea179452def8a6152f98f63b191b84e7cbd69b0e248c91e61fb2e52328abe8c","impliedFormat":1},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true,"impliedFormat":1},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true,"impliedFormat":1},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true,"impliedFormat":1},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true,"impliedFormat":1},{"version":"181f1784c6c10b751631b24ce60c7f78b20665db4550b335be179217bacc0d5f","affectsGlobalScope":true,"impliedFormat":1},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true,"impliedFormat":1},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true,"impliedFormat":1},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true,"impliedFormat":1},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true,"impliedFormat":1},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true,"impliedFormat":1},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true,"impliedFormat":1},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true,"impliedFormat":1},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true,"impliedFormat":1},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true,"impliedFormat":1},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true,"impliedFormat":1},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true,"impliedFormat":1},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true,"impliedFormat":1},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true,"impliedFormat":1},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true,"impliedFormat":1},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true,"impliedFormat":1},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true,"impliedFormat":1},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true,"impliedFormat":1},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true,"impliedFormat":1},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true,"impliedFormat":1},{"version":"cd483c056da900716879771893a3c9772b66c3c88f8943b4205aec738a94b1d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true,"impliedFormat":1},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true,"impliedFormat":1},{"version":"ff667ee99e5a28c3dc5063a3cfd4d3436699e3fb035d4451037da7f567da542a","affectsGlobalScope":true,"impliedFormat":1},{"version":"34478567f8a80171f88f2f30808beb7da15eac0538ae91282dd33dce928d98ed","affectsGlobalScope":true,"impliedFormat":1},{"version":"6ea9ab679ea030cf46c16a711a316078e9e02619ebaf07a7fcd16964aba88f2d","affectsGlobalScope":true,"impliedFormat":1},{"version":"6bda95ea27a59a276e46043b7065b55bd4b316c25e70e29b572958fa77565d43","affectsGlobalScope":true,"impliedFormat":1},{"version":"aedb8de1abb2ff1095c153854a6df7deae4a5709c37297f9d6e9948b6806fa66","affectsGlobalScope":true,"impliedFormat":1},{"version":"11ffe3c281f375fff9ffdde8bbec7669b4dd671905509079f866f2354a788064","affectsGlobalScope":true,"impliedFormat":1},{"version":"c37f8a49593a0030eecb51bbfa270e709bec9d79a6cc3bb851ef348d4e6b26f8","affectsGlobalScope":true,"impliedFormat":1},{"version":"14a84fbe4ec531dcbaf5d2594fd95df107258e60ae6c6a076404f13c3f66f28e","impliedFormat":1},{"version":"f6ad331f1763968b8a2d5575c1a8581f056009464e98415a266cab49762bc7a5","impliedFormat":1},{"version":"64c06222c2538b7a0f3fa219749ed7ecc5242842b80022886dad9c672ed6b723","impliedFormat":1},{"version":"b309791da689ee6cc3029bd77ff301b011a490021f1c5e87b97029a2ab1c8a1a","impliedFormat":1},{"version":"82c533a262f28b1acb619f27b323e2079ce804852d6ff030958e9e822aa824a0","impliedFormat":1},{"version":"df836b37a8ad0d5f179158be9bd733ea0e4cb9d53879a06fbe20ffbdcbb7c65f","impliedFormat":99},{"version":"02571254cde92957174d7eb37939485f2963fe1c40c5ead6a9bf786228c45258","impliedFormat":99},{"version":"a916bd79fa897dfbfcfef0885727e005c015727e5ade51a5ca91f61eeca4b00f","impliedFormat":99},{"version":"fd28ff64a1ab5e205b2d61d1f8d4759d4f4e5bfc430426a00f3d294d8e7e3ecb","impliedFormat":99},{"version":"47590019ca8fe854f65f35be96791a6ba6ad14942c226b7cd477b33d7d992186","impliedFormat":99},{"version":"9a14ee353058c48a4091e1d10e4b8f07de398041adb58f90b4e08fb4c68f27b5","impliedFormat":99},{"version":"4000865d5ddad64d7894da59d95ef9900473502006100a4ed82cc950cf7c2f56","impliedFormat":99},{"version":"5297a6a60076abaf8d3e3d76d978d9e4949e0856e1bbf6a7ac042847c68209ef","impliedFormat":99},{"version":"651e7e7c3790e811afaf3a628feddccee3e2dc729a636480b32a68a6d027134e","impliedFormat":99},{"version":"238d44461641c771704ae948e129b280d05fad01b060f8e78a37a28ae346e7a4","impliedFormat":99},{"version":"9a5d2aab2c751a636738f746cab6ddc2d559d3d01af7f46e7af6f6906f1d9448","impliedFormat":99},{"version":"05ff8aaf99e2fe90a8bead1f2abe7001b1f2883b3733f68edc138d42d4a64fbc","impliedFormat":99},{"version":"1085b9415b1b6d8ee25d53f16b6f45ae90ca88dfc9f24910063010f8bed43e3b","impliedFormat":99},{"version":"deb19b18352719845b83f911ec5f6520b11918c45327267d828658ad3e15f59a","impliedFormat":99},{"version":"aeea23a47aa630b163e3672327ed0752508a516bafcab5f2090c877009b7a8dc","impliedFormat":99},{"version":"16b6014cf97bb1eed71f5955ba76e1714f852e0ada929661c2f3215b8b2694f7","affectsGlobalScope":true,"impliedFormat":99},{"version":"19c2d8da51e4944a19e0ca377df3fd9d249dd8f9cab9544632fb8d10a72808f7","impliedFormat":1},{"version":"53563639d88ccfd4baa1279ae5a9083ec52fab75fc6319c75436821bb3f07dd8","impliedFormat":99},{"version":"f07f1f2b78d80e48c3e348d122cee75fbb9171ab123fa4ae9c7d9f33874743d9","impliedFormat":99},{"version":"7739c247283b4ae4ee44b6860539446d24cdaf5cc1d414e75dca66b5cd705818","impliedFormat":99},{"version":"8f761c78ed6b6a8d1a7a06de589b885ee8f1d6cfc35869271aadef12453e6792","impliedFormat":99},{"version":"a045afb91a1874d04a03ef23ba88467d54cb0d0ce9bb7a6f9bbf0aef0fcb2987","impliedFormat":99},{"version":"a4d809bb7165e5009f4e0874f9ead7ac9fae9f5491284cad931b3db307d5b2f8","impliedFormat":99},{"version":"8361cd92d46bd200c69c428b6122006ea69f99a82867aeaea5af2825a677c53f","impliedFormat":99},{"version":"8ae5b1ec391cee87c0a2b1618244fd68f2c4648feb300506cee22836479d36e9","impliedFormat":99},{"version":"372c41ec228da5feadb0ea2e009e50767d6a7e029d9fae16baf5d7561beee141","impliedFormat":99},{"version":"3885acbd02d121bfe968df69cd584bb88085a64d3d3b12b6d8a908af36674356","impliedFormat":99},{"version":"32cf50b447406e727b69e30a2f4504ff592cbb1ec5d97b8fb02efb47738a2b2b","impliedFormat":99},{"version":"d46d9b5809fbedc466e5a7f5d271c6eab6646023e8e74af42895f19729baed09","impliedFormat":99},{"version":"5f11193baf5fdab17d597d00ce3a8afeb8821736607f7d11c7a8bccbd1d4e4ad","impliedFormat":99},{"version":"2ff206d20dbe03baf4e6d2ff79b71fc4f8709d3105fcb8206a655814236bc1e2","impliedFormat":99},{"version":"3633c7947ef99db1eb92b436691d66c452b62edb12053cd0c2bac7253e5a325c","impliedFormat":99},{"version":"15d73de6b3ccca063cd20adbb6de0ca1f388c9525c49ada08b4e4aed482f81d2","impliedFormat":99},{"version":"3d4fc1ed5c1c6f311aebeff68ec8038718a12eaef5d0ae5cbd5133112956356f","impliedFormat":99},{"version":"68b04ac11e3d6a641d8004373420cb061c5056692eea594eb5848d24a3750209","impliedFormat":99},{"version":"56626e4d962c8eed0cb0d9df0d116dcf7ac4dd166c74e6e1b731203b4c4fca71","impliedFormat":99},{"version":"aacfeda09eafef77950b51b382d6e29c876b38178a36b7775afb3722ab10c415","impliedFormat":99},{"version":"8cc812db40101403f8753561d5d56444e582d6658a1825fd65d8b6dc33001854","impliedFormat":99},{"version":"ea9a35cd9e4fc405c1e35f2ab6d2219205cc1d0a99338af5d462472ebcfbd855","impliedFormat":99},{"version":"0e5b298011c57e891f066aa9ca168e4155857da00dadeaa01d96599911a8aa55","signature":"631d36651820d17f94053f125746ab7a0c96a8f5c4b3d6a3fcb50d7ad99a25b9","impliedFormat":99},{"version":"0bfe32ee1324f68b37aef238e83bee5d4361a483d44890ceeb9b78904f5356ca","signature":"15583300c69485fe592cd975777a9537f7c2a96ff5f12bfc1c237cd9b9309b73","impliedFormat":99},{"version":"f2a15854a068b8d56570f8e521440f133f3b042443f39e44b5613fa029bc1b2c","signature":"09dde3fee0f0a7c5022063b13b9b1d6bfafba9916ae3d2e782256bea5157b5e6","impliedFormat":99},{"version":"efe16ada71674452abea8c22b6befb9e69b5f826bebd628395ccf8c76eb63cea","signature":"91389a8ea2c56cc72533db49e8e56b2303f62140b476992735bb4e726da816d1","impliedFormat":99},{"version":"4f328e6839e8fadfd6c9d3f6e6d7bdbc0b7065634b550d6bd3933011d3cbf394","signature":"dfd3c561fe633424048a65a09c14c2950fbd22efaf7b4ba8253ed4a1986988cf","impliedFormat":99},{"version":"adfbafe2977204ca69ef63f491b55e521e4bc52a5874c3787aa9c04512200edc","signature":"aa34cfc64d26fb74875d0c0a612d67c6509381501a1c4f498790ce818ebd04aa","impliedFormat":99},{"version":"1ad179a7964047e42bcedbd3f120fc4a308813656181c1ec20b173d831aaa911","signature":"dd8614c6312d5ccdc95c05ad8a32807d53dc0fe57524c994706d38a7c1fe2137","impliedFormat":99},{"version":"bc42ae4a51c2a81d5a4aa252ba6b3399b4ff29e34cc2087da4ea09c522ee210c","signature":"e5bb02bfd3971f21095e7555aae4c35e533b192eb2fe8f7644c5a3cde52f48aa","impliedFormat":99},{"version":"07bc960db3ae1897223bcb08ba16d989ac09e4eb165a23c52197aac1107da025","signature":"8fa45f79b7aa6aa36a9ab0e1afc373ccfa37c26873bb97f6663bcb679363a720","impliedFormat":99},{"version":"1c27bde6d6177b268a41b36006cc8190d82021e49992d6961c9d5ae10fcb10b7","signature":"028d77fd39f2ea178c6889162b01fc5dd7bd6171ba4f2f02505c34d918c6e137","impliedFormat":99},{"version":"47b3e86b7f12d3dd80d1dea0eafd2038b72a3860c94cd85c4d95b5e33621fab3","signature":"d020fc4e4f41948722fb3e58f6345ffff4d54d4e71878b063e7e028a9eef4d06","impliedFormat":99},{"version":"afa3bf68403ead72cfb60a92edfad9bffeb9588cbc4d993cc2fe3fcbb7fbc496","signature":"a69deec665634e4a596a05619090a3eba31803a6e3dd46152bec21739a03e1f5","impliedFormat":99},{"version":"1c97523b1bf98079264638364e516f5d9e2c5b68e2b78a149463acfcfc33a6f5","signature":"f44def8d5172c07797a04ebf3caa154b4ae6d60202775906a4147cdc33d25b56","impliedFormat":99},{"version":"23f188e214402bdddfdb5eddca0e8393aabf63504fcaa9356a73e3bea0fc4aa8","signature":"b208195f20f0fac9efa29ca1a33f7ab0b5259ed68e84a1efaa4fd51480c314be","impliedFormat":99},{"version":"4555753a24782a766240715e43b8926dffa9fdc73f8ae084ead91a166170ad08","signature":"6117cb55c1752068c2817c2081348f8a6d3e7ed62d2ad0f66cbb2ed256fc81c0","impliedFormat":99},{"version":"a54c04a56fa26cf1ac69c4e80d00280ec2bc1d498917c3a8dc94cc2fa6d8aeff","signature":"b2869ad5c8c67ac869fa7886f52d29e2e8ad19f407555547e6cbde1ce7c881f4","impliedFormat":99},{"version":"eb65e53d12796d38d86506d3e118a5be9fa912b2c59593303b51ddb4c5216761","signature":"bcdcd50904b70d53647fdac34348195a8db909a6e3f43229c335de1ca35e2016","impliedFormat":99},{"version":"85adceec352aae7dd892dcfb2d60c818544c6438b558d6fe70780ac70d07701f","signature":"b90f54963f39da1caf8138d8b136041c35e932c3ac5c8a6cf6fb4c990e566244","impliedFormat":99},{"version":"a4d083348f44a035450cf15289f62dac754a1c481cfa27f1f69f76aaca93386f","signature":"49ac72d952a1d046b9e891b6eb1e47bf977f7ecf370fe63a5cbe32895195f141","impliedFormat":99},{"version":"0b586a322576f2cc4b081d09825238e0919d1e144c9d17e9013c7fd02bbdd03d","signature":"4576cab0fce8511ba63c7a9fe192667f5be097209622cd9fdc546381f826e36a","impliedFormat":99},{"version":"f0687993ba6815b33f08deee1d2d36cd7180c6ad07721d68b1e8144471825287","signature":"1d0d06c7b8b4d6845b63088a94c7f5a076e6f7ecf2213de7e516ad94be5312d6","impliedFormat":99},{"version":"f98d046601a56e5b6c78f1b4d4ae108e515254c898cd682bd20b3c588463d654","signature":"811182b5a7ed9b480bd9d4ddc01879cbf38e414ab5227f14ce8909046f71a19e","impliedFormat":99},{"version":"b2b40c9829457a3b580f744fea6bd4a4cf094908be55b8edff55e9114b65046a","signature":"b5da7c5c8310db317dae9ee7ecf70e44f23163663fffe7b618ebf53e852542aa","impliedFormat":99},{"version":"811779169e8d2b67b8002e9d04410c7b43160cbc83984634d302c89be266dcf1","signature":"498479ad5bbb222f030c5e7bf3aac738a38464ed8791d83ed7130b1884ecf9c2","impliedFormat":99},{"version":"c05bccb096a663f981b0b90658f91bbdac8dd83d0d2140ef6b1442d3110b6aa2","signature":"184412fbe5d52488c92bc1c21e2b21ee1762b50c52aa6eb153b8a1b915fb9903","impliedFormat":99},{"version":"82a16534b1c8dfa265307c851bcf3ee0d01844d3cd560711791a6a8d2b42f792","signature":"918049b30e5de96308ca6bd72cf28682372dc5e29ff44e105ec9a3ed934c56f1","impliedFormat":99},{"version":"32f559ba2e5e20e82c1fe2588a4c63415b4bdf630ffbefb89008315e2cc1c2a3","signature":"61ee321639bbcba3294cf1fff2a88e0799871572adde7894159eae4a99d97fed","impliedFormat":99},{"version":"1d16c2009dcadfd44b6a5310203da84d4f81c8150d202f7a4ccf804a31a35d93","signature":"2bfe6120b368c9cd21b5b098b7ed8b5021176e836c4ad8f37c34f57169c0f77c","impliedFormat":99},{"version":"0a1b7c1175e9420c276099ab81e2e8b21a0e1318b57a14d7bb742bfffd8b496b","signature":"8369d8fce4a1caa76233c0a424a55b68b9b37cea8276c5635b09be2a965ba0a5","impliedFormat":99},{"version":"6acbcccf5f89632231cf2c51017ce2e3988cca28ce4c09c31bff94efc55807bc","signature":"2a34f9a1b47defb1f98332f9e734eedfb3c8576cffb7adefbaa5fdeb601ca32c","impliedFormat":99},{"version":"529a8f1ba46e7b186983fb3b98cc78655e267ce09f1108fff89e13098aaef564","signature":"1c1db076defdd9c01263636305b714d6dedaddc66ad9bab5505fff492a2f4399","impliedFormat":99},{"version":"6faea53ad7c0a8a7bfcd2e63d550bb8c53f4065c3aed0b5fd6d607d8a9161e55","signature":"ff2bb6bbf0dad381971dd6c0153c5ce9046f4d9b5c7663f74a0976c76bec7f05","impliedFormat":99},{"version":"3c3f09838a410dd9fd7811a19a67e0df249ba7a6e4183abf8b08e93d732b86c5","signature":"813a31c4e480da0d55c568cc06165149682d2d85e7351f82db4a2bd278075ffc","impliedFormat":99},{"version":"d3745dc219d9b0b2b7768e187d6cc6de32b533299100777e6f24dad5392c7ec4","signature":"221faa4e87426c2d7cf4169f18d2862c28983b6eebcdc3db8a0990b39d9a23d6","impliedFormat":99},{"version":"da4acd82302874bed52e84bc457321271ea4ed284e052c616d335f4729051378","signature":"f19fc4ccc5cf6b8657566e37ec33272465f47b2338634a0f3072b4db960711e6","impliedFormat":99}],"options":{"composite":true,"declaration":true,"declarationDir":"./esm","declarationMap":true,"esModuleInterop":true,"exactOptionalPropertyTypes":true,"importHelpers":true,"importsNotUsedAsValues":2,"module":199,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitOverride":true,"noImplicitReturns":true,"noImplicitThis":true,"noUncheckedIndexedAccess":true,"noUnusedLocals":true,"outDir":"./esm","rootDir":"./src","skipLibCheck":true,"sourceMap":true,"strict":true,"stripInternal":true,"target":9},"fileIdsList":[[54,55,56],[53,57,90,98,101,102,107,110,128],[53,57,73,95,97,98,101],[53,73,90,98],[53,95,129],[53,73,90,129],[53,103,104,115,123,124,125,126,127],[53,90,115,123,129],[53,103],[53,73,90,95,101,107,129],[53,90,103,112],[53,112,113,114],[53,108,109,111],[53,90,107,108,129],[53,57,73,90,101,107,108,110,129],[53,73,90,107,129],[53],[53,116,117,118,119,120,121,122],[53,73,90,116,117,118],[53,73,90,116,117],[53,73,90,101],[53,90,95,101,107,110,115,118,119,120,121,129],[53,96],[53,97,98,101,102,107,110,128,129,130],[53,73,90],[53,57,73,90,95,98,101,105],[53,105,106],[53,57,90,95,98,106],[53,57,95],[53,73,99,100],[91,92],[91],[91,92,93,94],[92],[73,75,76],[75],[73,75,80],[75,76,77,78,79,80,81,82,83,84,85,86,87,88,89],[74],[73,77],[73,75],[59,60,61,62],[60,61,63],[59,60,61,62,63],[58],[62],[58,64,71,72],[58,64,71],[64],[66],[66,67,68],[58,64,66],[65,69,70],[90,95,98,102,107,110,128],[73,95,98],[73,90,98],[95,129],[73,129],[103,104,115,123,124,125,126,127],[90,129],[103],[95,107,129],[103,112],[112,113,114],[108,109,111],[74,90,107,108,129],[90,107,108,129],[73,90,107,129],[116,117,118,119,120,121,122],[73,90,117,118],[73,90,117],[73,90],[90,95,101,107,117,118,119,129],[97,98,101,102,107,110,128,129,130],[73,90,95,98,105],[105,106],[90,95,106],[95],[73,99,100]],"referencedMap":[[57,1],[129,2],[102,3],[130,4],[103,5],[104,6],[128,7],[124,8],[125,9],[126,10],[113,11],[115,12],[112,13],[109,14],[111,15],[108,16],[114,17],[123,18],[119,19],[120,20],[121,19],[116,21],[117,21],[118,20],[122,22],[127,9],[97,23],[110,17],[131,24],[98,25],[106,26],[107,27],[105,28],[99,29],[100,17],[101,30],[93,31],[92,32],[95,33],[94,34],[77,35],[76,36],[78,36],[79,36],[81,37],[82,36],[90,38],[83,36],[84,36],[85,36],[86,36],[75,39],[87,40],[88,41],[80,41],[89,41],[63,42],[62,43],[64,44],[59,45],[61,46],[73,47],[72,48],[65,49],[66,49],[67,50],[69,51],[68,52],[71,53],[70,49]],"exportedModulesMap":[[57,1],[129,54],[102,55],[130,56],[103,57],[104,58],[128,59],[124,60],[125,61],[126,62],[113,63],[115,64],[112,65],[109,66],[111,67],[108,68],[123,69],[119,70],[120,71],[121,72],[116,72],[117,72],[118,71],[122,73],[127,61],[131,74],[98,72],[106,75],[107,76],[105,77],[99,78],[101,79],[93,31],[92,32],[95,33],[94,34],[77,35],[76,36],[78,36],[79,36],[81,37],[82,36],[90,38],[83,36],[84,36],[85,36],[86,36],[75,39],[87,40],[88,41],[80,41],[89,41],[63,42],[62,43],[64,44],[59,45],[61,46],[73,47],[72,48],[65,49],[66,49],[67,50],[69,51],[68,52],[71,53],[70,49]],"semanticDiagnosticsPerFile":[54,55,57,56,53,12,11,2,13,14,15,16,17,18,19,20,3,4,24,21,22,23,25,26,27,5,28,29,30,31,6,32,33,34,35,7,36,41,42,37,38,39,40,8,46,43,44,45,47,9,48,49,50,51,1,10,52,74,129,102,130,103,104,128,124,125,126,113,115,112,109,111,108,114,123,119,120,121,116,117,118,122,127,97,110,131,98,106,107,105,99,100,101,96,91,93,92,95,94,77,76,78,79,81,82,90,83,84,85,86,75,87,88,80,89,63,62,64,60,59,61,73,72,65,66,67,69,68,71,70,58]},"version":"4.7.4"}
1
+ {"program":{"fileNames":["../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es5.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2015.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2016.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2017.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2018.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2019.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2020.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2021.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2022.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2023.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.esnext.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.es2023.array.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.decorators.d.ts","../../common/temp/node_modules/.pnpm/typescript@5.0.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../common/temp/node_modules/.pnpm/tslib@2.5.0/node_modules/tslib/tslib.d.ts","../../common/temp/node_modules/.pnpm/@yume-chan+async@2.2.0/node_modules/@yume-chan/async/dts/async-operation-manager.d.ts","../../common/temp/node_modules/.pnpm/@yume-chan+async@2.2.0/node_modules/@yume-chan/async/dts/delay.d.ts","../../common/temp/node_modules/.pnpm/@yume-chan+async@2.2.0/node_modules/@yume-chan/async/dts/promise-resolver.d.ts","../../common/temp/node_modules/.pnpm/@yume-chan+async@2.2.0/node_modules/@yume-chan/async/dts/index.d.ts","../struct/esm/basic/options.d.ts","../struct/esm/basic/struct-value.d.ts","../struct/esm/basic/field-value.d.ts","../struct/esm/utils.d.ts","../struct/esm/basic/stream.d.ts","../struct/esm/basic/definition.d.ts","../struct/esm/basic/index.d.ts","../struct/esm/types/bigint.d.ts","../struct/esm/types/buffer/base.d.ts","../struct/esm/types/buffer/fixed-length.d.ts","../struct/esm/types/buffer/variable-length.d.ts","../struct/esm/types/buffer/index.d.ts","../struct/esm/types/number.d.ts","../struct/esm/types/index.d.ts","../struct/esm/struct.d.ts","../struct/esm/index.d.ts","../../common/temp/node_modules/.pnpm/web-streams-polyfill@4.0.0-beta.3/node_modules/web-streams-polyfill/types/ponyfill.d.ts","../stream-extra/esm/stream.d.ts","../stream-extra/esm/buffered.d.ts","../stream-extra/esm/buffered-transform.d.ts","../stream-extra/esm/consumable.d.ts","../stream-extra/esm/decode-utf8.d.ts","../stream-extra/esm/distribution.d.ts","../stream-extra/esm/wrap-readable.d.ts","../stream-extra/esm/duplex.d.ts","../stream-extra/esm/gather-string.d.ts","../stream-extra/esm/inspect.d.ts","../stream-extra/esm/pipe-from.d.ts","../stream-extra/esm/push-readable.d.ts","../stream-extra/esm/split-string.d.ts","../stream-extra/esm/struct-deserialize.d.ts","../stream-extra/esm/struct-serialize.d.ts","../stream-extra/esm/wrap-writable.d.ts","../stream-extra/esm/index.d.ts","../event/esm/disposable.d.ts","../event/esm/event.d.ts","../event/esm/event-emitter.d.ts","../event/esm/utils.d.ts","../event/esm/index.d.ts","../dataview-bigint-polyfill/esm/fallback.d.ts","./src/crypto.ts","./src/packet.ts","./src/utils/auto-reset-event.ts","./src/utils/base64.ts","./src/utils/conditional-variable.ts","./src/utils/index.ts","./src/auth.ts","./src/commands/base.ts","./src/commands/framebuffer.ts","./src/commands/power.ts","./src/socket/socket.ts","./src/socket/dispatcher.ts","./src/socket/index.ts","./src/commands/reverse.ts","./src/commands/subprocess/protocols/types.ts","./src/commands/subprocess/protocols/none.ts","./src/features.ts","./src/commands/subprocess/protocols/shell.ts","./src/commands/subprocess/protocols/index.ts","./src/commands/subprocess/command.ts","./src/commands/subprocess/utils.ts","./src/commands/subprocess/index.ts","./src/commands/sync/request.ts","./src/commands/sync/response.ts","./src/backend.ts","./src/index.ts","./src/commands/sync/socket.ts","./src/commands/sync/stat.ts","./src/commands/sync/list.ts","./src/commands/sync/pull.ts","./src/commands/sync/push.ts","./src/commands/sync/sync.ts","./src/commands/sync/index.ts","./src/commands/tcpip.ts","./src/commands/index.ts","./src/adb.ts"],"fileInfos":[{"version":"6a6b471e7e43e15ef6f8fe617a22ce4ecb0e34efa6c3dfcfe7cebd392bcca9d2","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","impliedFormat":1},{"version":"27147504487dc1159369da4f4da8a26406364624fa9bc3db632f7d94a5bae2c3","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","impliedFormat":1},{"version":"f4e736d6c8d69ae5b3ab0ddfcaa3dc365c3e76909d6660af5b4e979b3934ac20","impliedFormat":1},{"version":"eeeb3aca31fbadef8b82502484499dfd1757204799a6f5b33116201c810676ec","impliedFormat":1},{"version":"f296963760430fb65b4e5d91f0ed770a91c6e77455bacf8fa23a1501654ede0e","affectsGlobalScope":true,"impliedFormat":1},{"version":"5114a95689b63f96b957e00216bc04baf9e1a1782aa4d8ee7e5e9acbf768e301","affectsGlobalScope":true,"impliedFormat":1},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab22100fdd0d24cfc2cc59d0a00fc8cf449830d9c4030dc54390a46bd562e929","affectsGlobalScope":true,"impliedFormat":1},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"36ae84ccc0633f7c0787bc6108386c8b773e95d3b052d9464a99cd9b8795fbec","affectsGlobalScope":true,"impliedFormat":1},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true,"impliedFormat":1},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true,"impliedFormat":1},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true,"impliedFormat":1},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true,"impliedFormat":1},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true,"impliedFormat":1},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7e9f95a7387e3f66be0ed6db43600c49cec33a3900437ce2fd350d9b7cb16f2","affectsGlobalScope":true,"impliedFormat":1},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true,"impliedFormat":1},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true,"impliedFormat":1},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"709efdae0cb5df5f49376cde61daacc95cdd44ae4671da13a540da5088bf3f30","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"61ed9b6d07af959e745fb11f9593ecd743b279418cc8a99448ea3cd5f3b3eb22","affectsGlobalScope":true,"impliedFormat":1},{"version":"038a2f66a34ee7a9c2fbc3584c8ab43dff2995f8c68e3f566f4c300d2175e31e","affectsGlobalScope":true,"impliedFormat":1},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c92f2c27b06c1a41b88f6db8299205aee52c2a2943f7ed29bd585977f254e8","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7feb7967c6c6003e11f49efa8f5de989484e0a6ba2e5a6c41b55f8b8bd85dba","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"b9ea5778ff8b50d7c04c9890170db34c26a5358cccba36844fe319f50a43a61a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true,"impliedFormat":1},{"version":"25de46552b782d43cb7284df22fe2a265de387cf0248b747a7a1b647d81861f6","affectsGlobalScope":true,"impliedFormat":1},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true,"impliedFormat":1},{"version":"189c0703923150aa30673fa3de411346d727cc44a11c75d05d7cf9ef095daa22","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"f1c9fe42b65437a61104e601eb298c5c859fb522b483f1bdb700eed67a16f980","impliedFormat":1},{"version":"894c22bde12ec873bb8740375ba23ccadfae8f4092be61f67582a1f10664a5cb","impliedFormat":1},{"version":"f50339597aa63b1971e8c45fab408449677a31643b93dfc2987dc3ff14ec319f","impliedFormat":1},{"version":"fce5c825b26ac9820114464634b0432a82b3f0f68a8a2f86dd0d187fae3a33d2","impliedFormat":1},{"version":"48c5c4761e707c5d2b36852cb06a251ee1a72863b45a25f277894c67e765ee67","impliedFormat":1},{"version":"7ceac7d7800ef7065908464aba0a009e9a03ff95f177a44f999687bdf10d039f","impliedFormat":99},{"version":"6043ab81faab77b975cb2a8457cc28c3b6f90a766cbbd27914da686bc41c83a0","impliedFormat":99},{"version":"613051be0c04c0fadf883f5ec01dcb0a4639ac92d9e2c12a222680c91b374595","impliedFormat":99},{"version":"a740a1e2d889fc4344fbb49a7f8b02ee664850be5cdcf029ace8ceb4316623db","impliedFormat":99},{"version":"12f034074aafde1bb145598fb874ae56b0b53a1c3ed0434a5d3ea8eb03c62b72","impliedFormat":99},{"version":"cc1d94a37d0dde4d5a85a35aa9133abdb9696987960116e29140c08ebdcdd869","impliedFormat":99},{"version":"5af3b8b1a9063e033fc1e32a3e95956f5f5e22548d5ccca628b1ab87e42087d1","impliedFormat":99},{"version":"152e4cab74b292a4de587e604c6133bab4525f0de7b32dfaf4a211de799ef262","impliedFormat":99},{"version":"1b1e7a0b9362425c6be672b9fcf1fb2763df4e959ce840c9fdce190eeb8905ba","impliedFormat":99},{"version":"4e74287ad61c1544e88339e78a4da19cb79c729be8799b8cd190353368532e30","impliedFormat":99},{"version":"21a136c72551be7c24d797d4fa1401d35ee62325bec7442a6869cea50a50ad7a","impliedFormat":99},{"version":"5ea1325a998e722fffc89ff8c2d00eaf35e491f3fada16fb56c6360f63d16d79","impliedFormat":99},{"version":"c4b01fc816c556f2479d264535644a9a4ba578e241027c21b2a2229b7647887e","impliedFormat":99},{"version":"e24d67437856c921a9a40f7fbac38ac576439e6616eb698fb769279ecbc7802a","impliedFormat":99},{"version":"c87cd07810cf18ff00240875c8e7b3249bb5e1dd15418193d27265586ba69179","impliedFormat":99},{"version":"b338c41818e59749b93f43406018eaa613a8ced869ad63873f2cea90643af5a1","affectsGlobalScope":true,"impliedFormat":99},{"version":"19c2d8da51e4944a19e0ca377df3fd9d249dd8f9cab9544632fb8d10a72808f7","impliedFormat":1},{"version":"a387648b45b3d02c838a213809bf7aa3a3c6e009b0cfedbbb98e7863219fd0b4","impliedFormat":99},{"version":"82d95f72c9325b602b1195a9f360b95adb7e923c1e0b9250ecc005089cbd2021","impliedFormat":99},{"version":"fd8347fd6cd4011b97ca0e578b64147040d25f1afd065bd75195d6050567382e","impliedFormat":99},{"version":"5402edb6222bbecbcda82571908c4b59a1f0782b022b3d40f3c8dd44008c6c76","impliedFormat":99},{"version":"316d7bdfb430fa119cbd460e01ffbf726321a5e54575c22b70e8ff56241d849a","impliedFormat":99},{"version":"4bc1ccb8c2c3b50d3502ffdbb66483eda7bef78b6e9daf396ec69e63efb2ff21","impliedFormat":99},{"version":"54c5a024ed2e63b62797f520e2e0623d4fdc7bb07abb474d460e6fe9f07ad7f3","impliedFormat":99},{"version":"61f0e8bdd3c52b89d45bf3681464040843ad8c8b70fff57df8960af47d5e0a5b","impliedFormat":99},{"version":"10e344cfaa2a9bded8a2e30756ed0852605887307b3039d13bfc445af8de8301","impliedFormat":99},{"version":"4ebc57d20caf062019a2b8c9ce1e54602a411022eb4f7fa325888b9bcf63693a","impliedFormat":99},{"version":"662cafdf363d512eff0d6c525c711684dba726ac5f4d09f473110a05c8ecd8e5","impliedFormat":99},{"version":"86c62ba4f3279d13647e2901b8819c9b32f4eb9645d50d02b4d60e5521f693db","impliedFormat":99},{"version":"98678d6ac29dfa3f80452de2a87f464dee4908476f817d6f5e0677802ad43f7b","impliedFormat":99},{"version":"057f28f1e4c53bfdc397099ee4bf873ef32f26a938a135881b19bf10f968a805","impliedFormat":99},{"version":"d00e790b0d3738482ddb18bb446210b41019520dd32438570d6bc533f7b95239","impliedFormat":99},{"version":"bd612398057a1da74a8be7f9691b175c5b9136f74b2196849b012bf3409aa9e0","impliedFormat":99},{"version":"9e33e135a12a5761c92a4ef0057e1d24310ada6f0758a13223036efc22b9e745","impliedFormat":99},{"version":"7565a3e1f88b68c438331d8ece71540f9fb5a11a8a0480b5c262c701142c5048","impliedFormat":99},{"version":"af6ac8a19dbd05c34feff97d0eae81194fd0be1358bd2366478e9a574492d332","impliedFormat":99},{"version":"a21c587d34edbe9808b8f4fac207d190f802687b477ef55ee0f494d79a427f31","impliedFormat":99},{"version":"f00b8fc0c970cfd54d4df6047aae216bce4d7a2ceb6610655541a678ac54c57a","impliedFormat":99},{"version":"11fd6a023d60896a902933f64a2c8363102e5276838dbe29aa02a24c2e69fbd1","impliedFormat":99},{"version":"135245a0c940a2c51b6c291eda3b51298a43c8ebb5c8f52adc8875b8f19cb898","impliedFormat":99},{"version":"1c8f3424bfaf3a25406af40e4fdc13d665e4e2d73b7fb239483fe5a10dbcb664","signature":"964c7df55e12845987b9f00ad0712f7c4f4cf9de0cd4c0a85a357e4e9ea84d10","impliedFormat":99},{"version":"e49300f5ac309018ffe9ae3a48b09bf2f8b0343c1a0aa25d12f870eefb3cb80d","signature":"1087c7588b6e88542b88e6aa8498c09c6ce8c0c3df40bde2d37e20f357210a05","impliedFormat":99},{"version":"96a074002a87a6c750eb3391e2a2ca875679a1096345ad83284f0cd3ed70b352","signature":"2f90209a833cbd50fc60babcd00c89f5c7d9550191eaa6675efa0c1c2afc5c44","impliedFormat":99},{"version":"572aa02f4117bec7af6031d8dfb79a64b41b82c39972c2fd3e5aa38212f6dacb","signature":"c82303f9ddeb0df5c2853ba02e9f1603ad0f01200225e6ee4cb2da53757243c0","impliedFormat":99},{"version":"01223d6ca9a51b8b0dd31a95b9c43b57528e967e1b96a38f3696947db85ea6f6","signature":"6f74bbe0cfee09e9a504d4e4960a79bb400bdb7d7f1d016a232b550041f8bb7c","impliedFormat":99},{"version":"0d0dd6f1533d68d703542b713df2961e6749dca1885e07487fd5fd383bac0392","impliedFormat":99},{"version":"f5618e2dd71aecd2bdb160cf378f70078bb4e7bd4913eb5581e128f1635bd248","signature":"7b2e738c6a41ddb1ccfd7084619c45b1132a21c5f05f23c65ae3daa90b9ed24f","impliedFormat":99},{"version":"f96dcb9f7b021e35549a451a7064c528604bd5f6e7ef5701773e392863ce5d4d","signature":"d5664fad55c16b09f4fbda92412a3c0d99c5e143434a5a82dc0f86d0823014ae","impliedFormat":99},{"version":"c1881ce78d96801fc4f1caea4b09d3406fdf5f6d9971bd205e14218290d2561f","signature":"ac5d1242b5e0af60effdcbdbd2ea3f1a1cfbc2877eb4ad8e6df0e596ff3ce047","impliedFormat":99},{"version":"76866a4af5a00e97282419ebb099f4cc707b07307d9825cad7dec55ca0bf5ffb","signature":"5db340210b35bc3cbe55892dd69d953a5d98f2063a9bb4717733bc262f0ae47c","impliedFormat":99},{"version":"fe9802ee580638e0be9e5315f52c507ee2ac7d8bad39f547d9f50e42849d9dac","signature":"b04d6cec751769f0fb57bd0b8db0ed3f2ac60be345207bbcdf8fc9f6de354515","impliedFormat":99},{"version":"3638df024b3492bada04166c0702a8944eb7a234225f375d319f85dd8e0ff7a1","signature":"b3326593def9cffb6cbfeddea51593a8865053d37a27db7580556a1b710a688b","impliedFormat":99},{"version":"d5bf42b8ace334e2a274b0e2c5d4c2f0eb53034813a692df4741dd299458060b","impliedFormat":99},{"version":"846ba588bb395adf86de3a97cb384a771e11f7fbadab8a78499cbc6b5a402d6e","signature":"0a5123149bb8b9d612a7187a92e163b71f78a3dd182717660bfcd812e962cf31","impliedFormat":99},{"version":"dbf7c80cf6b97513fb976a1ce4ae13b12d9a286636f57670f8f9e479e3df3349","signature":"aa235f1a22fbfcdf04c852a6ff4acd0ad6ea50e3c6875dce97ec14114fd311ad","impliedFormat":99},{"version":"faa2a7bdcb122aa9540dae5a3c75d18fb30c9f90c8e22b28b7e2319f48fb66e3","signature":"a14c3eb861d4aa86a7f471b0779cb25f124b457cd0fe779b77261dcce816b19f","impliedFormat":99},{"version":"879ff2595a9455aec7a5bac3640eeae75f27f99cbdc4a7529a1f6f25d0a2a83f","signature":"020962899646e5e2efc7100d1a0c443be16800cef6f2cada68c20fe8de585d43","impliedFormat":99},{"version":"a41df102e5a528282c31ee3c4dda0e68da6b35b183e6e76eeff912e742b2fefe","signature":"2d7311fdb705d03b0020f2ae6253a46c66f0457de0e5126188f4f78ea1192337","impliedFormat":99},{"version":"721313e1405531faa6e144e78ad3561023150692fbbcc23a4db9c2bda7e2b292","impliedFormat":99},{"version":"aeec0e24078093c0281478804e91eece75bbe2e14b40b0146d0ef72ec7fec2c9","signature":"0bfafbea0db16cf312eb181f9153d840640fc36e47c0e61b30ddc16e5d23d432","impliedFormat":99},{"version":"c31237b9372be26a11a958da8a2ddb789c62c2ec5427009300c9e545ee81b153","signature":"3651947da5192aa0655f8a24ca016b3fb0a65bf24950cf52176d8972c7c32785","impliedFormat":99},{"version":"98da7969aa8079a6625791fdb0806f2cb125ae398bccd84e8cb8a76c454aac93","impliedFormat":99},{"version":"8cc83bbc1da1da2287f110544f8fc7839578489eb266ebc2794be5b75db07001","signature":"ea4d0669fa41158a8ae4dfbcb9f690f3177edd29c83a4cf01b74a4db24c5dcc8","impliedFormat":99},{"version":"d2d18fd654ba73ff7e0d7d69f79f1a0ec32f8459091b3247ba8940b756080d14","signature":"f31ad9485ec184e2fa924a3069c5eaf6f27b19e20b449893c6a288d0aa6337ae","impliedFormat":99},{"version":"32163602551168eccbb7ae8bd92665aeb0f2942adcb7d618b842fad065123911","signature":"b9ba968a57a494905241b7d4262cb3bc3aeb03b686415864e047ab1460ccb216","impliedFormat":99},{"version":"d21a377e40fb4a26b08d2b10c3a9f1bad0bb449cc7b2c7daee2b4a5fdc547b98","impliedFormat":99},{"version":"45947491c8c3cecb462f5673517ae646b0d0397b5bfe6c133d8a8c89c8ddfec7","signature":"2a06ca67fa040851e26d37c21979babae1064a117c137d6bc30051a20486ce03","impliedFormat":99},{"version":"9e5ba6e73adef154e48b81dd7f0ff41c3b1ee331cfe64fdcca36b7322995d47e","signature":"8fc0d6a1e97a1fcd37ebdb72241e4608652a69e1a963ca662d1429750cf04f73","impliedFormat":99},{"version":"ac5b6a50e70f4632f74d46eb6d1b5a4ec6c8de23adecaee37defdd5c5cfb8157","signature":"8f70945f7ea3ad857863b6035d2ac1fdf1b6793c6a2ca74ce89508f82be4dc29","impliedFormat":99},{"version":"cd3cf37cb7a21073f85b145eca8244dbad1cc72909d6e5bd55e350f6b529de97","signature":"85e159ffc1676583a00e26cdae8f40fa3139e32c89aa7ecbc725e120a8db1418","impliedFormat":99},{"version":"a5ec2e9d2d2f8aab6d534c7a6b9c2ba89e7e256e9c4b2496033c7bb0149c258f","signature":"81c0e96521d9ec47ea0f3bf09cb6fb49164232ddb1c809ec9e3b305c9a4421c9","impliedFormat":99},{"version":"6e446d63006f2011a80d59a4ffccd7c8c1aa27bfe1a16b01f74fffc2674fc709","signature":"a02909c6e3790be21c868ecb6476e58aeb8fef5c06f22437b224b317ae1a43f8","impliedFormat":99},{"version":"eb90fe18be0b3b5b759ff8f055e9ccb19c6a4287c9061c7a4bb9805968e46498","impliedFormat":99},{"version":"6ad28d3952afcc1c09bf99e3ef1f6b0bd5e6b221c04022a7ec50a92f180580bf","signature":"a76a1399270bdc86cfeb714aa6df221e2d6192a2c03431471ffdca52e5e4a356","impliedFormat":99},{"version":"055d5c58abf9c069d88cd9f62a426008adc38258390ceba978fa527fffa54441","impliedFormat":99},{"version":"722dc886096c49ff3d74bd35b53fb4e85e40d4daff6262ac461e4b3493feba17","signature":"8984b8945e5a6f5af1eea0a34d4aa5f27029016dad98042fc6b459a76d8bdef0","impliedFormat":99}],"root":[[105,140]],"options":{"composite":true,"declaration":true,"declarationDir":"./esm","declarationMap":true,"esModuleInterop":true,"exactOptionalPropertyTypes":true,"importHelpers":true,"module":199,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitOverride":true,"noImplicitReturns":true,"noImplicitThis":true,"noUncheckedIndexedAccess":true,"noUnusedLocals":true,"outDir":"./esm","rootDir":"./src","skipLibCheck":true,"sourceMap":true,"strict":true,"stripInternal":true,"target":9},"fileIdsList":[[61,62,63],[60,64,98,106,110,111,117,121,139],[60,64,80,103,105,106,110],[60,80,98,106],[60,103,140],[60,80,98,140],[60,112,113,114,118,126,137,138],[60,112],[60,80,98,103,110,117,140],[60,98,112,123],[60,123,124,125],[60,119,120,122],[60,98,117,119,140],[60,64,80,98,110,117,119,121,140],[60,80,98,117,140],[60],[60,127,128,131,132,133,134,135,136],[60,80,127,128,131,132],[60,80,98,127,128,131],[60,80,98,127,128,131,132],[60,80,110],[60,80,98,130],[60,80,127,128,131],[60,98,103,117,121,126,131,132,133,134,135,140],[60,104],[60,105,106,110,111,117,121,129,139,140],[60,80,98],[60,64,80,98,103,106,110,115],[60,115,116],[60,64,98,103,106,116],[60,64,103],[60,80,107,108,109],[99,100],[99],[99,100,101,102],[100],[80,82,83],[82],[85],[80,82,88],[82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97],[81,82],[81],[80,84],[80,82],[65,66,67,69],[65,66,70],[65,66,67,69,70],[68],[67],[68,71,78,79],[68,71,78],[71],[73],[73,74,75],[68,71,73],[72,76,77],[98,103,106,111,117,121,139],[80,103,106],[80,98,106],[103,140],[80,140],[112],[103,117,140],[112,123],[98,117,119,140],[80,98,117,140],[80,128,131,132],[80,98,128,131],[80,98,127,131],[80],[80,98,130],[80,128,131],[98,103,117,128,131,132,133,140],[80,98],[80,98,103,106,115],[98,103,116],[103]],"referencedMap":[[64,1],[140,2],[111,3],[129,4],[112,5],[113,6],[139,7],[114,8],[118,9],[124,10],[126,11],[123,12],[120,13],[122,14],[119,15],[125,16],[137,17],[133,18],[134,19],[135,20],[127,21],[128,21],[131,22],[132,23],[136,24],[138,8],[105,25],[121,16],[130,26],[106,27],[116,28],[117,29],[115,30],[107,31],[108,16],[109,31],[110,32],[101,33],[100,34],[103,35],[102,36],[84,37],[83,38],[85,38],[86,38],[87,39],[89,40],[90,38],[98,41],[91,38],[92,42],[93,38],[94,38],[82,43],[95,44],[96,45],[88,45],[97,45],[70,46],[67,47],[71,48],[69,49],[66,50],[80,51],[79,52],[72,53],[73,53],[74,54],[76,55],[75,56],[78,57],[77,53]],"exportedModulesMap":[[64,1],[140,58],[111,59],[129,60],[112,61],[113,62],[139,7],[114,63],[118,64],[124,65],[126,11],[123,12],[120,66],[122,66],[119,67],[137,17],[133,68],[134,69],[135,70],[127,71],[128,71],[131,72],[132,73],[136,74],[138,63],[130,26],[106,75],[116,76],[117,29],[115,77],[107,78],[109,78],[110,32],[101,33],[100,34],[103,35],[102,36],[84,37],[83,38],[85,38],[86,38],[87,39],[89,40],[90,38],[98,41],[91,38],[92,42],[93,38],[94,38],[82,43],[95,44],[96,45],[88,45],[97,45],[70,46],[67,47],[71,48],[69,49],[66,50],[80,51],[79,52],[72,53],[73,53],[74,54],[76,55],[75,56],[78,57],[77,53]],"semanticDiagnosticsPerFile":[61,62,64,63,60,58,59,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,29,30,31,32,6,36,33,34,35,37,7,38,43,44,39,40,41,42,8,48,45,46,47,49,9,50,51,52,55,53,54,56,10,1,11,57,81,140,111,129,112,113,139,114,118,124,126,123,120,122,119,125,137,133,134,135,127,128,131,132,136,138,105,121,130,106,116,117,115,107,108,109,110,104,99,101,100,103,102,84,83,85,86,87,89,90,98,91,92,93,94,82,95,96,88,97,70,67,71,65,69,66,80,79,72,73,74,76,75,78,77,68],"latestChangedDtsFile":"./esm/commands/sync/socket.d.ts"},"version":"5.0.3"}
@@ -1,32 +0,0 @@
1
- import { WrapWritableStream, WritableStream } from '@yume-chan/stream-extra';
2
-
3
- import type { Adb } from '../adb.js';
4
- import { escapeArg } from './subprocess/index.js';
5
- import type { AdbSync } from './sync/index.js';
6
-
7
- export function install(
8
- adb: Adb,
9
- ): WritableStream<Uint8Array> {
10
- const filename = `/data/local/tmp/${Math.random().toString().substring(2)}.apk`;
11
-
12
- let sync!: AdbSync;
13
- return new WrapWritableStream<Uint8Array>({
14
- async start() {
15
- // TODO: install: support other install apk methods (streaming, etc.)
16
- // TODO: install: support split apk formats (`adb install-multiple`)
17
-
18
- // Upload apk file to tmp folder
19
- sync = await adb.sync();
20
- return sync.write(filename, undefined, undefined);
21
- },
22
- async close() {
23
- sync.dispose();
24
-
25
- // Invoke `pm install` to install it
26
- await adb.subprocess.spawnAndWaitLegacy(['pm', 'install', escapeArg(filename)]);
27
-
28
- // Remove the temp file
29
- await adb.rm(filename);
30
- }
31
- });
32
- }