@react-native-harness/platform-android 1.0.0-alpha.19 → 1.0.0-alpha.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adb-id.d.ts.map +1 -1
- package/dist/adb-id.js +8 -2
- package/dist/adb.d.ts +1 -1
- package/dist/adb.d.ts.map +1 -1
- package/dist/adb.js +2 -2
- package/dist/assertions.d.ts +5 -0
- package/dist/assertions.d.ts.map +1 -0
- package/dist/assertions.js +6 -0
- package/dist/emulator.d.ts +6 -0
- package/dist/emulator.d.ts.map +1 -0
- package/dist/emulator.js +27 -0
- package/dist/errors.d.ts +15 -0
- package/dist/errors.d.ts.map +1 -0
- package/dist/errors.js +28 -0
- package/dist/reader.d.ts +6 -0
- package/dist/reader.d.ts.map +1 -0
- package/dist/reader.js +57 -0
- package/dist/runner.d.ts +2 -1
- package/dist/runner.d.ts.map +1 -1
- package/dist/runner.js +2 -2
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/dist/types.d.ts +381 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +107 -0
- package/package.json +4 -3
- package/src/adb-id.ts +11 -2
- package/src/adb.ts +3 -2
- package/src/runner.ts +4 -2
package/dist/adb-id.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"adb-id.d.ts","sourceRoot":"","sources":["../src/adb-id.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,aAAa,EACd,MAAM,aAAa,CAAC;AAErB,eAAO,MAAM,eAAe,GAAI,OAAO,MAAM,KAAG,OAE/C,CAAC;AAEF,eAAO,MAAM,QAAQ,GACnB,QAAQ,aAAa,KACpB,OAAO,CAAC,MAAM,GAAG,IAAI,
|
|
1
|
+
{"version":3,"file":"adb-id.d.ts","sourceRoot":"","sources":["../src/adb-id.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,aAAa,EACd,MAAM,aAAa,CAAC;AAErB,eAAO,MAAM,eAAe,GAAI,OAAO,MAAM,KAAG,OAE/C,CAAC;AAEF,eAAO,MAAM,QAAQ,GACnB,QAAQ,aAAa,KACpB,OAAO,CAAC,MAAM,GAAG,IAAI,CA+BvB,CAAC"}
|
package/dist/adb-id.js
CHANGED
|
@@ -14,8 +14,14 @@ export const getAdbId = async (device) => {
|
|
|
14
14
|
}
|
|
15
15
|
else if (isAndroidDevicePhysical(device)) {
|
|
16
16
|
const deviceInfo = await adb.getDeviceInfo(adbId);
|
|
17
|
-
if (deviceInfo
|
|
18
|
-
|
|
17
|
+
if (!deviceInfo) {
|
|
18
|
+
// This should never happen as we already checked if the device is physical.
|
|
19
|
+
return null;
|
|
20
|
+
}
|
|
21
|
+
const normalizedManufacturer = deviceInfo.manufacturer?.toLowerCase() ?? '';
|
|
22
|
+
const normalizedModel = deviceInfo.model?.toLowerCase() ?? '';
|
|
23
|
+
if (normalizedManufacturer === device.manufacturer &&
|
|
24
|
+
normalizedModel === device.model) {
|
|
19
25
|
return adbId;
|
|
20
26
|
}
|
|
21
27
|
}
|
package/dist/adb.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const isAppInstalled: (adbId: string, bundleId: string) => Promise<boolean>;
|
|
2
|
-
export declare const reversePort: (adbId: string, port: number) => Promise<void>;
|
|
2
|
+
export declare const reversePort: (adbId: string, port: number, hostPort?: number) => Promise<void>;
|
|
3
3
|
export declare const stopApp: (adbId: string, bundleId: string) => Promise<void>;
|
|
4
4
|
export declare const startApp: (adbId: string, bundleId: string, activityName: string) => Promise<void>;
|
|
5
5
|
export declare const getDeviceIds: () => Promise<string[]>;
|
package/dist/adb.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"adb.d.ts","sourceRoot":"","sources":["../src/adb.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,GACzB,OAAO,MAAM,EACb,UAAU,MAAM,KACf,OAAO,CAAC,OAAO,CAWjB,CAAC;AAEF,eAAO,MAAM,WAAW,GACtB,OAAO,MAAM,EACb,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"adb.d.ts","sourceRoot":"","sources":["../src/adb.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,GACzB,OAAO,MAAM,EACb,UAAU,MAAM,KACf,OAAO,CAAC,OAAO,CAWjB,CAAC;AAEF,eAAO,MAAM,WAAW,GACtB,OAAO,MAAM,EACb,MAAM,MAAM,EACZ,WAAU,MAAa,KACtB,OAAO,CAAC,IAAI,CAEd,CAAC;AAEF,eAAO,MAAM,OAAO,GAClB,OAAO,MAAM,EACb,UAAU,MAAM,KACf,OAAO,CAAC,IAAI,CAEd,CAAC;AAEF,eAAO,MAAM,QAAQ,GACnB,OAAO,MAAM,EACb,UAAU,MAAM,EAChB,cAAc,MAAM,KACnB,OAAO,CAAC,IAAI,CAcd,CAAC;AAEF,eAAO,MAAM,YAAY,QAAa,OAAO,CAAC,MAAM,EAAE,CAOrD,CAAC;AAEF,eAAO,MAAM,eAAe,GAC1B,OAAO,MAAM,KACZ,OAAO,CAAC,MAAM,GAAG,IAAI,CAGvB,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAC3B,OAAO,MAAM,EACb,UAAU,MAAM,KACf,OAAO,CAAC,MAAM,GAAG,IAAI,CASvB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,aAAa,GACxB,OAAO,MAAM,KACZ,OAAO,CAAC,UAAU,GAAG,IAAI,CAI3B,CAAC;AAEF,eAAO,MAAM,eAAe,GAAU,OAAO,MAAM,KAAG,OAAO,CAAC,OAAO,CAGpE,CAAC;AAEF,eAAO,MAAM,YAAY,GAAU,OAAO,MAAM,KAAG,OAAO,CAAC,IAAI,CAE9D,CAAC"}
|
package/dist/adb.js
CHANGED
|
@@ -11,8 +11,8 @@ export const isAppInstalled = async (adbId, bundleId) => {
|
|
|
11
11
|
]);
|
|
12
12
|
return stdout.trim() !== '';
|
|
13
13
|
};
|
|
14
|
-
export const reversePort = async (adbId, port) => {
|
|
15
|
-
await spawn('adb', ['-s', adbId, 'reverse', `tcp:${port}`, `tcp:${
|
|
14
|
+
export const reversePort = async (adbId, port, hostPort = port) => {
|
|
15
|
+
await spawn('adb', ['-s', adbId, 'reverse', `tcp:${port}`, `tcp:${hostPort}`]);
|
|
16
16
|
};
|
|
17
17
|
export const stopApp = async (adbId, bundleId) => {
|
|
18
18
|
await spawn('adb', ['-s', adbId, 'shell', 'am', 'force-stop', bundleId]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assertions.d.ts","sourceRoot":"","sources":["../src/assertions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAE5D,wBAAgB,kBAAkB,CAChC,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,MAAM,IAAI,MAAM,GAAG;IAAE,MAAM,EAAE,sBAAsB,CAAA;CAAE,CAO/D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emulator.d.ts","sourceRoot":"","sources":["../src/emulator.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,WAAW,GACtB,SAAS,MAAM,KACd,OAAO,CAAC,eAAe,CA8BzB,CAAC"}
|
package/dist/emulator.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { spawn } from '@react-native-harness/tools';
|
|
2
|
+
import * as adb from './adb.js';
|
|
3
|
+
export const runEmulator = async (avdName) => {
|
|
4
|
+
const process = spawn('emulator', ['-avd', avdName]);
|
|
5
|
+
await process.nodeChildProcess;
|
|
6
|
+
const adbId = await adb.getEmulatorName(avdName);
|
|
7
|
+
if (!adbId) {
|
|
8
|
+
throw new Error('Emulator not found');
|
|
9
|
+
}
|
|
10
|
+
// Poll for emulator status until it's fully running
|
|
11
|
+
const checkStatus = async () => {
|
|
12
|
+
const status = await adb.isBootCompleted(adbId);
|
|
13
|
+
if (!status) {
|
|
14
|
+
await new Promise((resolve) => setTimeout(resolve, 2000));
|
|
15
|
+
await checkStatus();
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
// Start checking status after a brief delay to allow emulator to start
|
|
19
|
+
await new Promise((resolve) => setTimeout(resolve, 3000));
|
|
20
|
+
await checkStatus();
|
|
21
|
+
return {
|
|
22
|
+
adbId,
|
|
23
|
+
stop: async () => {
|
|
24
|
+
await adb.stopEmulator(adbId);
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
};
|
package/dist/errors.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare class ConfigValidationError extends Error {
|
|
2
|
+
readonly filePath: string;
|
|
3
|
+
readonly validationErrors: string[];
|
|
4
|
+
constructor(filePath: string, validationErrors: string[]);
|
|
5
|
+
}
|
|
6
|
+
export declare class ConfigNotFoundError extends Error {
|
|
7
|
+
readonly searchPath: string;
|
|
8
|
+
constructor(searchPath: string);
|
|
9
|
+
}
|
|
10
|
+
export declare class ConfigLoadError extends Error {
|
|
11
|
+
readonly filePath: string;
|
|
12
|
+
readonly cause?: Error;
|
|
13
|
+
constructor(filePath: string, cause?: Error);
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=errors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../src/errors.ts"],"names":[],"mappings":"AAAA,qBAAa,qBAAsB,SAAQ,KAAK;aAExB,QAAQ,EAAE,MAAM;aAChB,gBAAgB,EAAE,MAAM,EAAE;gBAD1B,QAAQ,EAAE,MAAM,EAChB,gBAAgB,EAAE,MAAM,EAAE;CAKjD;AAED,qBAAa,mBAAoB,SAAQ,KAAK;aACd,UAAU,EAAE,MAAM;gBAAlB,UAAU,EAAE,MAAM;CAIjD;AAED,qBAAa,eAAgB,SAAQ,KAAK;aAGV,QAAQ,EAAE,MAAM;IAF5C,SAAyB,KAAK,CAAC,EAAE,KAAK,CAAC;gBAEX,QAAQ,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,KAAK;CAK9D"}
|
package/dist/errors.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export class ConfigValidationError extends Error {
|
|
2
|
+
filePath;
|
|
3
|
+
validationErrors;
|
|
4
|
+
constructor(filePath, validationErrors) {
|
|
5
|
+
super(`Invalid configuration in ${filePath}`);
|
|
6
|
+
this.filePath = filePath;
|
|
7
|
+
this.validationErrors = validationErrors;
|
|
8
|
+
this.name = 'ConfigValidationError';
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export class ConfigNotFoundError extends Error {
|
|
12
|
+
searchPath;
|
|
13
|
+
constructor(searchPath) {
|
|
14
|
+
super(`Config file not found in ${searchPath} or any parent directories`);
|
|
15
|
+
this.searchPath = searchPath;
|
|
16
|
+
this.name = 'ConfigNotFoundError';
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export class ConfigLoadError extends Error {
|
|
20
|
+
filePath;
|
|
21
|
+
cause;
|
|
22
|
+
constructor(filePath, cause) {
|
|
23
|
+
super(`Failed to load config file ${filePath}`);
|
|
24
|
+
this.filePath = filePath;
|
|
25
|
+
this.name = 'ConfigLoadError';
|
|
26
|
+
this.cause = cause;
|
|
27
|
+
}
|
|
28
|
+
}
|
package/dist/reader.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reader.d.ts","sourceRoot":"","sources":["../src/reader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAgB,MAAM,YAAY,CAAC;AAsElD,eAAO,MAAM,SAAS,GACpB,KAAK,MAAM,KACV,OAAO,CAAC;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,CAUjD,CAAC"}
|
package/dist/reader.js
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { ConfigSchema } from './types.js';
|
|
2
|
+
import { ConfigValidationError, ConfigNotFoundError, ConfigLoadError, } from './errors.js';
|
|
3
|
+
import path from 'node:path';
|
|
4
|
+
import fs from 'node:fs';
|
|
5
|
+
import { createRequire } from 'node:module';
|
|
6
|
+
import { ZodError } from 'zod';
|
|
7
|
+
const extensions = ['.js', '.mjs', '.cjs', '.json'];
|
|
8
|
+
const importUp = async (dir, name) => {
|
|
9
|
+
const filePath = path.join(dir, name);
|
|
10
|
+
for (const ext of extensions) {
|
|
11
|
+
const filePathWithExt = `${filePath}${ext}`;
|
|
12
|
+
if (fs.existsSync(filePathWithExt)) {
|
|
13
|
+
let rawConfig;
|
|
14
|
+
try {
|
|
15
|
+
if (ext === '.mjs') {
|
|
16
|
+
rawConfig = await import(filePathWithExt).then((module) => module.default);
|
|
17
|
+
}
|
|
18
|
+
else {
|
|
19
|
+
const require = createRequire(import.meta.url);
|
|
20
|
+
rawConfig = require(filePathWithExt);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
catch (error) {
|
|
24
|
+
throw new ConfigLoadError(filePathWithExt, error instanceof Error ? error : undefined);
|
|
25
|
+
}
|
|
26
|
+
try {
|
|
27
|
+
const config = ConfigSchema.parse(rawConfig);
|
|
28
|
+
return { config, filePathWithExt, configDir: dir };
|
|
29
|
+
}
|
|
30
|
+
catch (error) {
|
|
31
|
+
if (error instanceof ZodError) {
|
|
32
|
+
const validationErrors = error.errors.map((err) => {
|
|
33
|
+
const path = err.path.length > 0 ? ` at "${err.path.join('.')}"` : '';
|
|
34
|
+
return `${err.message}${path}`;
|
|
35
|
+
});
|
|
36
|
+
throw new ConfigValidationError(filePathWithExt, validationErrors);
|
|
37
|
+
}
|
|
38
|
+
throw error;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
const parentDir = path.dirname(dir);
|
|
43
|
+
if (parentDir === dir) {
|
|
44
|
+
throw new ConfigNotFoundError(dir);
|
|
45
|
+
}
|
|
46
|
+
return importUp(parentDir, name);
|
|
47
|
+
};
|
|
48
|
+
export const getConfig = async (dir) => {
|
|
49
|
+
const { config, configDir } = await importUp(dir, 'rn-harness.config');
|
|
50
|
+
return {
|
|
51
|
+
config: {
|
|
52
|
+
...config,
|
|
53
|
+
reporter: config.reporter,
|
|
54
|
+
},
|
|
55
|
+
projectRoot: configDir,
|
|
56
|
+
};
|
|
57
|
+
};
|
package/dist/runner.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { HarnessPlatformRunner } from '@react-native-harness/platforms';
|
|
2
|
+
import { Config } from '@react-native-harness/config';
|
|
2
3
|
import { type AndroidPlatformConfig } from './config.js';
|
|
3
|
-
declare const getAndroidRunner: (config: AndroidPlatformConfig) => Promise<HarnessPlatformRunner>;
|
|
4
|
+
declare const getAndroidRunner: (config: AndroidPlatformConfig, harnessConfig: Config) => Promise<HarnessPlatformRunner>;
|
|
4
5
|
export default getAndroidRunner;
|
|
5
6
|
//# sourceMappingURL=runner.d.ts.map
|
package/dist/runner.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runner.d.ts","sourceRoot":"","sources":["../src/runner.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,qBAAqB,EACtB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,aAAa,CAAC;AAKrB,QAAA,MAAM,gBAAgB,GACpB,QAAQ,qBAAqB,
|
|
1
|
+
{"version":3,"file":"runner.d.ts","sourceRoot":"","sources":["../src/runner.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,qBAAqB,EACtB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AACtD,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,aAAa,CAAC;AAKrB,QAAA,MAAM,gBAAgB,GACpB,QAAQ,qBAAqB,EAC7B,eAAe,MAAM,KACpB,OAAO,CAAC,qBAAqB,CA8C/B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
package/dist/runner.js
CHANGED
|
@@ -3,7 +3,7 @@ import { AndroidPlatformConfigSchema, } from './config.js';
|
|
|
3
3
|
import { getAdbId } from './adb-id.js';
|
|
4
4
|
import * as adb from './adb.js';
|
|
5
5
|
import { getDeviceName } from './utils.js';
|
|
6
|
-
const getAndroidRunner = async (config) => {
|
|
6
|
+
const getAndroidRunner = async (config, harnessConfig) => {
|
|
7
7
|
const parsedConfig = AndroidPlatformConfigSchema.parse(config);
|
|
8
8
|
const adbId = await getAdbId(parsedConfig.device);
|
|
9
9
|
if (!adbId) {
|
|
@@ -16,7 +16,7 @@ const getAndroidRunner = async (config) => {
|
|
|
16
16
|
await Promise.all([
|
|
17
17
|
adb.reversePort(adbId, 8081),
|
|
18
18
|
adb.reversePort(adbId, 8080),
|
|
19
|
-
adb.reversePort(adbId,
|
|
19
|
+
adb.reversePort(adbId, harnessConfig.webSocketPort),
|
|
20
20
|
]);
|
|
21
21
|
return {
|
|
22
22
|
startApp: async () => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/tslib/tslib.d.ts","../../../node_modules/tslib/modules/index.d.ts","../../tools/dist/abort.d.ts","../../../node_modules/picocolors/types.d.ts","../../../node_modules/picocolors/picocolors.d.ts","../../tools/dist/color.d.ts","../../tools/dist/logger.d.ts","../../../node_modules/@clack/core/dist/index.d.mts","../../../node_modules/@clack/prompts/dist/index.d.mts","../../tools/dist/prompts.d.ts","../../../node_modules/nano-spawn/source/index.d.ts","../../tools/dist/spawn.d.ts","../../tools/dist/react-native.d.ts","../../tools/dist/error.d.ts","../../tools/dist/events.d.ts","../../tools/dist/index.d.ts","../src/adb.ts","../../../node_modules/zod/dist/types/v3/helpers/typealiases.d.ts","../../../node_modules/zod/dist/types/v3/helpers/util.d.ts","../../../node_modules/zod/dist/types/v3/zoderror.d.ts","../../../node_modules/zod/dist/types/v3/locales/en.d.ts","../../../node_modules/zod/dist/types/v3/errors.d.ts","../../../node_modules/zod/dist/types/v3/helpers/parseutil.d.ts","../../../node_modules/zod/dist/types/v3/helpers/enumutil.d.ts","../../../node_modules/zod/dist/types/v3/helpers/errorutil.d.ts","../../../node_modules/zod/dist/types/v3/helpers/partialutil.d.ts","../../../node_modules/zod/dist/types/v3/standard-schema.d.ts","../../../node_modules/zod/dist/types/v3/types.d.ts","../../../node_modules/zod/dist/types/v3/external.d.ts","../../../node_modules/zod/dist/types/v3/index.d.ts","../../../node_modules/zod/dist/types/index.d.ts","../src/config.ts","../src/adb-id.ts","../../platforms/dist/types.d.ts","../../platforms/dist/errors.d.ts","../../platforms/dist/index.d.ts","../src/factory.ts","../src/index.ts","../src/utils.ts","../src/runner.ts","../../../node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../node_modules/@types/node/web-globals/domexception.d.ts","../../../node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/file.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/undici-types/retry-handler.d.ts","../../../node_modules/undici-types/retry-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/util.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/eventsource.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/web-globals/fetch.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.generated.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/sea.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/index.d.ts"],"fileIdsList":[[103,150,176,180],[65,103,150,180],[103,147,150],[103,149,150],[150],[103,150,155,183],[103,150,151,156,161,169,180,191],[103,150,151,152,161,169],[103,150],[98,99,100,103,150],[103,150,153,192],[103,150,154,155,162,170],[103,150,155,180,188],[103,150,156,158,161,169],[103,149,150,157],[103,150,158,159],[103,150,160,161],[103,149,150,161],[103,150,161,162,163,180,191],[103,150,161,162,163,176,180,183],[103,150,158,161,164,169,180,191],[103,150,161,162,164,165,169,180,188,191],[103,150,164,166,180,188,191],[101,102,103,104,105,106,107,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197],[103,150,161,167],[103,150,168,191,196],[103,150,158,161,169,180],[103,150,170],[103,150,171],[103,149,150,172],[103,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197],[103,150,174],[103,150,175],[103,150,161,176,177],[103,150,176,178,192,194],[103,150,161,180,181,183],[103,150,182,183],[103,150,180,181],[103,150,183],[103,150,184],[103,147,150,180,185],[103,150,161,186,187],[103,150,186,187],[103,150,155,169,180,188],[103,150,189],[103,150,169,190],[103,150,164,175,191],[103,150,155,192],[103,150,180,193],[103,150,168,194],[103,150,195],[103,145,150],[103,145,150,161,163,172,180,183,191,194,196],[103,150,180,197],[103,150,151],[61,103,150],[58,103,150],[103,117,121,150,191],[103,117,150,180,191],[103,112,150],[103,114,117,150,188,191],[103,150,169,188],[103,150,198],[103,112,150,198],[103,114,117,150,169,191],[103,109,110,113,116,150,161,180,191],[103,117,124,150],[103,109,115,150],[103,117,138,139,150],[103,113,117,150,183,191,198],[103,138,150,198],[103,111,112,150,198],[103,117,150],[103,111,112,113,114,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,150],[103,117,132,150],[103,117,124,125,150],[103,115,117,125,126,150],[103,116,150],[103,109,112,117,150],[103,117,121,125,126,150],[103,121,150],[103,115,117,120,150,191],[103,109,114,117,124,150],[103,150,180],[103,112,117,138,150,196,198],[87,103,150],[77,78,103,150],[75,76,77,79,80,85,103,150],[76,77,103,150],[85,103,150],[86,103,150],[77,103,150],[75,76,77,80,81,82,83,84,103,150],[75,76,87,103,150],[59,74,89,103,150],[59,73,103,150],[59,88,103,150],[59,89,93,103,150],[59,89,94,103,150],[59,74,89,90,93,96,103,150],[59,89,103,150],[91,92,103,150],[62,103,150],[60,63,64,67,69,70,71,72,103,150],[66,103,150],[68,103,150]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6a5253138c5432c68a1510c70fe78a644fe2e632111ba778e1978010d6edfec","impliedFormat":1},{"version":"b8f34dd1757f68e03262b1ca3ddfa668a855b872f8bdd5224d6f993a7b37dc2c","impliedFormat":99},{"version":"3e442c402123b264ccdf7123c1366e1473d9c39f5db69373e938284fc01c49ce","impliedFormat":99},{"version":"590595c1230ebb7c43ebac51b2b2da956a719b213355b4358e2a6b16a8b5936c","impliedFormat":1},{"version":"8c5f0739f00f89f89b03a1fe6658c6d78000d7ebd7f556f0f8d6908fa679de35","impliedFormat":1},{"version":"a15c0df1ac9b2a4d833490522614fc57ae97d70a07bf4964a4d6bb73f3f56399","impliedFormat":99},{"version":"e4cead4a8596a6f051c36ef184f5fb6f117232eefdc1f98ef9847c9efc2c8911","impliedFormat":99},{"version":"df7225806785ade68c6cf2b1cf3ba0d1c7fed1ee7605f34e37d4a901f1d29fd2","impliedFormat":99},{"version":"6bf8a7596880ff1b8f8fd52ee8de8000df00c0c98adacb0b0af0e6a3f16cabe6","impliedFormat":99},{"version":"8af66ec621033f41ccb2bcee775e883c2649fa0db71192fe863185b0281082a6","impliedFormat":99},{"version":"9d4af7bde3e345d3071b5fefbece2d3482971aae89ded50f302c8cb246e81581","impliedFormat":99},{"version":"f3eb748185038bca941a02994b1b0b5803c0a2ce818b8a7d72a24a6b814f5d3e","impliedFormat":99},{"version":"2ba26b5ab00dd3495eeb733cdb46d939a8eb755a395a91169158cdf962aff6c3","impliedFormat":99},{"version":"d6fe58ebff353af75db3986d9ab2b4b57258ad5af3f4b65cdb2100fd47df5425","impliedFormat":99},{"version":"be2aad2491a08960c8fb77248acbe4b76e77812ac1c475c48fec40c18093d866","impliedFormat":99},{"version":"da7dd3300bafacd96a8bc857abc00c099369755e3473a45b14f52921c4a4af31","impliedFormat":99},{"version":"a5127ba16b682637eacb5c00867f488178f5f91678f8814a77de1ebd29289357","signature":"ba499610d6956d1d7ded1dc7d4c67589ea8c9e308a7d90257271eb70904dc922","impliedFormat":99},{"version":"d3cfde44f8089768ebb08098c96d01ca260b88bccf238d55eee93f1c620ff5a5","impliedFormat":1},{"version":"293eadad9dead44c6fd1db6de552663c33f215c55a1bfa2802a1bceed88ff0ec","impliedFormat":1},{"version":"54f6ec6ea75acea6eb23635617252d249145edbc7bcd9d53f2d70280d2aef953","impliedFormat":1},{"version":"c25ce98cca43a3bfa885862044be0d59557be4ecd06989b2001a83dcf69620fd","impliedFormat":1},{"version":"8e71e53b02c152a38af6aec45e288cc65bede077b92b9b43b3cb54a37978bb33","impliedFormat":1},{"version":"754a9396b14ca3a4241591afb4edc644b293ccc8a3397f49be4dfd520c08acb3","impliedFormat":1},{"version":"f672c876c1a04a223cf2023b3d91e8a52bb1544c576b81bf64a8fec82be9969c","impliedFormat":1},{"version":"e4b03ddcf8563b1c0aee782a185286ed85a255ce8a30df8453aade2188bbc904","impliedFormat":1},{"version":"de2316e90fc6d379d83002f04ad9698bc1e5285b4d52779778f454dd12ce9f44","impliedFormat":1},{"version":"25b3f581e12ede11e5739f57a86e8668fbc0124f6649506def306cad2c59d262","impliedFormat":1},{"version":"2da997a01a6aa5c5c09de5d28f0f4407b597c5e1aecfd32f1815809c532650a2","impliedFormat":1},{"version":"5d26d2e47e2352def36f89a3e8bf8581da22b7f857e07ef3114cd52cf4813445","impliedFormat":1},{"version":"3db2efd285e7328d8014b54a7fce3f4861ebcdc655df40517092ed0050983617","impliedFormat":1},{"version":"d5d39a24c759df40480a4bfc0daffd364489702fdbcbdfc1711cde34f8739995","impliedFormat":1},{"version":"16e92226c63e22f498b15a7617f875bf4f5b884275c7862a9dc2427f454c245a","signature":"38b249957b6d7bd9e2e9ad7155b9b0a83088b65925188e99d35969a67a18acde","impliedFormat":99},{"version":"9077fea0a539a259a65e6ceece948a4af51a652cfc6acdaa2794b9d85c5c0392","signature":"e53fc91ad95a190cc73c8d20660ac0cecc1edc5cff2d9182cfdacfacd003f390","impliedFormat":99},{"version":"05767eee30cf2e8935988dd7c03b85710f25c90271a1b525daf99e14c6f443ea","impliedFormat":99},{"version":"742dbfad4257af069a16003c1a48a083697b6fe1c9902ba4a3a54bc08ce8db84","impliedFormat":99},{"version":"5e6b9d47766951c3089400bf41ff0d364d35ad6b788ae9f246878ce53d378b1a","impliedFormat":99},{"version":"02a262be211c04234444397ade045e4a94df760143baad0a0083de7480c4a288","signature":"b2b2260859ff92d718f3c02822eb9ae27b743c51a8ef5cdd75c71adec090d053","impliedFormat":99},{"version":"ad4a0c3ebb8d9802e835c01e8716af38e6a300924ea5ec0b6de1cf0081de2fe4","signature":"2e246b6a500777e4b7c2d2043f9a0a02d588b140582298a6cdcd1892a30704c9","impliedFormat":99},{"version":"2193846c72c49c70ce11decdadcab597d3a9cc7d85a82d4abded08bdcad44b4e","signature":"31f1ba7b735bee2ead478a15d62fc912755d2722ddb983e6dd262f3855c2b479","impliedFormat":99},{"version":"df8055df5da8b418d9c4bac297193905e84ee888ed138c8063db1da9fa8dcaae","signature":"5cc02049ddfb8c9e98076e31bae6e1b4fee525a8c1af795f7fb750ef85ff43ee","impliedFormat":99},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","affectsGlobalScope":true,"impliedFormat":1},{"version":"ba481bca06f37d3f2c137ce343c7d5937029b2468f8e26111f3c9d9963d6568d","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d9ef24f9a22a88e3e9b3b3d8c40ab1ddb0853f1bfbd5c843c37800138437b61","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"2cbe0621042e2a68c7cbce5dfed3906a1862a16a7d496010636cdbdb91341c0f","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2677634fe27e87348825bb041651e22d50a613e2fdf6a4a3ade971d71bac37e","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"8c0bcd6c6b67b4b503c11e91a1fb91522ed585900eab2ab1f61bba7d7caa9d6f","impliedFormat":1},{"version":"8cd19276b6590b3ebbeeb030ac271871b9ed0afc3074ac88a94ed2449174b776","affectsGlobalScope":true,"impliedFormat":1},{"version":"696eb8d28f5949b87d894b26dc97318ef944c794a9a4e4f62360cd1d1958014b","impliedFormat":1},{"version":"3f8fa3061bd7402970b399300880d55257953ee6d3cd408722cb9ac20126460c","impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"68bd56c92c2bd7d2339457eb84d63e7de3bd56a69b25f3576e1568d21a162398","affectsGlobalScope":true,"impliedFormat":1},{"version":"3e93b123f7c2944969d291b35fed2af79a6e9e27fdd5faa99748a51c07c02d28","impliedFormat":1},{"version":"9d19808c8c291a9010a6c788e8532a2da70f811adb431c97520803e0ec649991","impliedFormat":1},{"version":"87aad3dd9752067dc875cfaa466fc44246451c0c560b820796bdd528e29bef40","impliedFormat":1},{"version":"4aacb0dd020eeaef65426153686cc639a78ec2885dc72ad220be1d25f1a439df","impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","impliedFormat":1},{"version":"8db0ae9cb14d9955b14c214f34dae1b9ef2baee2fe4ce794a4cd3ac2531e3255","affectsGlobalScope":true,"impliedFormat":1},{"version":"15fc6f7512c86810273af28f224251a5a879e4261b4d4c7e532abfbfc3983134","impliedFormat":1},{"version":"58adba1a8ab2d10b54dc1dced4e41f4e7c9772cbbac40939c0dc8ce2cdb1d442","impliedFormat":1},{"version":"2fd4c143eff88dabb57701e6a40e02a4dbc36d5eb1362e7964d32028056a782b","impliedFormat":1},{"version":"714435130b9015fae551788df2a88038471a5a11eb471f27c4ede86552842bc9","impliedFormat":1},{"version":"855cd5f7eb396f5f1ab1bc0f8580339bff77b68a770f84c6b254e319bbfd1ac7","impliedFormat":1},{"version":"5650cf3dace09e7c25d384e3e6b818b938f68f4e8de96f52d9c5a1b3db068e86","impliedFormat":1},{"version":"1354ca5c38bd3fd3836a68e0f7c9f91f172582ba30ab15bb8c075891b91502b7","affectsGlobalScope":true,"impliedFormat":1},{"version":"27fdb0da0daf3b337c5530c5f266efe046a6ceb606e395b346974e4360c36419","impliedFormat":1},{"version":"2d2fcaab481b31a5882065c7951255703ddbe1c0e507af56ea42d79ac3911201","impliedFormat":1},{"version":"afbe24ab0d74694372baa632ecb28bb375be53f3be53f9b07ecd7fc994907de5","impliedFormat":1},{"version":"ca867399f7db82df981d6915bcbb2d81131d7d1ef683bc782b59f71dda59bc85","affectsGlobalScope":true,"impliedFormat":1},{"version":"00877fef624f3171c2e44944fb63a55e2a9f9120d7c8b5eb4181c263c9a077cf","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","impliedFormat":1},{"version":"b4f70ec656a11d570e1a9edce07d118cd58d9760239e2ece99306ee9dfe61d02","impliedFormat":1},{"version":"3bc2f1e2c95c04048212c569ed38e338873f6a8593930cf5a7ef24ffb38fc3b6","impliedFormat":1},{"version":"6e70e9570e98aae2b825b533aa6292b6abd542e8d9f6e9475e88e1d7ba17c866","impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"47ab634529c5955b6ad793474ae188fce3e6163e3a3fb5edd7e0e48f14435333","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"0225ecb9ed86bdb7a2c7fd01f1556906902929377b44483dc4b83e03b3ef227d","affectsGlobalScope":true,"impliedFormat":1},{"version":"74cf591a0f63db318651e0e04cb55f8791385f86e987a67fd4d2eaab8191f730","impliedFormat":1},{"version":"5eab9b3dc9b34f185417342436ec3f106898da5f4801992d8ff38ab3aff346b5","impliedFormat":1},{"version":"12ed4559eba17cd977aa0db658d25c4047067444b51acfdcbf38470630642b23","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3ffabc95802521e1e4bcba4c88d8615176dc6e09111d920c7a213bdda6e1d65","impliedFormat":1},{"version":"f9ab232778f2842ffd6955f88b1049982fa2ecb764d129ee4893cbc290f41977","impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","impliedFormat":1},{"version":"c3b41e74b9a84b88b1dca61ec39eee25c0dbc8e7d519ba11bb070918cfacf656","affectsGlobalScope":true,"impliedFormat":1},{"version":"4737a9dc24d0e68b734e6cfbcea0c15a2cfafeb493485e27905f7856988c6b29","affectsGlobalScope":true,"impliedFormat":1},{"version":"36d8d3e7506b631c9582c251a2c0b8a28855af3f76719b12b534c6edf952748d","impliedFormat":1},{"version":"1ca69210cc42729e7ca97d3a9ad48f2e9cb0042bada4075b588ae5387debd318","impliedFormat":1},{"version":"f5ebe66baaf7c552cfa59d75f2bfba679f329204847db3cec385acda245e574e","impliedFormat":1},{"version":"ed59add13139f84da271cafd32e2171876b0a0af2f798d0c663e8eeb867732cf","affectsGlobalScope":true,"impliedFormat":1},{"version":"05db535df8bdc30d9116fe754a3473d1b6479afbc14ae8eb18b605c62677d518","impliedFormat":1},{"version":"b1810689b76fd473bd12cc9ee219f8e62f54a7d08019a235d07424afbf074d25","impliedFormat":1}],"root":[74,89,90,[94,97]],"options":{"composite":true,"declarationMap":true,"emitDeclarationOnly":false,"importHelpers":true,"module":199,"noEmitOnError":true,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noImplicitReturns":true,"noUnusedLocals":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"strict":true,"target":9,"tsBuildInfoFile":"./tsconfig.lib.tsbuildinfo"},"referencedMap":[[65,1],[66,2],[147,3],[148,3],[149,4],[103,5],[150,6],[151,7],[152,8],[98,9],[101,10],[99,9],[100,9],[153,11],[154,12],[155,13],[156,14],[157,15],[158,16],[159,16],[160,17],[161,18],[162,19],[163,20],[104,9],[102,9],[164,21],[165,22],[166,23],[198,24],[167,25],[168,26],[169,27],[170,28],[171,29],[172,30],[173,31],[174,32],[175,33],[176,34],[177,34],[178,35],[179,9],[180,36],[182,37],[181,38],[183,39],[184,40],[185,41],[186,42],[187,43],[188,44],[189,45],[190,46],[191,47],[192,48],[193,49],[194,50],[195,51],[105,9],[106,9],[107,9],[146,52],[196,53],[197,54],[108,9],[68,55],[62,56],[61,9],[59,57],[58,9],[56,9],[57,9],[11,9],[10,9],[2,9],[12,9],[13,9],[14,9],[15,9],[16,9],[17,9],[18,9],[19,9],[3,9],[20,9],[21,9],[4,9],[22,9],[26,9],[23,9],[24,9],[25,9],[27,9],[28,9],[29,9],[5,9],[30,9],[31,9],[32,9],[33,9],[6,9],[37,9],[34,9],[35,9],[36,9],[38,9],[7,9],[39,9],[44,9],[45,9],[40,9],[41,9],[42,9],[43,9],[8,9],[49,9],[46,9],[47,9],[48,9],[50,9],[9,9],[51,9],[52,9],[53,9],[55,9],[54,9],[1,9],[124,58],[134,59],[123,58],[144,60],[115,61],[114,62],[143,63],[137,64],[142,65],[117,66],[131,67],[116,68],[140,69],[112,70],[111,63],[141,71],[113,72],[118,73],[119,9],[122,73],[109,9],[145,74],[135,75],[126,76],[127,77],[129,78],[125,79],[128,80],[138,63],[120,81],[121,82],[130,83],[110,84],[133,75],[132,73],[136,9],[139,85],[88,86],[79,87],[86,88],[81,9],[82,9],[80,89],[83,90],[75,9],[76,9],[87,91],[78,92],[84,9],[85,93],[77,94],[90,95],[74,96],[89,97],[94,98],[95,99],[97,100],[96,101],[92,9],[93,102],[91,9],[60,9],[63,103],[71,9],[72,9],[73,104],[64,9],[67,105],[70,9],[69,106]],"latestChangedDtsFile":"./runner.d.ts","version":"5.9.3"}
|
|
1
|
+
{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/tslib/tslib.d.ts","../../../node_modules/tslib/modules/index.d.ts","../../tools/dist/abort.d.ts","../../../node_modules/picocolors/types.d.ts","../../../node_modules/picocolors/picocolors.d.ts","../../tools/dist/color.d.ts","../../tools/dist/logger.d.ts","../../../node_modules/@clack/core/dist/index.d.mts","../../../node_modules/@clack/prompts/dist/index.d.mts","../../tools/dist/prompts.d.ts","../../../node_modules/nano-spawn/source/index.d.ts","../../tools/dist/spawn.d.ts","../../tools/dist/react-native.d.ts","../../tools/dist/error.d.ts","../../tools/dist/events.d.ts","../../tools/dist/index.d.ts","../src/adb.ts","../../../node_modules/zod/dist/types/v3/helpers/typealiases.d.ts","../../../node_modules/zod/dist/types/v3/helpers/util.d.ts","../../../node_modules/zod/dist/types/v3/zoderror.d.ts","../../../node_modules/zod/dist/types/v3/locales/en.d.ts","../../../node_modules/zod/dist/types/v3/errors.d.ts","../../../node_modules/zod/dist/types/v3/helpers/parseutil.d.ts","../../../node_modules/zod/dist/types/v3/helpers/enumutil.d.ts","../../../node_modules/zod/dist/types/v3/helpers/errorutil.d.ts","../../../node_modules/zod/dist/types/v3/helpers/partialutil.d.ts","../../../node_modules/zod/dist/types/v3/standard-schema.d.ts","../../../node_modules/zod/dist/types/v3/types.d.ts","../../../node_modules/zod/dist/types/v3/external.d.ts","../../../node_modules/zod/dist/types/v3/index.d.ts","../../../node_modules/zod/dist/types/index.d.ts","../src/config.ts","../src/adb-id.ts","../../platforms/dist/types.d.ts","../../platforms/dist/errors.d.ts","../../platforms/dist/index.d.ts","../src/factory.ts","../src/index.ts","../../config/src/types.ts","../../config/src/errors.ts","../../config/src/reader.ts","../../config/src/index.ts","../src/utils.ts","../src/runner.ts","../../../node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../node_modules/@types/node/web-globals/domexception.d.ts","../../../node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/file.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/undici-types/retry-handler.d.ts","../../../node_modules/undici-types/retry-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/util.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/eventsource.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/web-globals/fetch.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.generated.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/sea.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/index.d.ts"],"fileIdsList":[[107,154,180,184],[65,107,154,184],[107,151,154],[107,153,154],[154],[107,154,159,187],[107,154,155,160,165,173,184,195],[107,154,155,156,165,173],[107,154],[102,103,104,107,154],[107,154,157,196],[107,154,158,159,166,174],[107,154,159,184,192],[107,154,160,162,165,173],[107,153,154,161],[107,154,162,163],[107,154,164,165],[107,153,154,165],[107,154,165,166,167,184,195],[107,154,165,166,167,180,184,187],[107,154,162,165,168,173,184,195],[107,154,165,166,168,169,173,184,192,195],[107,154,168,170,184,192,195],[105,106,107,108,109,110,111,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201],[107,154,165,171],[107,154,172,195,200],[107,154,162,165,173,184],[107,154,174],[107,154,175],[107,153,154,176],[107,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201],[107,154,178],[107,154,179],[107,154,165,180,181],[107,154,180,182,196,198],[107,154,165,184,185,187],[107,154,186,187],[107,154,184,185],[107,154,187],[107,154,188],[107,151,154,184,189],[107,154,165,190,191],[107,154,190,191],[107,154,159,173,184,192],[107,154,193],[107,154,173,194],[107,154,168,179,195],[107,154,159,196],[107,154,184,197],[107,154,172,198],[107,154,199],[107,149,154],[107,149,154,165,167,176,184,187,195,198,200],[107,154,184,201],[107,154,155],[61,107,154],[58,107,154],[107,121,125,154,195],[107,121,154,184,195],[107,116,154],[107,118,121,154,192,195],[107,154,173,192],[107,154,202],[107,116,154,202],[107,118,121,154,173,195],[107,113,114,117,120,154,165,184,195],[107,121,128,154],[107,113,119,154],[107,121,142,143,154],[107,117,121,154,187,195,202],[107,142,154,202],[107,115,116,154,202],[107,121,154],[107,115,116,117,118,119,120,121,122,123,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,143,144,145,146,147,148,154],[107,121,136,154],[107,121,128,129,154],[107,119,121,129,130,154],[107,120,154],[107,113,116,121,154],[107,121,125,129,130,154],[107,125,154],[107,119,121,124,154,195],[107,113,118,121,128,154],[107,154,184],[107,116,121,142,154,200,202],[87,107,154],[77,78,107,154],[75,76,77,79,80,85,107,154],[76,77,107,154],[85,107,154],[86,107,154],[77,107,154],[75,76,77,80,81,82,83,84,107,154],[75,76,87,107,154],[59,73,107,154],[59,96,97,98,107,154],[59,88,96,97,107,154,166,172,175],[59,88,107,154],[59,74,89,107,154],[59,89,93,107,154],[59,89,94,107,154],[59,74,89,90,93,99,100,107,154],[59,89,107,154],[91,92,107,154],[62,107,154],[60,63,64,67,69,70,71,72,107,154],[66,107,154],[68,107,154]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6a5253138c5432c68a1510c70fe78a644fe2e632111ba778e1978010d6edfec","impliedFormat":1},{"version":"b8f34dd1757f68e03262b1ca3ddfa668a855b872f8bdd5224d6f993a7b37dc2c","impliedFormat":99},{"version":"3e442c402123b264ccdf7123c1366e1473d9c39f5db69373e938284fc01c49ce","impliedFormat":99},{"version":"590595c1230ebb7c43ebac51b2b2da956a719b213355b4358e2a6b16a8b5936c","impliedFormat":1},{"version":"8c5f0739f00f89f89b03a1fe6658c6d78000d7ebd7f556f0f8d6908fa679de35","impliedFormat":1},{"version":"a15c0df1ac9b2a4d833490522614fc57ae97d70a07bf4964a4d6bb73f3f56399","impliedFormat":99},{"version":"e4cead4a8596a6f051c36ef184f5fb6f117232eefdc1f98ef9847c9efc2c8911","impliedFormat":99},{"version":"df7225806785ade68c6cf2b1cf3ba0d1c7fed1ee7605f34e37d4a901f1d29fd2","impliedFormat":99},{"version":"6bf8a7596880ff1b8f8fd52ee8de8000df00c0c98adacb0b0af0e6a3f16cabe6","impliedFormat":99},{"version":"8af66ec621033f41ccb2bcee775e883c2649fa0db71192fe863185b0281082a6","impliedFormat":99},{"version":"9d4af7bde3e345d3071b5fefbece2d3482971aae89ded50f302c8cb246e81581","impliedFormat":99},{"version":"f3eb748185038bca941a02994b1b0b5803c0a2ce818b8a7d72a24a6b814f5d3e","impliedFormat":99},{"version":"2ba26b5ab00dd3495eeb733cdb46d939a8eb755a395a91169158cdf962aff6c3","impliedFormat":99},{"version":"d6fe58ebff353af75db3986d9ab2b4b57258ad5af3f4b65cdb2100fd47df5425","impliedFormat":99},{"version":"be2aad2491a08960c8fb77248acbe4b76e77812ac1c475c48fec40c18093d866","impliedFormat":99},{"version":"da7dd3300bafacd96a8bc857abc00c099369755e3473a45b14f52921c4a4af31","impliedFormat":99},{"version":"c099b8d7c9309a28818fb014286c80b06007b5e96e8435ea4510a63402cbae7b","signature":"d4c074e02efac7ac7184252c3c50c798a91a1473dc7e7f640ef2722c559ba701","impliedFormat":99},{"version":"d3cfde44f8089768ebb08098c96d01ca260b88bccf238d55eee93f1c620ff5a5","impliedFormat":1},{"version":"293eadad9dead44c6fd1db6de552663c33f215c55a1bfa2802a1bceed88ff0ec","impliedFormat":1},{"version":"54f6ec6ea75acea6eb23635617252d249145edbc7bcd9d53f2d70280d2aef953","impliedFormat":1},{"version":"c25ce98cca43a3bfa885862044be0d59557be4ecd06989b2001a83dcf69620fd","impliedFormat":1},{"version":"8e71e53b02c152a38af6aec45e288cc65bede077b92b9b43b3cb54a37978bb33","impliedFormat":1},{"version":"754a9396b14ca3a4241591afb4edc644b293ccc8a3397f49be4dfd520c08acb3","impliedFormat":1},{"version":"f672c876c1a04a223cf2023b3d91e8a52bb1544c576b81bf64a8fec82be9969c","impliedFormat":1},{"version":"e4b03ddcf8563b1c0aee782a185286ed85a255ce8a30df8453aade2188bbc904","impliedFormat":1},{"version":"de2316e90fc6d379d83002f04ad9698bc1e5285b4d52779778f454dd12ce9f44","impliedFormat":1},{"version":"25b3f581e12ede11e5739f57a86e8668fbc0124f6649506def306cad2c59d262","impliedFormat":1},{"version":"2da997a01a6aa5c5c09de5d28f0f4407b597c5e1aecfd32f1815809c532650a2","impliedFormat":1},{"version":"5d26d2e47e2352def36f89a3e8bf8581da22b7f857e07ef3114cd52cf4813445","impliedFormat":1},{"version":"3db2efd285e7328d8014b54a7fce3f4861ebcdc655df40517092ed0050983617","impliedFormat":1},{"version":"d5d39a24c759df40480a4bfc0daffd364489702fdbcbdfc1711cde34f8739995","impliedFormat":1},{"version":"16e92226c63e22f498b15a7617f875bf4f5b884275c7862a9dc2427f454c245a","signature":"38b249957b6d7bd9e2e9ad7155b9b0a83088b65925188e99d35969a67a18acde","impliedFormat":99},{"version":"c292b977f89585f64e0f711337a97578582e39fd9fbd0294e7061adb44696ffd","signature":"e53fc91ad95a190cc73c8d20660ac0cecc1edc5cff2d9182cfdacfacd003f390","impliedFormat":99},{"version":"05767eee30cf2e8935988dd7c03b85710f25c90271a1b525daf99e14c6f443ea","impliedFormat":99},{"version":"742dbfad4257af069a16003c1a48a083697b6fe1c9902ba4a3a54bc08ce8db84","impliedFormat":99},{"version":"5e6b9d47766951c3089400bf41ff0d364d35ad6b788ae9f246878ce53d378b1a","impliedFormat":99},{"version":"02a262be211c04234444397ade045e4a94df760143baad0a0083de7480c4a288","signature":"b2b2260859ff92d718f3c02822eb9ae27b743c51a8ef5cdd75c71adec090d053","impliedFormat":99},{"version":"ad4a0c3ebb8d9802e835c01e8716af38e6a300924ea5ec0b6de1cf0081de2fe4","signature":"2e246b6a500777e4b7c2d2043f9a0a02d588b140582298a6cdcd1892a30704c9","impliedFormat":99},{"version":"c39d1f2a863b42eb204803be31986498e2a136c82881677c85d4edbe88dbffe8","impliedFormat":99},{"version":"47bbd85e387bed18b30e594b0d132fa1ec536bb64970075e394755ae9b022834","impliedFormat":99},{"version":"825460a47b77a86f7f95499a321bd9de3accd188d8e0a50858cbb9d9f0363c7d","impliedFormat":99},{"version":"cd8ce64fc4fe35d60c928a04159953be9d9ad5533b40f9b31ff6e8741964ebef","impliedFormat":99},{"version":"2193846c72c49c70ce11decdadcab597d3a9cc7d85a82d4abded08bdcad44b4e","signature":"31f1ba7b735bee2ead478a15d62fc912755d2722ddb983e6dd262f3855c2b479","impliedFormat":99},{"version":"f11538b26ab0be34421760ab58cd5d628327a42f7ba49af3d9e38cd740d69445","signature":"a35d79887923210388a5e3ce34c354eac94987129a15dae2095b251994b0a026","impliedFormat":99},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","affectsGlobalScope":true,"impliedFormat":1},{"version":"ba481bca06f37d3f2c137ce343c7d5937029b2468f8e26111f3c9d9963d6568d","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d9ef24f9a22a88e3e9b3b3d8c40ab1ddb0853f1bfbd5c843c37800138437b61","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"2cbe0621042e2a68c7cbce5dfed3906a1862a16a7d496010636cdbdb91341c0f","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2677634fe27e87348825bb041651e22d50a613e2fdf6a4a3ade971d71bac37e","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"8c0bcd6c6b67b4b503c11e91a1fb91522ed585900eab2ab1f61bba7d7caa9d6f","impliedFormat":1},{"version":"8cd19276b6590b3ebbeeb030ac271871b9ed0afc3074ac88a94ed2449174b776","affectsGlobalScope":true,"impliedFormat":1},{"version":"696eb8d28f5949b87d894b26dc97318ef944c794a9a4e4f62360cd1d1958014b","impliedFormat":1},{"version":"3f8fa3061bd7402970b399300880d55257953ee6d3cd408722cb9ac20126460c","impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"68bd56c92c2bd7d2339457eb84d63e7de3bd56a69b25f3576e1568d21a162398","affectsGlobalScope":true,"impliedFormat":1},{"version":"3e93b123f7c2944969d291b35fed2af79a6e9e27fdd5faa99748a51c07c02d28","impliedFormat":1},{"version":"9d19808c8c291a9010a6c788e8532a2da70f811adb431c97520803e0ec649991","impliedFormat":1},{"version":"87aad3dd9752067dc875cfaa466fc44246451c0c560b820796bdd528e29bef40","impliedFormat":1},{"version":"4aacb0dd020eeaef65426153686cc639a78ec2885dc72ad220be1d25f1a439df","impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","impliedFormat":1},{"version":"8db0ae9cb14d9955b14c214f34dae1b9ef2baee2fe4ce794a4cd3ac2531e3255","affectsGlobalScope":true,"impliedFormat":1},{"version":"15fc6f7512c86810273af28f224251a5a879e4261b4d4c7e532abfbfc3983134","impliedFormat":1},{"version":"58adba1a8ab2d10b54dc1dced4e41f4e7c9772cbbac40939c0dc8ce2cdb1d442","impliedFormat":1},{"version":"2fd4c143eff88dabb57701e6a40e02a4dbc36d5eb1362e7964d32028056a782b","impliedFormat":1},{"version":"714435130b9015fae551788df2a88038471a5a11eb471f27c4ede86552842bc9","impliedFormat":1},{"version":"855cd5f7eb396f5f1ab1bc0f8580339bff77b68a770f84c6b254e319bbfd1ac7","impliedFormat":1},{"version":"5650cf3dace09e7c25d384e3e6b818b938f68f4e8de96f52d9c5a1b3db068e86","impliedFormat":1},{"version":"1354ca5c38bd3fd3836a68e0f7c9f91f172582ba30ab15bb8c075891b91502b7","affectsGlobalScope":true,"impliedFormat":1},{"version":"27fdb0da0daf3b337c5530c5f266efe046a6ceb606e395b346974e4360c36419","impliedFormat":1},{"version":"2d2fcaab481b31a5882065c7951255703ddbe1c0e507af56ea42d79ac3911201","impliedFormat":1},{"version":"afbe24ab0d74694372baa632ecb28bb375be53f3be53f9b07ecd7fc994907de5","impliedFormat":1},{"version":"ca867399f7db82df981d6915bcbb2d81131d7d1ef683bc782b59f71dda59bc85","affectsGlobalScope":true,"impliedFormat":1},{"version":"00877fef624f3171c2e44944fb63a55e2a9f9120d7c8b5eb4181c263c9a077cf","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","impliedFormat":1},{"version":"b4f70ec656a11d570e1a9edce07d118cd58d9760239e2ece99306ee9dfe61d02","impliedFormat":1},{"version":"3bc2f1e2c95c04048212c569ed38e338873f6a8593930cf5a7ef24ffb38fc3b6","impliedFormat":1},{"version":"6e70e9570e98aae2b825b533aa6292b6abd542e8d9f6e9475e88e1d7ba17c866","impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"47ab634529c5955b6ad793474ae188fce3e6163e3a3fb5edd7e0e48f14435333","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"0225ecb9ed86bdb7a2c7fd01f1556906902929377b44483dc4b83e03b3ef227d","affectsGlobalScope":true,"impliedFormat":1},{"version":"74cf591a0f63db318651e0e04cb55f8791385f86e987a67fd4d2eaab8191f730","impliedFormat":1},{"version":"5eab9b3dc9b34f185417342436ec3f106898da5f4801992d8ff38ab3aff346b5","impliedFormat":1},{"version":"12ed4559eba17cd977aa0db658d25c4047067444b51acfdcbf38470630642b23","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3ffabc95802521e1e4bcba4c88d8615176dc6e09111d920c7a213bdda6e1d65","impliedFormat":1},{"version":"f9ab232778f2842ffd6955f88b1049982fa2ecb764d129ee4893cbc290f41977","impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","impliedFormat":1},{"version":"c3b41e74b9a84b88b1dca61ec39eee25c0dbc8e7d519ba11bb070918cfacf656","affectsGlobalScope":true,"impliedFormat":1},{"version":"4737a9dc24d0e68b734e6cfbcea0c15a2cfafeb493485e27905f7856988c6b29","affectsGlobalScope":true,"impliedFormat":1},{"version":"36d8d3e7506b631c9582c251a2c0b8a28855af3f76719b12b534c6edf952748d","impliedFormat":1},{"version":"1ca69210cc42729e7ca97d3a9ad48f2e9cb0042bada4075b588ae5387debd318","impliedFormat":1},{"version":"f5ebe66baaf7c552cfa59d75f2bfba679f329204847db3cec385acda245e574e","impliedFormat":1},{"version":"ed59add13139f84da271cafd32e2171876b0a0af2f798d0c663e8eeb867732cf","affectsGlobalScope":true,"impliedFormat":1},{"version":"05db535df8bdc30d9116fe754a3473d1b6479afbc14ae8eb18b605c62677d518","impliedFormat":1},{"version":"b1810689b76fd473bd12cc9ee219f8e62f54a7d08019a235d07424afbf074d25","impliedFormat":1}],"root":[74,89,90,94,95,100,101],"options":{"composite":true,"declarationMap":true,"emitDeclarationOnly":false,"importHelpers":true,"module":199,"noEmitOnError":true,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noImplicitReturns":true,"noUnusedLocals":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"strict":true,"target":9,"tsBuildInfoFile":"./tsconfig.lib.tsbuildinfo"},"referencedMap":[[65,1],[66,2],[151,3],[152,3],[153,4],[107,5],[154,6],[155,7],[156,8],[102,9],[105,10],[103,9],[104,9],[157,11],[158,12],[159,13],[160,14],[161,15],[162,16],[163,16],[164,17],[165,18],[166,19],[167,20],[108,9],[106,9],[168,21],[169,22],[170,23],[202,24],[171,25],[172,26],[173,27],[174,28],[175,29],[176,30],[177,31],[178,32],[179,33],[180,34],[181,34],[182,35],[183,9],[184,36],[186,37],[185,38],[187,39],[188,40],[189,41],[190,42],[191,43],[192,44],[193,45],[194,46],[195,47],[196,48],[197,49],[198,50],[199,51],[109,9],[110,9],[111,9],[150,52],[200,53],[201,54],[112,9],[68,55],[62,56],[61,9],[59,57],[58,9],[56,9],[57,9],[11,9],[10,9],[2,9],[12,9],[13,9],[14,9],[15,9],[16,9],[17,9],[18,9],[19,9],[3,9],[20,9],[21,9],[4,9],[22,9],[26,9],[23,9],[24,9],[25,9],[27,9],[28,9],[29,9],[5,9],[30,9],[31,9],[32,9],[33,9],[6,9],[37,9],[34,9],[35,9],[36,9],[38,9],[7,9],[39,9],[44,9],[45,9],[40,9],[41,9],[42,9],[43,9],[8,9],[49,9],[46,9],[47,9],[48,9],[50,9],[9,9],[51,9],[52,9],[53,9],[55,9],[54,9],[1,9],[128,58],[138,59],[127,58],[148,60],[119,61],[118,62],[147,63],[141,64],[146,65],[121,66],[135,67],[120,68],[144,69],[116,70],[115,63],[145,71],[117,72],[122,73],[123,9],[126,73],[113,9],[149,74],[139,75],[130,76],[131,77],[133,78],[129,79],[132,80],[142,63],[124,81],[125,82],[134,83],[114,84],[137,75],[136,73],[140,9],[143,85],[88,86],[79,87],[86,88],[81,9],[82,9],[80,89],[83,90],[75,9],[76,9],[87,91],[78,92],[84,9],[85,93],[77,94],[97,95],[99,96],[98,97],[96,98],[90,99],[74,95],[89,98],[94,100],[95,101],[101,102],[100,103],[92,9],[93,104],[91,9],[60,9],[63,105],[71,9],[72,9],[73,106],[64,9],[67,107],[70,9],[69,108]],"latestChangedDtsFile":"./runner.d.ts","version":"5.9.3"}
|
package/dist/types.d.ts
ADDED
|
@@ -0,0 +1,381 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const PlatformSchema: z.ZodEnum<["ios", "android", "web", "vega"]>;
|
|
3
|
+
export declare const ReporterSchema: z.ZodObject<{
|
|
4
|
+
report: z.ZodFunction<z.ZodTuple<[z.ZodArray<z.ZodAny, "many">], z.ZodUnknown>, z.ZodPromise<z.ZodVoid>>;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
report: (args_0: any[], ...args: unknown[]) => Promise<void>;
|
|
7
|
+
}, {
|
|
8
|
+
report: (args_0: any[], ...args: unknown[]) => Promise<void>;
|
|
9
|
+
}>;
|
|
10
|
+
export declare const BrowserTypeSchema: z.ZodEnum<["chrome", "firefox", "safari"]>;
|
|
11
|
+
export declare const AndroidTestRunnerConfigSchema: z.ZodObject<{
|
|
12
|
+
name: z.ZodString;
|
|
13
|
+
platform: z.ZodLiteral<"android">;
|
|
14
|
+
deviceId: z.ZodString;
|
|
15
|
+
bundleId: z.ZodString;
|
|
16
|
+
activityName: z.ZodDefault<z.ZodString>;
|
|
17
|
+
}, "strip", z.ZodTypeAny, {
|
|
18
|
+
name: string;
|
|
19
|
+
platform: "android";
|
|
20
|
+
deviceId: string;
|
|
21
|
+
bundleId: string;
|
|
22
|
+
activityName: string;
|
|
23
|
+
}, {
|
|
24
|
+
name: string;
|
|
25
|
+
platform: "android";
|
|
26
|
+
deviceId: string;
|
|
27
|
+
bundleId: string;
|
|
28
|
+
activityName?: string | undefined;
|
|
29
|
+
}>;
|
|
30
|
+
export declare const iOSTestRunnerConfigSchema: z.ZodObject<{
|
|
31
|
+
name: z.ZodString;
|
|
32
|
+
platform: z.ZodLiteral<"ios">;
|
|
33
|
+
deviceId: z.ZodString;
|
|
34
|
+
bundleId: z.ZodString;
|
|
35
|
+
systemVersion: z.ZodString;
|
|
36
|
+
}, "strip", z.ZodTypeAny, {
|
|
37
|
+
name: string;
|
|
38
|
+
platform: "ios";
|
|
39
|
+
deviceId: string;
|
|
40
|
+
bundleId: string;
|
|
41
|
+
systemVersion: string;
|
|
42
|
+
}, {
|
|
43
|
+
name: string;
|
|
44
|
+
platform: "ios";
|
|
45
|
+
deviceId: string;
|
|
46
|
+
bundleId: string;
|
|
47
|
+
systemVersion: string;
|
|
48
|
+
}>;
|
|
49
|
+
export declare const WebTestRunnerConfigSchema: z.ZodObject<{
|
|
50
|
+
name: z.ZodString;
|
|
51
|
+
platform: z.ZodLiteral<"web">;
|
|
52
|
+
browser: z.ZodEnum<["chrome", "firefox", "safari"]>;
|
|
53
|
+
}, "strip", z.ZodTypeAny, {
|
|
54
|
+
name: string;
|
|
55
|
+
platform: "web";
|
|
56
|
+
browser: "chrome" | "firefox" | "safari";
|
|
57
|
+
}, {
|
|
58
|
+
name: string;
|
|
59
|
+
platform: "web";
|
|
60
|
+
browser: "chrome" | "firefox" | "safari";
|
|
61
|
+
}>;
|
|
62
|
+
export declare const VegaTestRunnerConfigSchema: z.ZodObject<{
|
|
63
|
+
name: z.ZodString;
|
|
64
|
+
platform: z.ZodLiteral<"vega">;
|
|
65
|
+
deviceId: z.ZodString;
|
|
66
|
+
bundleId: z.ZodString;
|
|
67
|
+
buildType: z.ZodDefault<z.ZodEnum<["Debug", "Release"]>>;
|
|
68
|
+
target: z.ZodDefault<z.ZodEnum<["sim_tv_x86_64", "sim_tv_aarch64"]>>;
|
|
69
|
+
}, "strip", z.ZodTypeAny, {
|
|
70
|
+
name: string;
|
|
71
|
+
platform: "vega";
|
|
72
|
+
deviceId: string;
|
|
73
|
+
bundleId: string;
|
|
74
|
+
buildType: "Debug" | "Release";
|
|
75
|
+
target: "sim_tv_x86_64" | "sim_tv_aarch64";
|
|
76
|
+
}, {
|
|
77
|
+
name: string;
|
|
78
|
+
platform: "vega";
|
|
79
|
+
deviceId: string;
|
|
80
|
+
bundleId: string;
|
|
81
|
+
buildType?: "Debug" | "Release" | undefined;
|
|
82
|
+
target?: "sim_tv_x86_64" | "sim_tv_aarch64" | undefined;
|
|
83
|
+
}>;
|
|
84
|
+
export declare const TestRunnerConfigSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObject<{
|
|
85
|
+
name: z.ZodString;
|
|
86
|
+
platform: z.ZodLiteral<"android">;
|
|
87
|
+
deviceId: z.ZodString;
|
|
88
|
+
bundleId: z.ZodString;
|
|
89
|
+
activityName: z.ZodDefault<z.ZodString>;
|
|
90
|
+
}, "strip", z.ZodTypeAny, {
|
|
91
|
+
name: string;
|
|
92
|
+
platform: "android";
|
|
93
|
+
deviceId: string;
|
|
94
|
+
bundleId: string;
|
|
95
|
+
activityName: string;
|
|
96
|
+
}, {
|
|
97
|
+
name: string;
|
|
98
|
+
platform: "android";
|
|
99
|
+
deviceId: string;
|
|
100
|
+
bundleId: string;
|
|
101
|
+
activityName?: string | undefined;
|
|
102
|
+
}>, z.ZodObject<{
|
|
103
|
+
name: z.ZodString;
|
|
104
|
+
platform: z.ZodLiteral<"ios">;
|
|
105
|
+
deviceId: z.ZodString;
|
|
106
|
+
bundleId: z.ZodString;
|
|
107
|
+
systemVersion: z.ZodString;
|
|
108
|
+
}, "strip", z.ZodTypeAny, {
|
|
109
|
+
name: string;
|
|
110
|
+
platform: "ios";
|
|
111
|
+
deviceId: string;
|
|
112
|
+
bundleId: string;
|
|
113
|
+
systemVersion: string;
|
|
114
|
+
}, {
|
|
115
|
+
name: string;
|
|
116
|
+
platform: "ios";
|
|
117
|
+
deviceId: string;
|
|
118
|
+
bundleId: string;
|
|
119
|
+
systemVersion: string;
|
|
120
|
+
}>, z.ZodObject<{
|
|
121
|
+
name: z.ZodString;
|
|
122
|
+
platform: z.ZodLiteral<"web">;
|
|
123
|
+
browser: z.ZodEnum<["chrome", "firefox", "safari"]>;
|
|
124
|
+
}, "strip", z.ZodTypeAny, {
|
|
125
|
+
name: string;
|
|
126
|
+
platform: "web";
|
|
127
|
+
browser: "chrome" | "firefox" | "safari";
|
|
128
|
+
}, {
|
|
129
|
+
name: string;
|
|
130
|
+
platform: "web";
|
|
131
|
+
browser: "chrome" | "firefox" | "safari";
|
|
132
|
+
}>, z.ZodObject<{
|
|
133
|
+
name: z.ZodString;
|
|
134
|
+
platform: z.ZodLiteral<"vega">;
|
|
135
|
+
deviceId: z.ZodString;
|
|
136
|
+
bundleId: z.ZodString;
|
|
137
|
+
buildType: z.ZodDefault<z.ZodEnum<["Debug", "Release"]>>;
|
|
138
|
+
target: z.ZodDefault<z.ZodEnum<["sim_tv_x86_64", "sim_tv_aarch64"]>>;
|
|
139
|
+
}, "strip", z.ZodTypeAny, {
|
|
140
|
+
name: string;
|
|
141
|
+
platform: "vega";
|
|
142
|
+
deviceId: string;
|
|
143
|
+
bundleId: string;
|
|
144
|
+
buildType: "Debug" | "Release";
|
|
145
|
+
target: "sim_tv_x86_64" | "sim_tv_aarch64";
|
|
146
|
+
}, {
|
|
147
|
+
name: string;
|
|
148
|
+
platform: "vega";
|
|
149
|
+
deviceId: string;
|
|
150
|
+
bundleId: string;
|
|
151
|
+
buildType?: "Debug" | "Release" | undefined;
|
|
152
|
+
target?: "sim_tv_x86_64" | "sim_tv_aarch64" | undefined;
|
|
153
|
+
}>]>;
|
|
154
|
+
export declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
155
|
+
include: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, string | string[], string | string[]>;
|
|
156
|
+
runners: z.ZodArray<z.ZodDiscriminatedUnion<"platform", [z.ZodObject<{
|
|
157
|
+
name: z.ZodString;
|
|
158
|
+
platform: z.ZodLiteral<"android">;
|
|
159
|
+
deviceId: z.ZodString;
|
|
160
|
+
bundleId: z.ZodString;
|
|
161
|
+
activityName: z.ZodDefault<z.ZodString>;
|
|
162
|
+
}, "strip", z.ZodTypeAny, {
|
|
163
|
+
name: string;
|
|
164
|
+
platform: "android";
|
|
165
|
+
deviceId: string;
|
|
166
|
+
bundleId: string;
|
|
167
|
+
activityName: string;
|
|
168
|
+
}, {
|
|
169
|
+
name: string;
|
|
170
|
+
platform: "android";
|
|
171
|
+
deviceId: string;
|
|
172
|
+
bundleId: string;
|
|
173
|
+
activityName?: string | undefined;
|
|
174
|
+
}>, z.ZodObject<{
|
|
175
|
+
name: z.ZodString;
|
|
176
|
+
platform: z.ZodLiteral<"ios">;
|
|
177
|
+
deviceId: z.ZodString;
|
|
178
|
+
bundleId: z.ZodString;
|
|
179
|
+
systemVersion: z.ZodString;
|
|
180
|
+
}, "strip", z.ZodTypeAny, {
|
|
181
|
+
name: string;
|
|
182
|
+
platform: "ios";
|
|
183
|
+
deviceId: string;
|
|
184
|
+
bundleId: string;
|
|
185
|
+
systemVersion: string;
|
|
186
|
+
}, {
|
|
187
|
+
name: string;
|
|
188
|
+
platform: "ios";
|
|
189
|
+
deviceId: string;
|
|
190
|
+
bundleId: string;
|
|
191
|
+
systemVersion: string;
|
|
192
|
+
}>, z.ZodObject<{
|
|
193
|
+
name: z.ZodString;
|
|
194
|
+
platform: z.ZodLiteral<"web">;
|
|
195
|
+
browser: z.ZodEnum<["chrome", "firefox", "safari"]>;
|
|
196
|
+
}, "strip", z.ZodTypeAny, {
|
|
197
|
+
name: string;
|
|
198
|
+
platform: "web";
|
|
199
|
+
browser: "chrome" | "firefox" | "safari";
|
|
200
|
+
}, {
|
|
201
|
+
name: string;
|
|
202
|
+
platform: "web";
|
|
203
|
+
browser: "chrome" | "firefox" | "safari";
|
|
204
|
+
}>, z.ZodObject<{
|
|
205
|
+
name: z.ZodString;
|
|
206
|
+
platform: z.ZodLiteral<"vega">;
|
|
207
|
+
deviceId: z.ZodString;
|
|
208
|
+
bundleId: z.ZodString;
|
|
209
|
+
buildType: z.ZodDefault<z.ZodEnum<["Debug", "Release"]>>;
|
|
210
|
+
target: z.ZodDefault<z.ZodEnum<["sim_tv_x86_64", "sim_tv_aarch64"]>>;
|
|
211
|
+
}, "strip", z.ZodTypeAny, {
|
|
212
|
+
name: string;
|
|
213
|
+
platform: "vega";
|
|
214
|
+
deviceId: string;
|
|
215
|
+
bundleId: string;
|
|
216
|
+
buildType: "Debug" | "Release";
|
|
217
|
+
target: "sim_tv_x86_64" | "sim_tv_aarch64";
|
|
218
|
+
}, {
|
|
219
|
+
name: string;
|
|
220
|
+
platform: "vega";
|
|
221
|
+
deviceId: string;
|
|
222
|
+
bundleId: string;
|
|
223
|
+
buildType?: "Debug" | "Release" | undefined;
|
|
224
|
+
target?: "sim_tv_x86_64" | "sim_tv_aarch64" | undefined;
|
|
225
|
+
}>]>, "many">;
|
|
226
|
+
defaultRunner: z.ZodOptional<z.ZodString>;
|
|
227
|
+
reporter: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
228
|
+
report: z.ZodFunction<z.ZodTuple<[z.ZodArray<z.ZodAny, "many">], z.ZodUnknown>, z.ZodPromise<z.ZodVoid>>;
|
|
229
|
+
}, "strip", z.ZodTypeAny, {
|
|
230
|
+
report: (args_0: any[], ...args: unknown[]) => Promise<void>;
|
|
231
|
+
}, {
|
|
232
|
+
report: (args_0: any[], ...args: unknown[]) => Promise<void>;
|
|
233
|
+
}>>>;
|
|
234
|
+
bridgeTimeout: z.ZodDefault<z.ZodNumber>;
|
|
235
|
+
unstable__skipAlreadyIncludedModules: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
236
|
+
}, "strip", z.ZodTypeAny, {
|
|
237
|
+
include: string | string[];
|
|
238
|
+
runners: ({
|
|
239
|
+
name: string;
|
|
240
|
+
platform: "android";
|
|
241
|
+
deviceId: string;
|
|
242
|
+
bundleId: string;
|
|
243
|
+
activityName: string;
|
|
244
|
+
} | {
|
|
245
|
+
name: string;
|
|
246
|
+
platform: "ios";
|
|
247
|
+
deviceId: string;
|
|
248
|
+
bundleId: string;
|
|
249
|
+
systemVersion: string;
|
|
250
|
+
} | {
|
|
251
|
+
name: string;
|
|
252
|
+
platform: "web";
|
|
253
|
+
browser: "chrome" | "firefox" | "safari";
|
|
254
|
+
} | {
|
|
255
|
+
name: string;
|
|
256
|
+
platform: "vega";
|
|
257
|
+
deviceId: string;
|
|
258
|
+
bundleId: string;
|
|
259
|
+
buildType: "Debug" | "Release";
|
|
260
|
+
target: "sim_tv_x86_64" | "sim_tv_aarch64";
|
|
261
|
+
})[];
|
|
262
|
+
reporter: {
|
|
263
|
+
report: (args_0: any[], ...args: unknown[]) => Promise<void>;
|
|
264
|
+
};
|
|
265
|
+
bridgeTimeout: number;
|
|
266
|
+
unstable__skipAlreadyIncludedModules: boolean;
|
|
267
|
+
defaultRunner?: string | undefined;
|
|
268
|
+
}, {
|
|
269
|
+
include: string | string[];
|
|
270
|
+
runners: ({
|
|
271
|
+
name: string;
|
|
272
|
+
platform: "android";
|
|
273
|
+
deviceId: string;
|
|
274
|
+
bundleId: string;
|
|
275
|
+
activityName?: string | undefined;
|
|
276
|
+
} | {
|
|
277
|
+
name: string;
|
|
278
|
+
platform: "ios";
|
|
279
|
+
deviceId: string;
|
|
280
|
+
bundleId: string;
|
|
281
|
+
systemVersion: string;
|
|
282
|
+
} | {
|
|
283
|
+
name: string;
|
|
284
|
+
platform: "web";
|
|
285
|
+
browser: "chrome" | "firefox" | "safari";
|
|
286
|
+
} | {
|
|
287
|
+
name: string;
|
|
288
|
+
platform: "vega";
|
|
289
|
+
deviceId: string;
|
|
290
|
+
bundleId: string;
|
|
291
|
+
buildType?: "Debug" | "Release" | undefined;
|
|
292
|
+
target?: "sim_tv_x86_64" | "sim_tv_aarch64" | undefined;
|
|
293
|
+
})[];
|
|
294
|
+
defaultRunner?: string | undefined;
|
|
295
|
+
reporter?: {
|
|
296
|
+
report: (args_0: any[], ...args: unknown[]) => Promise<void>;
|
|
297
|
+
} | undefined;
|
|
298
|
+
bridgeTimeout?: number | undefined;
|
|
299
|
+
unstable__skipAlreadyIncludedModules?: boolean | undefined;
|
|
300
|
+
}>, {
|
|
301
|
+
include: string | string[];
|
|
302
|
+
runners: ({
|
|
303
|
+
name: string;
|
|
304
|
+
platform: "android";
|
|
305
|
+
deviceId: string;
|
|
306
|
+
bundleId: string;
|
|
307
|
+
activityName: string;
|
|
308
|
+
} | {
|
|
309
|
+
name: string;
|
|
310
|
+
platform: "ios";
|
|
311
|
+
deviceId: string;
|
|
312
|
+
bundleId: string;
|
|
313
|
+
systemVersion: string;
|
|
314
|
+
} | {
|
|
315
|
+
name: string;
|
|
316
|
+
platform: "web";
|
|
317
|
+
browser: "chrome" | "firefox" | "safari";
|
|
318
|
+
} | {
|
|
319
|
+
name: string;
|
|
320
|
+
platform: "vega";
|
|
321
|
+
deviceId: string;
|
|
322
|
+
bundleId: string;
|
|
323
|
+
buildType: "Debug" | "Release";
|
|
324
|
+
target: "sim_tv_x86_64" | "sim_tv_aarch64";
|
|
325
|
+
})[];
|
|
326
|
+
reporter: {
|
|
327
|
+
report: (args_0: any[], ...args: unknown[]) => Promise<void>;
|
|
328
|
+
};
|
|
329
|
+
bridgeTimeout: number;
|
|
330
|
+
unstable__skipAlreadyIncludedModules: boolean;
|
|
331
|
+
defaultRunner?: string | undefined;
|
|
332
|
+
}, {
|
|
333
|
+
include: string | string[];
|
|
334
|
+
runners: ({
|
|
335
|
+
name: string;
|
|
336
|
+
platform: "android";
|
|
337
|
+
deviceId: string;
|
|
338
|
+
bundleId: string;
|
|
339
|
+
activityName?: string | undefined;
|
|
340
|
+
} | {
|
|
341
|
+
name: string;
|
|
342
|
+
platform: "ios";
|
|
343
|
+
deviceId: string;
|
|
344
|
+
bundleId: string;
|
|
345
|
+
systemVersion: string;
|
|
346
|
+
} | {
|
|
347
|
+
name: string;
|
|
348
|
+
platform: "web";
|
|
349
|
+
browser: "chrome" | "firefox" | "safari";
|
|
350
|
+
} | {
|
|
351
|
+
name: string;
|
|
352
|
+
platform: "vega";
|
|
353
|
+
deviceId: string;
|
|
354
|
+
bundleId: string;
|
|
355
|
+
buildType?: "Debug" | "Release" | undefined;
|
|
356
|
+
target?: "sim_tv_x86_64" | "sim_tv_aarch64" | undefined;
|
|
357
|
+
})[];
|
|
358
|
+
defaultRunner?: string | undefined;
|
|
359
|
+
reporter?: {
|
|
360
|
+
report: (args_0: any[], ...args: unknown[]) => Promise<void>;
|
|
361
|
+
} | undefined;
|
|
362
|
+
bridgeTimeout?: number | undefined;
|
|
363
|
+
unstable__skipAlreadyIncludedModules?: boolean | undefined;
|
|
364
|
+
}>;
|
|
365
|
+
export type Platform = z.infer<typeof PlatformSchema>;
|
|
366
|
+
export type BrowserType = z.infer<typeof BrowserTypeSchema>;
|
|
367
|
+
export type AndroidTestRunnerConfig = z.infer<typeof AndroidTestRunnerConfigSchema>;
|
|
368
|
+
export type iOSTestRunnerConfig = z.infer<typeof iOSTestRunnerConfigSchema>;
|
|
369
|
+
export type WebTestRunnerConfig = z.infer<typeof WebTestRunnerConfigSchema>;
|
|
370
|
+
export type VegaTestRunnerConfig = z.infer<typeof VegaTestRunnerConfigSchema>;
|
|
371
|
+
export type TestRunnerConfig = z.infer<typeof TestRunnerConfigSchema>;
|
|
372
|
+
export type Config = z.infer<typeof ConfigSchema>;
|
|
373
|
+
export declare function isIOSRunnerConfig(config: TestRunnerConfig): config is iOSTestRunnerConfig;
|
|
374
|
+
export declare function isAndroidRunnerConfig(config: TestRunnerConfig): config is AndroidTestRunnerConfig;
|
|
375
|
+
export declare function isWebRunnerConfig(config: TestRunnerConfig): config is WebTestRunnerConfig;
|
|
376
|
+
export declare function isVegaRunnerConfig(config: TestRunnerConfig): config is VegaTestRunnerConfig;
|
|
377
|
+
export declare function assertAndroidRunnerConfig(config: TestRunnerConfig): asserts config is AndroidTestRunnerConfig;
|
|
378
|
+
export declare function assertIOSRunnerConfig(config: TestRunnerConfig): asserts config is iOSTestRunnerConfig;
|
|
379
|
+
export declare function assertWebRunnerConfig(config: TestRunnerConfig): asserts config is WebTestRunnerConfig;
|
|
380
|
+
export declare function assertVegaRunnerConfig(config: TestRunnerConfig): asserts config is VegaTestRunnerConfig;
|
|
381
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,cAAc,8CAA4C,CAAC;AAExE,eAAO,MAAM,cAAc;;;;;;EAEzB,CAAC;AAEH,eAAO,MAAM,iBAAiB,4CAA0C,CAAC;AAEzE,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;EASxC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;EAMpC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;EAIpC,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;EAcrC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKjC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmCtB,CAAC;AAEJ,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AACtD,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAC5D,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAC3C,OAAO,6BAA6B,CACrC,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5E,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5E,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC9E,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AACtE,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAElD,wBAAgB,iBAAiB,CAC/B,MAAM,EAAE,gBAAgB,GACvB,MAAM,IAAI,mBAAmB,CAE/B;AAED,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,gBAAgB,GACvB,MAAM,IAAI,uBAAuB,CAEnC;AAED,wBAAgB,iBAAiB,CAC/B,MAAM,EAAE,gBAAgB,GACvB,MAAM,IAAI,mBAAmB,CAE/B;AAED,wBAAgB,kBAAkB,CAChC,MAAM,EAAE,gBAAgB,GACvB,MAAM,IAAI,oBAAoB,CAEhC;AAED,wBAAgB,yBAAyB,CACvC,MAAM,EAAE,gBAAgB,GACvB,OAAO,CAAC,MAAM,IAAI,uBAAuB,CAM3C;AAED,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,gBAAgB,GACvB,OAAO,CAAC,MAAM,IAAI,mBAAmB,CAMvC;AACD,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,gBAAgB,GACvB,OAAO,CAAC,MAAM,IAAI,mBAAmB,CAMvC;AAED,wBAAgB,sBAAsB,CACpC,MAAM,EAAE,gBAAgB,GACvB,OAAO,CAAC,MAAM,IAAI,oBAAoB,CAMxC"}
|
package/dist/types.js
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { defaultReporter } from '@react-native-harness/reporters';
|
|
3
|
+
export const PlatformSchema = z.enum(['ios', 'android', 'web', 'vega']);
|
|
4
|
+
export const ReporterSchema = z.object({
|
|
5
|
+
report: z.function().args(z.array(z.any())).returns(z.promise(z.void())),
|
|
6
|
+
});
|
|
7
|
+
export const BrowserTypeSchema = z.enum(['chrome', 'firefox', 'safari']);
|
|
8
|
+
export const AndroidTestRunnerConfigSchema = z.object({
|
|
9
|
+
name: z.string().min(1, 'Runner name is required'),
|
|
10
|
+
platform: z.literal('android'),
|
|
11
|
+
deviceId: z.string().min(1, 'Device ID is required'),
|
|
12
|
+
bundleId: z.string().min(1, 'Bundle ID is required'),
|
|
13
|
+
activityName: z
|
|
14
|
+
.string()
|
|
15
|
+
.min(1, 'Activity name is required')
|
|
16
|
+
.default('.MainActivity'),
|
|
17
|
+
});
|
|
18
|
+
export const iOSTestRunnerConfigSchema = z.object({
|
|
19
|
+
name: z.string().min(1, 'Runner name is required'),
|
|
20
|
+
platform: z.literal('ios'),
|
|
21
|
+
deviceId: z.string().min(1, 'Device ID is required'),
|
|
22
|
+
bundleId: z.string().min(1, 'Bundle ID is required'),
|
|
23
|
+
systemVersion: z.string().min(1, 'System version is required'),
|
|
24
|
+
});
|
|
25
|
+
export const WebTestRunnerConfigSchema = z.object({
|
|
26
|
+
name: z.string().min(1, 'Runner name is required'),
|
|
27
|
+
platform: z.literal('web'),
|
|
28
|
+
browser: BrowserTypeSchema,
|
|
29
|
+
});
|
|
30
|
+
export const VegaTestRunnerConfigSchema = z.object({
|
|
31
|
+
name: z.string().min(1, 'Runner name is required'),
|
|
32
|
+
platform: z.literal('vega'),
|
|
33
|
+
deviceId: z
|
|
34
|
+
.string()
|
|
35
|
+
.min(1, 'Virtual device instance name is required (e.g., "VegaTV_1", "VegaTV_Debug")'),
|
|
36
|
+
bundleId: z
|
|
37
|
+
.string()
|
|
38
|
+
.min(1, 'Bundle ID is required (package identifier from manifest.toml)'),
|
|
39
|
+
buildType: z.enum(['Debug', 'Release']).default('Release'),
|
|
40
|
+
target: z.enum(['sim_tv_x86_64', 'sim_tv_aarch64']).default('sim_tv_x86_64'),
|
|
41
|
+
});
|
|
42
|
+
export const TestRunnerConfigSchema = z.discriminatedUnion('platform', [
|
|
43
|
+
AndroidTestRunnerConfigSchema,
|
|
44
|
+
iOSTestRunnerConfigSchema,
|
|
45
|
+
WebTestRunnerConfigSchema,
|
|
46
|
+
VegaTestRunnerConfigSchema,
|
|
47
|
+
]);
|
|
48
|
+
export const ConfigSchema = z
|
|
49
|
+
.object({
|
|
50
|
+
include: z.union([z.string(), z.array(z.string())]).refine((val) => {
|
|
51
|
+
if (Array.isArray(val)) {
|
|
52
|
+
return val.length > 0;
|
|
53
|
+
}
|
|
54
|
+
return val.length > 0;
|
|
55
|
+
}, { message: 'Include patterns cannot be empty' }),
|
|
56
|
+
runners: z
|
|
57
|
+
.array(TestRunnerConfigSchema)
|
|
58
|
+
.min(1, 'At least one runner is required'),
|
|
59
|
+
defaultRunner: z.string().optional(),
|
|
60
|
+
reporter: ReporterSchema.optional().default(defaultReporter),
|
|
61
|
+
bridgeTimeout: z
|
|
62
|
+
.number()
|
|
63
|
+
.min(1000, 'Bridge timeout must be at least 1 second')
|
|
64
|
+
.default(60000),
|
|
65
|
+
unstable__skipAlreadyIncludedModules: z.boolean().optional().default(false),
|
|
66
|
+
})
|
|
67
|
+
.refine((config) => {
|
|
68
|
+
if (config.defaultRunner) {
|
|
69
|
+
return config.runners.some((runner) => runner.name === config.defaultRunner);
|
|
70
|
+
}
|
|
71
|
+
return true;
|
|
72
|
+
}, {
|
|
73
|
+
message: 'Default runner must match one of the configured runner names',
|
|
74
|
+
path: ['defaultRunner'],
|
|
75
|
+
});
|
|
76
|
+
export function isIOSRunnerConfig(config) {
|
|
77
|
+
return config.platform === 'ios';
|
|
78
|
+
}
|
|
79
|
+
export function isAndroidRunnerConfig(config) {
|
|
80
|
+
return config.platform === 'android';
|
|
81
|
+
}
|
|
82
|
+
export function isWebRunnerConfig(config) {
|
|
83
|
+
return config.platform === 'web';
|
|
84
|
+
}
|
|
85
|
+
export function isVegaRunnerConfig(config) {
|
|
86
|
+
return config.platform === 'vega';
|
|
87
|
+
}
|
|
88
|
+
export function assertAndroidRunnerConfig(config) {
|
|
89
|
+
if (!isAndroidRunnerConfig(config)) {
|
|
90
|
+
throw new Error(`Expected Android runner config but got platform: ${config.platform}`);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
export function assertIOSRunnerConfig(config) {
|
|
94
|
+
if (!isIOSRunnerConfig(config)) {
|
|
95
|
+
throw new Error(`Expected iOS runner config but got platform: ${config.platform}`);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
export function assertWebRunnerConfig(config) {
|
|
99
|
+
if (!isWebRunnerConfig(config)) {
|
|
100
|
+
throw new Error(`Expected web runner config but got platform: ${config.platform}`);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
export function assertVegaRunnerConfig(config) {
|
|
104
|
+
if (!isVegaRunnerConfig(config)) {
|
|
105
|
+
throw new Error(`Expected Vega runner config but got platform: ${config.platform}`);
|
|
106
|
+
}
|
|
107
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-harness/platform-android",
|
|
3
3
|
"description": "Android platform for React Native Harness",
|
|
4
|
-
"version": "1.0.0-alpha.
|
|
4
|
+
"version": "1.0.0-alpha.20",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -18,8 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"zod": "^3.25.67",
|
|
20
20
|
"tslib": "^2.3.0",
|
|
21
|
-
"@react-native-harness/platforms": "1.0.0-alpha.
|
|
22
|
-
"@react-native-harness/tools": "1.0.0-alpha.
|
|
21
|
+
"@react-native-harness/platforms": "1.0.0-alpha.20",
|
|
22
|
+
"@react-native-harness/tools": "1.0.0-alpha.20",
|
|
23
|
+
"@react-native-harness/config": "1.0.0-alpha.20"
|
|
23
24
|
},
|
|
24
25
|
"license": "MIT"
|
|
25
26
|
}
|
package/src/adb-id.ts
CHANGED
|
@@ -23,9 +23,18 @@ export const getAdbId = async (
|
|
|
23
23
|
}
|
|
24
24
|
} else if (isAndroidDevicePhysical(device)) {
|
|
25
25
|
const deviceInfo = await adb.getDeviceInfo(adbId);
|
|
26
|
+
|
|
27
|
+
if (!deviceInfo) {
|
|
28
|
+
// This should never happen as we already checked if the device is physical.
|
|
29
|
+
return null;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
const normalizedManufacturer = deviceInfo.manufacturer?.toLowerCase() ?? '';
|
|
33
|
+
const normalizedModel = deviceInfo.model?.toLowerCase() ?? '';
|
|
34
|
+
|
|
26
35
|
if (
|
|
27
|
-
|
|
28
|
-
|
|
36
|
+
normalizedManufacturer === device.manufacturer &&
|
|
37
|
+
normalizedModel === device.model
|
|
29
38
|
) {
|
|
30
39
|
return adbId;
|
|
31
40
|
}
|
package/src/adb.ts
CHANGED
|
@@ -18,9 +18,10 @@ export const isAppInstalled = async (
|
|
|
18
18
|
|
|
19
19
|
export const reversePort = async (
|
|
20
20
|
adbId: string,
|
|
21
|
-
port: number
|
|
21
|
+
port: number,
|
|
22
|
+
hostPort: number = port
|
|
22
23
|
): Promise<void> => {
|
|
23
|
-
await spawn('adb', ['-s', adbId, 'reverse', `tcp:${port}`, `tcp:${
|
|
24
|
+
await spawn('adb', ['-s', adbId, 'reverse', `tcp:${port}`, `tcp:${hostPort}`]);
|
|
24
25
|
};
|
|
25
26
|
|
|
26
27
|
export const stopApp = async (
|
package/src/runner.ts
CHANGED
|
@@ -3,6 +3,7 @@ import {
|
|
|
3
3
|
AppNotInstalledError,
|
|
4
4
|
HarnessPlatformRunner,
|
|
5
5
|
} from '@react-native-harness/platforms';
|
|
6
|
+
import { Config } from '@react-native-harness/config';
|
|
6
7
|
import {
|
|
7
8
|
AndroidPlatformConfigSchema,
|
|
8
9
|
type AndroidPlatformConfig,
|
|
@@ -12,7 +13,8 @@ import * as adb from './adb.js';
|
|
|
12
13
|
import { getDeviceName } from './utils.js';
|
|
13
14
|
|
|
14
15
|
const getAndroidRunner = async (
|
|
15
|
-
config: AndroidPlatformConfig
|
|
16
|
+
config: AndroidPlatformConfig,
|
|
17
|
+
harnessConfig: Config
|
|
16
18
|
): Promise<HarnessPlatformRunner> => {
|
|
17
19
|
const parsedConfig = AndroidPlatformConfigSchema.parse(config);
|
|
18
20
|
const adbId = await getAdbId(parsedConfig.device);
|
|
@@ -33,7 +35,7 @@ const getAndroidRunner = async (
|
|
|
33
35
|
await Promise.all([
|
|
34
36
|
adb.reversePort(adbId, 8081),
|
|
35
37
|
adb.reversePort(adbId, 8080),
|
|
36
|
-
adb.reversePort(adbId,
|
|
38
|
+
adb.reversePort(adbId, harnessConfig.webSocketPort),
|
|
37
39
|
]);
|
|
38
40
|
|
|
39
41
|
return {
|