@yume-chan/adb 0.0.17 → 0.0.18

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 (127) hide show
  1. package/CHANGELOG.json +6 -0
  2. package/CHANGELOG.md +6 -1
  3. package/LICENSE +1 -1
  4. package/esm/adb.d.ts +6 -6
  5. package/esm/adb.d.ts.map +1 -1
  6. package/esm/adb.js +55 -35
  7. package/esm/adb.js.map +1 -1
  8. package/esm/auth.d.ts +4 -4
  9. package/esm/auth.d.ts.map +1 -1
  10. package/esm/auth.js +6 -6
  11. package/esm/auth.js.map +1 -1
  12. package/esm/backend.d.ts +3 -3
  13. package/esm/backend.d.ts.map +1 -1
  14. package/esm/commands/base.d.ts +2 -2
  15. package/esm/commands/base.d.ts.map +1 -1
  16. package/esm/commands/base.js +1 -1
  17. package/esm/commands/framebuffer.d.ts +7 -7
  18. package/esm/commands/framebuffer.d.ts.map +1 -1
  19. package/esm/commands/framebuffer.js +32 -33
  20. package/esm/commands/framebuffer.js.map +1 -1
  21. package/esm/commands/install.d.ts +2 -2
  22. package/esm/commands/install.d.ts.map +1 -1
  23. package/esm/commands/install.js +12 -6
  24. package/esm/commands/install.js.map +1 -1
  25. package/esm/commands/power.d.ts +1 -1
  26. package/esm/commands/power.d.ts.map +1 -1
  27. package/esm/commands/power.js +14 -10
  28. package/esm/commands/power.js.map +1 -1
  29. package/esm/commands/reverse.d.ts +3 -3
  30. package/esm/commands/reverse.d.ts.map +1 -1
  31. package/esm/commands/reverse.js +14 -12
  32. package/esm/commands/reverse.js.map +1 -1
  33. package/esm/commands/subprocess/command.d.ts +2 -2
  34. package/esm/commands/subprocess/command.d.ts.map +1 -1
  35. package/esm/commands/subprocess/command.js +14 -16
  36. package/esm/commands/subprocess/command.js.map +1 -1
  37. package/esm/commands/subprocess/protocols/none.d.ts +4 -4
  38. package/esm/commands/subprocess/protocols/none.d.ts.map +1 -1
  39. package/esm/commands/subprocess/protocols/none.js.map +1 -1
  40. package/esm/commands/subprocess/protocols/shell.d.ts +4 -4
  41. package/esm/commands/subprocess/protocols/shell.d.ts.map +1 -1
  42. package/esm/commands/subprocess/protocols/shell.js +23 -15
  43. package/esm/commands/subprocess/protocols/shell.js.map +1 -1
  44. package/esm/commands/subprocess/protocols/types.d.ts +4 -4
  45. package/esm/commands/subprocess/protocols/types.d.ts.map +1 -1
  46. package/esm/commands/sync/list.d.ts +6 -6
  47. package/esm/commands/sync/list.d.ts.map +1 -1
  48. package/esm/commands/sync/list.js +23 -11
  49. package/esm/commands/sync/list.js.map +1 -1
  50. package/esm/commands/sync/pull.d.ts +4 -4
  51. package/esm/commands/sync/pull.d.ts.map +1 -1
  52. package/esm/commands/sync/pull.js +12 -11
  53. package/esm/commands/sync/pull.js.map +1 -1
  54. package/esm/commands/sync/push.d.ts +3 -3
  55. package/esm/commands/sync/push.d.ts.map +1 -1
  56. package/esm/commands/sync/push.js +6 -7
  57. package/esm/commands/sync/push.js.map +1 -1
  58. package/esm/commands/sync/request.d.ts +4 -4
  59. package/esm/commands/sync/request.d.ts.map +1 -1
  60. package/esm/commands/sync/request.js +7 -7
  61. package/esm/commands/sync/request.js.map +1 -1
  62. package/esm/commands/sync/response.d.ts +4 -4
  63. package/esm/commands/sync/response.d.ts.map +1 -1
  64. package/esm/commands/sync/response.js +7 -7
  65. package/esm/commands/sync/response.js.map +1 -1
  66. package/esm/commands/sync/stat.d.ts +5 -5
  67. package/esm/commands/sync/stat.d.ts.map +1 -1
  68. package/esm/commands/sync/stat.js +37 -27
  69. package/esm/commands/sync/stat.js.map +1 -1
  70. package/esm/commands/sync/sync.d.ts +6 -6
  71. package/esm/commands/sync/sync.d.ts.map +1 -1
  72. package/esm/commands/sync/sync.js +20 -19
  73. package/esm/commands/sync/sync.js.map +1 -1
  74. package/esm/crypto.d.ts.map +1 -1
  75. package/esm/crypto.js +25 -15
  76. package/esm/crypto.js.map +1 -1
  77. package/esm/index.d.ts +9 -9
  78. package/esm/index.d.ts.map +1 -1
  79. package/esm/index.js +9 -9
  80. package/esm/index.js.map +1 -1
  81. package/esm/packet.d.ts +8 -8
  82. package/esm/packet.d.ts.map +1 -1
  83. package/esm/packet.js +14 -12
  84. package/esm/packet.js.map +1 -1
  85. package/esm/socket/dispatcher.d.ts +6 -6
  86. package/esm/socket/dispatcher.d.ts.map +1 -1
  87. package/esm/socket/dispatcher.js +22 -19
  88. package/esm/socket/dispatcher.js.map +1 -1
  89. package/esm/socket/socket.d.ts +4 -4
  90. package/esm/socket/socket.d.ts.map +1 -1
  91. package/esm/socket/socket.js +37 -17
  92. package/esm/socket/socket.js.map +1 -1
  93. package/esm/utils/auto-reset-event.d.ts +1 -1
  94. package/esm/utils/auto-reset-event.d.ts.map +1 -1
  95. package/esm/utils/auto-reset-event.js +2 -2
  96. package/esm/utils/base64.d.ts.map +1 -1
  97. package/esm/utils/base64.js +30 -29
  98. package/esm/utils/base64.js.map +1 -1
  99. package/package.json +16 -13
  100. package/src/adb.ts +133 -84
  101. package/src/auth.ts +27 -19
  102. package/src/backend.ts +6 -4
  103. package/src/commands/base.ts +2 -2
  104. package/src/commands/framebuffer.ts +37 -41
  105. package/src/commands/install.ts +19 -11
  106. package/src/commands/power.ts +15 -11
  107. package/src/commands/reverse.ts +48 -29
  108. package/src/commands/subprocess/command.ts +24 -21
  109. package/src/commands/subprocess/protocols/none.ts +4 -3
  110. package/src/commands/subprocess/protocols/shell.ts +65 -33
  111. package/src/commands/subprocess/protocols/types.ts +8 -5
  112. package/src/commands/sync/list.ts +51 -24
  113. package/src/commands/sync/pull.ts +51 -34
  114. package/src/commands/sync/push.ts +25 -11
  115. package/src/commands/sync/request.ts +20 -22
  116. package/src/commands/sync/response.ts +31 -25
  117. package/src/commands/sync/stat.ts +78 -55
  118. package/src/commands/sync/sync.ts +47 -26
  119. package/src/crypto.ts +60 -32
  120. package/src/index.ts +9 -10
  121. package/src/packet.ts +40 -30
  122. package/src/socket/dispatcher.ts +115 -78
  123. package/src/socket/socket.ts +68 -27
  124. package/src/utils/auto-reset-event.ts +3 -3
  125. package/src/utils/base64.ts +51 -41
  126. package/tsconfig.build.json +1 -1
  127. package/tsconfig.build.tsbuildinfo +1 -1
@@ -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
  }
@@ -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@4.9.4/node_modules/typescript/lib/lib.es5.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2015.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2016.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2017.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2018.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2019.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2020.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2021.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2022.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.esnext.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2015.core.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2017.object.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2017.string.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2019.array.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2019.object.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2019.string.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2020.date.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2020.string.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2020.number.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2021.string.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2022.array.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2022.error.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2022.object.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.es2022.string.d.ts","../../common/temp/node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../common/temp/node_modules/.pnpm/tslib@2.4.1/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/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":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","impliedFormat":1},{"version":"7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","impliedFormat":1},{"version":"8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","impliedFormat":1},{"version":"5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","impliedFormat":1},{"version":"4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","impliedFormat":1},{"version":"1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9","impliedFormat":1},{"version":"746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","impliedFormat":1},{"version":"d11a03592451da2d1065e09e61f4e2a9bf68f780f4f6623c18b57816a9679d17","impliedFormat":1},{"version":"aea179452def8a6152f98f63b191b84e7cbd69b0e248c91e61fb2e52328abe8c","impliedFormat":1},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true,"impliedFormat":1},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true,"impliedFormat":1},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","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":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","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":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","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":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","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":"34c839eaaa6d78c8674ae2c37af2236dee6831b13db7b4ef4df3ec889a04d4f2","affectsGlobalScope":true,"impliedFormat":1},{"version":"34478567f8a80171f88f2f30808beb7da15eac0538ae91282dd33dce928d98ed","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab7d58e6161a550ff92e5aff755dc37fe896245348332cd5f1e1203479fe0ed1","affectsGlobalScope":true,"impliedFormat":1},{"version":"6bda95ea27a59a276e46043b7065b55bd4b316c25e70e29b572958fa77565d43","affectsGlobalScope":true,"impliedFormat":1},{"version":"aedb8de1abb2ff1095c153854a6df7deae4a5709c37297f9d6e9948b6806fa66","affectsGlobalScope":true,"impliedFormat":1},{"version":"a4da0551fd39b90ca7ce5f68fb55d4dc0c1396d589b612e1902f68ee090aaada","affectsGlobalScope":true,"impliedFormat":1},{"version":"11ffe3c281f375fff9ffdde8bbec7669b4dd671905509079f866f2354a788064","affectsGlobalScope":true,"impliedFormat":1},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","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":"a916bd79fa897dfbfcfef0885727e005c015727e5ade51a5ca91f61eeca4b00f","impliedFormat":99},{"version":"ce15dfc8bba1c2d8b919a3b55dabe4c6269b81fbb78989586dfc1b2cdc1ec7a3","impliedFormat":99},{"version":"a0ba486f9abc9bdbf03878b06932a7de42cadeb3a760a9cd336cb7614a8ce73e","impliedFormat":99},{"version":"3c8bc049dae424f3b67fd4567e57abf037cf6698508703a33e95a0b93704d921","impliedFormat":99},{"version":"e2cdef9ccaf2ec8313c11030a44402276e3f2d33b2635e50a5c85da7c169705f","impliedFormat":99},{"version":"a198bc56ca1cabeb2100f93ed61a14457c8a0d7f3ee92a457774abefbf2af7e9","impliedFormat":99},{"version":"4000865d5ddad64d7894da59d95ef9900473502006100a4ed82cc950cf7c2f56","impliedFormat":99},{"version":"9d8e9863033f8c7872b0efa8b30abc489200d6dfbbb7e350e83567ee7d9849f3","impliedFormat":99},{"version":"20b17b2e6d5d0ab3188e6ba77369c12b8ff8c1c53d7738e72ff32404d1fb9806","impliedFormat":99},{"version":"238d44461641c771704ae948e129b280d05fad01b060f8e78a37a28ae346e7a4","impliedFormat":99},{"version":"94788f554a52e0a3abb6653395c2da112d2fcf17786464e8b430ed6855e63063","impliedFormat":99},{"version":"05ff8aaf99e2fe90a8bead1f2abe7001b1f2883b3733f68edc138d42d4a64fbc","impliedFormat":99},{"version":"b620d8091fc4a3520370c0faf794ef5d8e663f9cf5c419615c46923a2faf7658","impliedFormat":99},{"version":"deb19b18352719845b83f911ec5f6520b11918c45327267d828658ad3e15f59a","impliedFormat":99},{"version":"7ca63f52c8ada038d44dbd9e0cd6bbc654762dbb2cb25c1acb66912e541aa5d8","impliedFormat":99},{"version":"16b6014cf97bb1eed71f5955ba76e1714f852e0ada929661c2f3215b8b2694f7","affectsGlobalScope":true,"impliedFormat":99},{"version":"19c2d8da51e4944a19e0ca377df3fd9d249dd8f9cab9544632fb8d10a72808f7","impliedFormat":1},{"version":"bf1b953026023eab871cd33c181b70261a13e2d2c8ae2a82974ab546eaf0d55d","impliedFormat":99},{"version":"a826d0ce76bf41e249ce59c3246fa6463b4b3ae8ca922de1b291c8228b596d4f","impliedFormat":99},{"version":"519667c1e67843d0b5639067aff734c8b2790db9d54bfbcc1e01a72c35a1899c","impliedFormat":99},{"version":"8f761c78ed6b6a8d1a7a06de589b885ee8f1d6cfc35869271aadef12453e6792","impliedFormat":99},{"version":"a045afb91a1874d04a03ef23ba88467d54cb0d0ce9bb7a6f9bbf0aef0fcb2987","impliedFormat":99},{"version":"09f7cf923b40a668786baa010975a2741eaee0221cd2223a4a93b626eae11b25","impliedFormat":99},{"version":"aa24a56a19061cf24248df631db467c47dbac51b3007d0ca3571f63a9454c3f1","impliedFormat":99},{"version":"8ae5b1ec391cee87c0a2b1618244fd68f2c4648feb300506cee22836479d36e9","impliedFormat":99},{"version":"372c41ec228da5feadb0ea2e009e50767d6a7e029d9fae16baf5d7561beee141","impliedFormat":99},{"version":"6432fa68f24fb1b2a855c4537d34854ff49431866f8c3b22a6dd47d427389875","impliedFormat":99},{"version":"eb589b10ce1aff55e80870f1ec80b844af04d29272a52f87e84af33785ca3b63","impliedFormat":99},{"version":"d46d9b5809fbedc466e5a7f5d271c6eab6646023e8e74af42895f19729baed09","impliedFormat":99},{"version":"614bd59e02cef825d1376a35a08ca28aa3ea2465bc47cae98a23418e6b6b98dd","impliedFormat":99},{"version":"187135e423dde8f10f28d980fde73ed45d2ab83377da3c9e43b58cb7cb55cb7f","impliedFormat":99},{"version":"c51e9542d1586923fc237ee9e7e7850515278d20e7c9554200c4088b1ab8b1b5","impliedFormat":99},{"version":"15d73de6b3ccca063cd20adbb6de0ca1f388c9525c49ada08b4e4aed482f81d2","impliedFormat":99},{"version":"3d4fc1ed5c1c6f311aebeff68ec8038718a12eaef5d0ae5cbd5133112956356f","impliedFormat":99},{"version":"6e4a3c4dad188295c5ea0cd7d0b18374bed555f7f4bd1f692adb6d0646b84a6c","impliedFormat":99},{"version":"f42981e268e693681dc46a595320a28e76eb1d035c0fd02782fad4530c4b9460","impliedFormat":99},{"version":"953f8ee025732d4442fed525cbaaa51e8380a658a2db9e65472b1a45a96eb863","impliedFormat":99},{"version":"8cc812db40101403f8753561d5d56444e582d6658a1825fd65d8b6dc33001854","impliedFormat":99},{"version":"ea9a35cd9e4fc405c1e35f2ab6d2219205cc1d0a99338af5d462472ebcfbd855","impliedFormat":99},{"version":"1c8f3424bfaf3a25406af40e4fdc13d665e4e2d73b7fb239483fe5a10dbcb664","signature":"631d36651820d17f94053f125746ab7a0c96a8f5c4b3d6a3fcb50d7ad99a25b9","impliedFormat":99},{"version":"16888a635724d605ad577704ed1c388a9ac83f9491604f3c9e2d07187a51b7d9","signature":"d7b49d60f6ef089e47fca1170c7e580cd496c111867f6b5872db9ad4eb6ef5ea","impliedFormat":99},{"version":"c8f96e2083727346f4e84b2bfc0bcf016067e900a6d2a5475e8c83a419195576","signature":"3b4e071802eb384868e769bd3f481a8bda7bbcb166a0c89f069f54d09a0f6c5d","impliedFormat":99},{"version":"572aa02f4117bec7af6031d8dfb79a64b41b82c39972c2fd3e5aa38212f6dacb","signature":"91389a8ea2c56cc72533db49e8e56b2303f62140b476992735bb4e726da816d1","impliedFormat":99},{"version":"4f328e6839e8fadfd6c9d3f6e6d7bdbc0b7065634b550d6bd3933011d3cbf394","signature":"dfd3c561fe633424048a65a09c14c2950fbd22efaf7b4ba8253ed4a1986988cf","impliedFormat":99},{"version":"5de916e06e0c3e811ad0af286c3ad6c16493060b8407dfe001730805486bb998","signature":"f559b431d4d632f6281d81be708bc628c88e2dcaac30abeecc4746ad3e65be51","impliedFormat":99},{"version":"b5c60664199608d79e41b60257e226da42f3c9f9f6e1821f12d5e9851814aeb0","signature":"78eab843015263ad65814c0ffbcc391c43ece89463ac292b251d2f0a548d7e1d","impliedFormat":99},{"version":"148c9af2acfcbb13931702c42a48ced3048c6495e02d41b8d393c3754356dc59","signature":"f271457715fc82a3578d076a78ff9b5f8c6ecd7609902dea7e9ea65d529c9a2a","impliedFormat":99},{"version":"34edb74d202d85bd9875b6b530a6d63893e97ca4319731f6e6e84cfbac5a2de2","signature":"3889f8b109607c14b9baf3ddcc03bf99d00c521089432a11149661abce094f25","impliedFormat":99},{"version":"ec5f4ae1db7c99f4a8ee2ca1f3e9af1862b3ca2a22e718df60dd329983f17f93","signature":"de3451b266585ab96ade294fb99c5d9fa0c09b16d340755e8a50a83559a2f131","impliedFormat":99},{"version":"47b3e86b7f12d3dd80d1dea0eafd2038b72a3860c94cd85c4d95b5e33621fab3","signature":"d020fc4e4f41948722fb3e58f6345ffff4d54d4e71878b063e7e028a9eef4d06","impliedFormat":99},{"version":"91ae15fab1b643b608a1a7ce96bc448706f9d89c41e6e6d5cb9a63d44ce6699c","signature":"a243ce4afe72d9fa5f956a2d7255bec6e5bbf141fd9312c84d60fa881267e54e","impliedFormat":99},{"version":"029b29db8b39778451f451ebc5aec2c3c4b61b7989fe04056b3cfee7ebf32b4c","signature":"4c12069009fefd01551cfc80c7e844f841fee10ebd6b1dd442bc2593fc76460b","impliedFormat":99},{"version":"23f188e214402bdddfdb5eddca0e8393aabf63504fcaa9356a73e3bea0fc4aa8","signature":"b208195f20f0fac9efa29ca1a33f7ab0b5259ed68e84a1efaa4fd51480c314be","impliedFormat":99},{"version":"2ba29414096d4f69d313fc8dae3ac551e8742a2a81dd8f20f88a26944c92a8e5","signature":"f4cc3c23ece1e78913a3ef1a0a95b683ddba26da0269bbedfb581cdfb71a006e","impliedFormat":99},{"version":"a54c04a56fa26cf1ac69c4e80d00280ec2bc1d498917c3a8dc94cc2fa6d8aeff","signature":"b2869ad5c8c67ac869fa7886f52d29e2e8ad19f407555547e6cbde1ce7c881f4","impliedFormat":99},{"version":"452ee497fc226e410544ed8407f0f88ffa447f4a481447e3213e862e5eea14d9","signature":"1475d4dd365bfa3e74f9f4f9df592ac8a0ab3a44c8f7eedde43e8ce702cd3a05","impliedFormat":99},{"version":"85adceec352aae7dd892dcfb2d60c818544c6438b558d6fe70780ac70d07701f","signature":"b90f54963f39da1caf8138d8b136041c35e932c3ac5c8a6cf6fb4c990e566244","impliedFormat":99},{"version":"a4d083348f44a035450cf15289f62dac754a1c481cfa27f1f69f76aaca93386f","signature":"49ac72d952a1d046b9e891b6eb1e47bf977f7ecf370fe63a5cbe32895195f141","impliedFormat":99},{"version":"67bb32d5bf5eeaf61d298ca402f47618fead0a51a7f260bc94b230a2b8affa2c","signature":"7a7f9c3b2f90e6a6e7804126de6f387e78e7edee86ab35e33466b96c7e2450b7","impliedFormat":99},{"version":"8071cc4fb20bb77ec59a6fcf60b6378675b09ece1871b2a514a33da63e31259a","signature":"d11125ed63c0083918b64683d35eb99178ae32167cbeb55b0b6e60cb714f2516","impliedFormat":99},{"version":"8717da40a8332cfac02e15f4ba65894a42f960db0d45715b60d7b0cc6c62c5ac","signature":"14025fdcb6d7e25ff618ed9ff505230b399d8c4256788b6d4df973b473e17f3d","impliedFormat":99},{"version":"257cd33e876f559440ac558800da1d8ebe0e087a959ae9102737551c740f0bfc","signature":"45f5d9c565123b474958f4ac33ba835239b08faf3d5101232b6069e0501ed66e","impliedFormat":99},{"version":"e707c8adcbc624cb77ce78e0fe0cfe3b75c6f64df9021a794fef0f8b55dad863","signature":"89a1e2fcf5c46704dcca9a6c7082b12aea6d3ee98b973a6ef4407a45e6e367b7","impliedFormat":99},{"version":"85e00d24ce9cd4898df283ee0320e83f124ab10cc2503623bdd5606556f71032","signature":"c74b4d078551818d3692a612058794a63283d4484c9d2e1488bb9c4fcce57214","impliedFormat":99},{"version":"1894e3f3794ab0ae95db906b831392aee9055e8c1a0ecb753c0a9fa56553af70","signature":"94d9b6a09cdd106f5f697fe48679b1f3ecdb5f0729b9af3d4bb1f1716e897cb4","impliedFormat":99},{"version":"32f559ba2e5e20e82c1fe2588a4c63415b4bdf630ffbefb89008315e2cc1c2a3","signature":"61ee321639bbcba3294cf1fff2a88e0799871572adde7894159eae4a99d97fed","impliedFormat":99},{"version":"34af68696cc7f41c1c7677c42804cb24892f8a12e4df78d0fd7c2a2b6712e798","signature":"618baec3537bb72412a4c10ec5aeac4a6c76456b00cd0bf84aa6120333541658","impliedFormat":99},{"version":"76866a4af5a00e97282419ebb099f4cc707b07307d9825cad7dec55ca0bf5ffb","signature":"de5f55b7cf8f1910e88c35eda13bfeee48cacfbf5b04f4cc533c98e767c4f8b1","impliedFormat":99},{"version":"97f98b095db2c12d0bc82a8bc5308367d832313884e61d784081796c54a450f5","signature":"98a4e713d99e1fc8baae041a529f7cc7b0a78e3b9b24dc9c5ef849dcb093e13c","impliedFormat":99},{"version":"529a8f1ba46e7b186983fb3b98cc78655e267ce09f1108fff89e13098aaef564","signature":"1c1db076defdd9c01263636305b714d6dedaddc66ad9bab5505fff492a2f4399","impliedFormat":99},{"version":"6faea53ad7c0a8a7bfcd2e63d550bb8c53f4065c3aed0b5fd6d607d8a9161e55","signature":"ff2bb6bbf0dad381971dd6c0153c5ce9046f4d9b5c7663f74a0976c76bec7f05","impliedFormat":99},{"version":"5cad77bc5e34c69b1c96788b9980c29f00e35fa03e89f9ec1346d7fb6b4cb5e1","signature":"2dc99ddbe4cc567daf1450e72ec73a3f59ea65289d1b04547a119f1446e3a142","impliedFormat":99},{"version":"f5f7f1560d9cbc85d0beb3f1547edbb987b841b77d4f8d2a4fe03229399ba2b7","signature":"ab2bfd6c4bbfb8fdd3d4ef4f31a0ce3f55bf82c5d871b8d5ad8b1fb00f37540e","impliedFormat":99},{"version":"d21a377e40fb4a26b08d2b10c3a9f1bad0bb449cc7b2c7daee2b4a5fdc547b98","signature":"deeccfe4ca2de96a64961e76be777c4f97fec74404365300396165a5761703ec","impliedFormat":99}],"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":[[56,57,58],[55,59,92,100,103,104,109,112,130],[55,59,75,97,99,100,103],[55,75,92,100],[55,97,131],[55,75,92,131],[55,105,106,117,125,126,127,128,129],[55,92,117,125,131],[55,105],[55,75,92,97,103,109,131],[55,92,105,114],[55,114,115,116],[55,110,111,113],[55,92,109,110,131],[55,59,75,92,103,109,110,112,131],[55,75,92,109,131],[55],[55,118,119,120,121,122,123,124],[55,75,92,118,119,120],[55,75,92,118,119],[55,75,92,103],[55,92,97,103,109,112,117,120,121,122,123,131],[55,98],[55,99,100,103,104,109,112,130,131,132],[55,75,92],[55,59,75,92,97,100,103,107],[55,107,108],[55,59,92,97,100,108],[55,59,97],[55,75,101,102],[93,94],[93],[93,94,95,96],[94],[75,77,78],[77],[75,77,82],[77,78,79,80,81,82,83,84,85,86,87,88,89,90,91],[76,77],[76],[75,79],[75,77],[60,61,62,64],[60,61,65],[60,61,62,64,65],[63],[62],[63,66,73,74],[63,66,73],[66],[68],[68,69,70],[63,66,68],[67,71,72],[92,97,100,104,109,112,130],[75,97,100],[75,92,100],[97,131],[75,131],[105,106,117,125,126,127,128,129],[92,131],[105],[97,109,131],[105,114],[114,115,116],[110,111,113],[92,109,110,131],[75,92,109,131],[118,119,120,121,122,123,124],[75,92,119,120],[75,92,119],[75,92],[92,97,103,109,119,120,121,131],[99,100,103,104,109,112,130,131,132],[75,92,97,100,107],[107,108],[92,97,108],[97],[75,101,102]],"referencedMap":[[59,1],[131,2],[104,3],[132,4],[105,5],[106,6],[130,7],[126,8],[127,9],[128,10],[115,11],[117,12],[114,13],[111,14],[113,15],[110,16],[116,17],[125,18],[121,19],[122,20],[123,19],[118,21],[119,21],[120,20],[124,22],[129,9],[99,23],[112,17],[133,24],[100,25],[108,26],[109,27],[107,28],[101,29],[102,17],[103,30],[95,31],[94,32],[97,33],[96,34],[79,35],[78,36],[80,36],[81,36],[83,37],[84,36],[92,38],[85,36],[86,39],[87,36],[88,36],[77,40],[89,41],[90,42],[82,42],[91,42],[65,43],[62,44],[66,45],[64,46],[61,47],[75,48],[74,49],[67,50],[68,50],[69,51],[71,52],[70,53],[73,54],[72,50]],"exportedModulesMap":[[59,1],[131,55],[104,56],[132,57],[105,58],[106,59],[130,60],[126,61],[127,62],[128,63],[115,64],[117,65],[114,66],[111,67],[113,67],[110,68],[125,69],[121,70],[122,71],[123,72],[118,72],[119,72],[120,71],[124,73],[129,62],[133,74],[100,72],[108,75],[109,76],[107,77],[101,78],[103,79],[95,31],[94,32],[97,33],[96,34],[79,35],[78,36],[80,36],[81,36],[83,37],[84,36],[92,38],[85,36],[86,39],[87,36],[88,36],[77,40],[89,41],[90,42],[82,42],[91,42],[65,43],[62,44],[66,45],[64,46],[61,47],[75,48],[74,49],[67,50],[68,50],[69,51],[71,52],[70,53],[73,54],[72,50]],"semanticDiagnosticsPerFile":[56,57,59,58,55,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,35,32,33,34,36,7,37,42,43,38,39,40,41,8,47,44,45,46,48,9,49,50,51,52,53,1,10,54,76,131,104,132,105,106,130,126,127,128,115,117,114,111,113,110,116,125,121,122,123,118,119,120,124,129,99,112,133,100,108,109,107,101,102,103,98,93,95,94,97,96,79,78,80,81,83,84,92,85,86,87,88,77,89,90,82,91,65,62,66,60,64,61,75,74,67,68,69,71,70,73,72,63],"latestChangedDtsFile":"./esm/commands/subprocess/protocols/none.d.ts"},"version":"4.9.4"}