@upsoft/electroy-app-runtime-package-dev-tools-base 1.0.0-alpha.0
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/$.d.ts +4 -0
- package/dist/$.d.ts.map +1 -0
- package/dist/$.js +8 -0
- package/dist/$.js.map +1 -0
- package/dist/$global-deps.d.ts +12 -0
- package/dist/$global-deps.d.ts.map +1 -0
- package/dist/$global-deps.js +30 -0
- package/dist/$global-deps.js.map +1 -0
- package/dist/$index.d.ts +12 -0
- package/dist/$index.d.ts.map +1 -0
- package/dist/$index.js +28 -0
- package/dist/$index.js.map +1 -0
- package/dist/$local-deps.d.ts +2 -0
- package/dist/$local-deps.d.ts.map +1 -0
- package/dist/$local-deps.js +19 -0
- package/dist/$local-deps.js.map +1 -0
- package/dist/dev-runtime.d.ts +15 -0
- package/dist/dev-runtime.d.ts.map +1 -0
- package/dist/dev-runtime.js +81 -0
- package/dist/dev-runtime.js.map +1 -0
- package/dist/get-electron-dir-path.d.ts +7 -0
- package/dist/get-electron-dir-path.d.ts.map +1 -0
- package/dist/get-electron-dir-path.js +14 -0
- package/dist/get-electron-dir-path.js.map +1 -0
- package/dist/get-runtime-bundle-dir-path.d.ts +10 -0
- package/dist/get-runtime-bundle-dir-path.d.ts.map +1 -0
- package/dist/get-runtime-bundle-dir-path.js +23 -0
- package/dist/get-runtime-bundle-dir-path.js.map +1 -0
- package/dist/get-runtime-bundle-main-script-file-path.d.ts +5 -0
- package/dist/get-runtime-bundle-main-script-file-path.d.ts.map +1 -0
- package/dist/get-runtime-bundle-main-script-file-path.js +14 -0
- package/dist/get-runtime-bundle-main-script-file-path.js.map +1 -0
- package/dist/get-runtime-package-temp-dir-path.d.ts +5 -0
- package/dist/get-runtime-package-temp-dir-path.d.ts.map +1 -0
- package/dist/get-runtime-package-temp-dir-path.js +13 -0
- package/dist/get-runtime-package-temp-dir-path.js.map +1 -0
- package/dist/initialize-dev-tools-logging.d.ts +5 -0
- package/dist/initialize-dev-tools-logging.d.ts.map +1 -0
- package/dist/initialize-dev-tools-logging.js +27 -0
- package/dist/initialize-dev-tools-logging.js.map +1 -0
- package/dist/redownload-electron.d.ts +7 -0
- package/dist/redownload-electron.d.ts.map +1 -0
- package/dist/redownload-electron.js +47 -0
- package/dist/redownload-electron.js.map +1 -0
- package/dist/runtime-bundle-main-script-file-name.d.ts +3 -0
- package/dist/runtime-bundle-main-script-file-name.d.ts.map +1 -0
- package/dist/runtime-bundle-main-script-file-name.js +6 -0
- package/dist/runtime-bundle-main-script-file-name.js.map +1 -0
- package/dist/start-electron-process.d.ts +11 -0
- package/dist/start-electron-process.d.ts.map +1 -0
- package/dist/start-electron-process.js +58 -0
- package/dist/start-electron-process.js.map +1 -0
- package/dist/tsconfig.src.tsbuildinfo +1 -0
- package/dist/write-dev-run-commands-info-message.d.ts +3 -0
- package/dist/write-dev-run-commands-info-message.d.ts.map +1 -0
- package/dist/write-dev-run-commands-info-message.js +23 -0
- package/dist/write-dev-run-commands-info-message.js.map +1 -0
- package/dist/write-dev-tools-message.d.ts +5 -0
- package/dist/write-dev-tools-message.d.ts.map +1 -0
- package/dist/write-dev-tools-message.js +15 -0
- package/dist/write-dev-tools-message.js.map +1 -0
- package/package.json +58 -0
package/dist/$.d.ts
ADDED
package/dist/$.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"$.d.ts","sourceRoot":"","sources":["../src/$.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,eAAe,CAAC;AACnC,OAAO,KAAK,EAAE,MAAM,gBAAgB,CAAC;AACrC,eAAO,MAAM,UAAU,gBAAgB,CAAC"}
|
package/dist/$.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$namespace = exports.__ = exports._ = void 0;
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
exports._ = require("./$local-deps");
|
|
6
|
+
exports.__ = require("./$global-deps");
|
|
7
|
+
exports.$namespace = `ElectroyApp`;
|
|
8
|
+
//# sourceMappingURL=$.js.map
|
package/dist/$.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"$.js","sourceRoot":"","sources":["../src/$.ts"],"names":[],"mappings":";;;AAAA,oBAAoB;AACpB,qCAAmC;AACnC,uCAAqC;AACxB,QAAA,UAAU,GAAG,aAAa,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from "@upsoft/troy-foundation";
|
|
2
|
+
export * as $get from "@electron/get";
|
|
3
|
+
export import $chalk = require("chalk");
|
|
4
|
+
export import $extractzip = require("extract-zip");
|
|
5
|
+
export import $isrunning = require("is-running");
|
|
6
|
+
export import $logsymbols = require("log-symbols");
|
|
7
|
+
export import $ora = require("ora");
|
|
8
|
+
export * as $childprocess from "child_process";
|
|
9
|
+
export * as $fs from "fs";
|
|
10
|
+
export import $path = require("path");
|
|
11
|
+
export * as $util from "util";
|
|
12
|
+
//# sourceMappingURL=$global-deps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"$global-deps.d.ts","sourceRoot":"","sources":["../src/$global-deps.ts"],"names":[],"mappings":"AACA,cAAc,yBAAyB,CAAC;AACxC,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,MAAM,QAAQ,MAAM,GAAG,QAAQ,OAAO,CAAC,CAAC;AACxC,MAAM,QAAQ,WAAW,GAAG,QAAQ,aAAa,CAAC,CAAC;AACnD,MAAM,QAAQ,UAAU,GAAG,QAAQ,YAAY,CAAC,CAAC;AACjD,MAAM,QAAQ,WAAW,GAAG,QAAQ,aAAa,CAAC,CAAC;AACnD,MAAM,QAAQ,IAAI,GAAG,QAAQ,KAAK,CAAC,CAAC;AACpC,OAAO,KAAK,aAAa,MAAM,eAAe,CAAC;AAC/C,OAAO,KAAK,GAAG,MAAM,IAAI,CAAC;AAC1B,MAAM,QAAQ,KAAK,GAAG,QAAQ,MAAM,CAAC,CAAC;AACtC,OAAO,KAAK,KAAK,MAAM,MAAM,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.$util = exports.$fs = exports.$childprocess = exports.$get = void 0;
|
|
18
|
+
/* eslint-disable */
|
|
19
|
+
__exportStar(require("@upsoft/troy-foundation"), exports);
|
|
20
|
+
exports.$get = require("@electron/get");
|
|
21
|
+
exports.$chalk = require("chalk");
|
|
22
|
+
exports.$extractzip = require("extract-zip");
|
|
23
|
+
exports.$isrunning = require("is-running");
|
|
24
|
+
exports.$logsymbols = require("log-symbols");
|
|
25
|
+
exports.$ora = require("ora");
|
|
26
|
+
exports.$childprocess = require("child_process");
|
|
27
|
+
exports.$fs = require("fs");
|
|
28
|
+
exports.$path = require("path");
|
|
29
|
+
exports.$util = require("util");
|
|
30
|
+
//# sourceMappingURL=$global-deps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"$global-deps.js","sourceRoot":"","sources":["../src/$global-deps.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,0DAAwC;AACxC,wCAAsC;AACtC,kCAAwC;AACxC,6CAAmD;AACnD,2CAAiD;AACjD,6CAAmD;AACnD,8BAAoC;AACpC,iDAA+C;AAC/C,4BAA0B;AAC1B,gCAAsC;AACtC,gCAA8B"}
|
package/dist/$index.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from './dev-runtime';
|
|
2
|
+
export * from './get-electron-dir-path';
|
|
3
|
+
export * from './get-runtime-bundle-dir-path';
|
|
4
|
+
export * from './get-runtime-bundle-main-script-file-path';
|
|
5
|
+
export * from './get-runtime-package-temp-dir-path';
|
|
6
|
+
export * from './initialize-dev-tools-logging';
|
|
7
|
+
export * from './redownload-electron';
|
|
8
|
+
export * from './runtime-bundle-main-script-file-name';
|
|
9
|
+
export * from './start-electron-process';
|
|
10
|
+
export * from './write-dev-run-commands-info-message';
|
|
11
|
+
export * from './write-dev-tools-message';
|
|
12
|
+
//# sourceMappingURL=$index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"$index.d.ts","sourceRoot":"","sources":["../src/$index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wCAAwC,CAAC;AACvD,cAAc,0BAA0B,CAAC;AACzC,cAAc,uCAAuC,CAAC;AACtD,cAAc,2BAA2B,CAAC"}
|
package/dist/$index.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./dev-runtime"), exports);
|
|
18
|
+
__exportStar(require("./get-electron-dir-path"), exports);
|
|
19
|
+
__exportStar(require("./get-runtime-bundle-dir-path"), exports);
|
|
20
|
+
__exportStar(require("./get-runtime-bundle-main-script-file-path"), exports);
|
|
21
|
+
__exportStar(require("./get-runtime-package-temp-dir-path"), exports);
|
|
22
|
+
__exportStar(require("./initialize-dev-tools-logging"), exports);
|
|
23
|
+
__exportStar(require("./redownload-electron"), exports);
|
|
24
|
+
__exportStar(require("./runtime-bundle-main-script-file-name"), exports);
|
|
25
|
+
__exportStar(require("./start-electron-process"), exports);
|
|
26
|
+
__exportStar(require("./write-dev-run-commands-info-message"), exports);
|
|
27
|
+
__exportStar(require("./write-dev-tools-message"), exports);
|
|
28
|
+
//# sourceMappingURL=$index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"$index.js","sourceRoot":"","sources":["../src/$index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,0DAAwC;AACxC,gEAA8C;AAC9C,6EAA2D;AAC3D,sEAAoD;AACpD,iEAA+C;AAC/C,wDAAsC;AACtC,yEAAuD;AACvD,2DAAyC;AACzC,wEAAsD;AACtD,4DAA0C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"$local-deps.d.ts","sourceRoot":"","sources":["../src/$local-deps.ts"],"names":[],"mappings":"AACA,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
__exportStar(require("@upsoft/electroy-app-foundation"), exports);
|
|
19
|
+
//# sourceMappingURL=$local-deps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"$local-deps.js","sourceRoot":"","sources":["../src/$local-deps.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,kEAAgD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { _, __ } from "./$";
|
|
2
|
+
export declare const devRuntime: __.ManagedAsyncFunc<"devRuntime", ({ runtimePackageDirPath, runtimeWindowsBundleDirPath, runtimeMacOSBundleDirPath, runtimeLinuxBundleDirPath, runtimeDevBundleDirPath, isRuntimeDevBundleEnabled, electronVersion, electronProcessExtraArgs, name, overrideRootDirPath, targetOperatingSystemPlatform, }: {
|
|
3
|
+
runtimePackageDirPath: string;
|
|
4
|
+
runtimeWindowsBundleDirPath: string;
|
|
5
|
+
runtimeMacOSBundleDirPath: string;
|
|
6
|
+
runtimeLinuxBundleDirPath: string;
|
|
7
|
+
runtimeDevBundleDirPath: string;
|
|
8
|
+
isRuntimeDevBundleEnabled: boolean;
|
|
9
|
+
electronVersion: string;
|
|
10
|
+
electronProcessExtraArgs: Array<string>;
|
|
11
|
+
name: string;
|
|
12
|
+
overrideRootDirPath: string;
|
|
13
|
+
targetOperatingSystemPlatform: _.TargetOperatingSystemPlatform;
|
|
14
|
+
}) => Promise<void>>;
|
|
15
|
+
//# sourceMappingURL=dev-runtime.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dev-runtime.d.ts","sourceRoot":"","sources":["../src/dev-runtime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,EAAE,EAAc,MAAM,KAAK,CAAC;AASxC,eAAO,MAAQ,UAAU,6SAmBhB;IACD,qBAAqB,EAAE,MAAM,CAAC;IAC9B,2BAA2B,EAAE,MAAM,CAAC;IACpC,yBAAyB,EAAE,MAAM,CAAC;IAClC,yBAAyB,EAAE,MAAM,CAAC;IAClC,uBAAuB,EAAE,MAAM,CAAC;IAChC,yBAAyB,EAAE,OAAO,CAAC;IACnC,eAAe,EAAE,MAAM,CAAC;IACxB,wBAAwB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,mBAAmB,EAAE,MAAM,CAAC;IAC5B,6BAA6B,EAAE,CAAC,CAAC,6BAA6B,CAAC;CAChE,mBA2FJ,CAAC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.devRuntime = void 0;
|
|
4
|
+
const _1 = require("./$");
|
|
5
|
+
const get_electron_dir_path_1 = require("./get-electron-dir-path");
|
|
6
|
+
const get_runtime_bundle_dir_path_1 = require("./get-runtime-bundle-dir-path");
|
|
7
|
+
const redownload_electron_1 = require("./redownload-electron");
|
|
8
|
+
const start_electron_process_1 = require("./start-electron-process");
|
|
9
|
+
const write_dev_run_commands_info_message_1 = require("./write-dev-run-commands-info-message");
|
|
10
|
+
const write_dev_tools_message_1 = require("./write-dev-tools-message");
|
|
11
|
+
exports.devRuntime = _1.__.declareManagedFunc()
|
|
12
|
+
.name(`devRuntime`)
|
|
13
|
+
.namespace(_1.$namespace)
|
|
14
|
+
.errorTypes([])
|
|
15
|
+
.async()
|
|
16
|
+
.execute(async ({ runtimePackageDirPath, runtimeWindowsBundleDirPath, runtimeMacOSBundleDirPath, runtimeLinuxBundleDirPath, runtimeDevBundleDirPath, isRuntimeDevBundleEnabled, electronVersion, electronProcessExtraArgs, name, overrideRootDirPath, targetOperatingSystemPlatform, }) => {
|
|
17
|
+
const electronDirPath = (0, get_electron_dir_path_1.getElectronDirPath)({
|
|
18
|
+
runtimePackageDirPath,
|
|
19
|
+
electronVersion,
|
|
20
|
+
targetOperatingSystemPlatform,
|
|
21
|
+
});
|
|
22
|
+
if (!_1.__.$fs.existsSync(electronDirPath)) {
|
|
23
|
+
await (0, redownload_electron_1.redownloadElectron)({
|
|
24
|
+
runtimePackageDirPath,
|
|
25
|
+
electronVersion,
|
|
26
|
+
targetOperatingSystemPlatform,
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
const runtimeBundleDirPath = (0, get_runtime_bundle_dir_path_1.getRuntimeBundleDirPath)({
|
|
30
|
+
runtimeWindowsBundleDirPath,
|
|
31
|
+
runtimeMacOSBundleDirPath,
|
|
32
|
+
runtimeLinuxBundleDirPath,
|
|
33
|
+
runtimeDevBundleDirPath,
|
|
34
|
+
isRuntimeDevBundleEnabled,
|
|
35
|
+
targetOperatingSystemPlatform,
|
|
36
|
+
});
|
|
37
|
+
let electronProcessHandle;
|
|
38
|
+
electronProcessHandle = await (0, start_electron_process_1.startElectronProcess)({
|
|
39
|
+
runtimePackageDirPath,
|
|
40
|
+
runtimeBundleDirPath,
|
|
41
|
+
electronVersion,
|
|
42
|
+
electronProcessExtraArgs,
|
|
43
|
+
name,
|
|
44
|
+
overrideRootDirPath,
|
|
45
|
+
targetOperatingSystemPlatform,
|
|
46
|
+
});
|
|
47
|
+
(0, write_dev_run_commands_info_message_1.writeDevRunCommandsInfoMessage)();
|
|
48
|
+
let electronProcessRestartRequestInfo;
|
|
49
|
+
process.stdin.on(`data`, (data) => {
|
|
50
|
+
if (data.toString().trim() === `q`) {
|
|
51
|
+
electronProcessHandle.kill(`SIGKILL`);
|
|
52
|
+
}
|
|
53
|
+
else if (data.toString().trim() === `r`) {
|
|
54
|
+
electronProcessRestartRequestInfo = {};
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
while (electronProcessHandle.pid !== undefined && _1.__.$isrunning(electronProcessHandle.pid)) {
|
|
58
|
+
if (electronProcessRestartRequestInfo !== undefined) {
|
|
59
|
+
(0, write_dev_tools_message_1.writeDevToolsMessage)({
|
|
60
|
+
devToolsMessage: `${_1.__.$logsymbols.info} Restarting ${name}...`,
|
|
61
|
+
});
|
|
62
|
+
(0, write_dev_tools_message_1.writeDevToolsMessage)({
|
|
63
|
+
devToolsMessage: ``,
|
|
64
|
+
});
|
|
65
|
+
electronProcessRestartRequestInfo = undefined;
|
|
66
|
+
electronProcessHandle.kill(`SIGKILL`);
|
|
67
|
+
electronProcessHandle = await (0, start_electron_process_1.startElectronProcess)({
|
|
68
|
+
runtimePackageDirPath,
|
|
69
|
+
runtimeBundleDirPath,
|
|
70
|
+
electronVersion,
|
|
71
|
+
electronProcessExtraArgs,
|
|
72
|
+
name,
|
|
73
|
+
overrideRootDirPath,
|
|
74
|
+
targetOperatingSystemPlatform,
|
|
75
|
+
});
|
|
76
|
+
(0, write_dev_run_commands_info_message_1.writeDevRunCommandsInfoMessage)();
|
|
77
|
+
}
|
|
78
|
+
await _1.__.wait(100);
|
|
79
|
+
}
|
|
80
|
+
}).devRuntime;
|
|
81
|
+
//# sourceMappingURL=dev-runtime.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dev-runtime.js","sourceRoot":"","sources":["../src/dev-runtime.ts"],"names":[],"mappings":";;;AAAA,0BAAwC;AAExC,mEAA6D;AAC7D,+EAAwE;AACxE,+DAA2D;AAC3D,qEAAgE;AAChE,+FAAuF;AACvF,uEAAiE;AAElD,kBAAU,GAAK,KAAE,CAAC,kBAAkB,EAAE;KAClD,IAAI,CAAC,YAAY,CAAC;KAClB,SAAS,CAAC,aAAU,CAAC;KACrB,UAAU,CAAC,EAAE,CAAC;KACd,KAAK,EAAE;KACP,OAAO,CACN,KAAK,EACH,EACE,qBAAqB,EACrB,2BAA2B,EAC3B,yBAAyB,EACzB,yBAAyB,EACzB,uBAAuB,EACvB,yBAAyB,EACzB,eAAe,EACf,wBAAwB,EACxB,IAAI,EACJ,mBAAmB,EACnB,6BAA6B,GAa9B,EACD,EAAE;IAEF,MAAM,eAAe,GAAG,IAAA,0CAAkB,EAAC;QACzC,qBAAqB;QACrB,eAAe;QACf,6BAA6B;KAC9B,CAAC,CAAC;IAEH,IAAI,CAAC,KAAE,CAAC,GAAG,CAAC,UAAU,CAAC,eAAe,CAAC,EACvC,CAAC;QACC,MAAM,IAAA,wCAAkB,EAAC;YACvB,qBAAqB;YACrB,eAAe;YACf,6BAA6B;SAC9B,CAAC,CAAC;IACL,CAAC;IAED,MAAM,oBAAoB,GAAG,IAAA,qDAAuB,EAAC;QACnD,2BAA2B;QAC3B,yBAAyB;QACzB,yBAAyB;QACzB,uBAAuB;QACvB,yBAAyB;QACzB,6BAA6B;KAC9B,CAAC,CAAC;IAEH,IAAI,qBAAuE,CAAC;IAE5E,qBAAqB,GAAG,MAAM,IAAA,6CAAoB,EAAC;QACjD,qBAAqB;QACrB,oBAAoB;QACpB,eAAe;QACf,wBAAwB;QACxB,IAAI;QACJ,mBAAmB;QACnB,6BAA6B;KAC9B,CAAC,CAAC;IAEH,IAAA,oEAA8B,GAAE,CAAC;IAEjC,IAAI,iCAAiD,CAAC;IAEtD,OAAO,CAAC,KAAK,CAAC,EAAE,CACd,MAAM,EACN,CAAC,IAAI,EAAE,EAAE;QAEP,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC,IAAI,EAAE,KAAK,GAAG,EAClC,CAAC;YACC,qBAAqB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACxC,CAAC;aACI,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC,IAAI,EAAE,KAAK,GAAG,EACvC,CAAC;YACC,iCAAiC,GAAG,EAAE,CAAC;QACzC,CAAC;IACH,CAAC,CACF,CAAC;IAEF,OAAO,qBAAqB,CAAC,GAAG,KAAK,SAAS,IAAI,KAAE,CAAC,UAAU,CAAC,qBAAqB,CAAC,GAAG,CAAC,EAC1F,CAAC;QACC,IACE,iCAAiC,KAAK,SAAS,EAEjD,CAAC;YACC,IAAA,8CAAoB,EAAC;gBACnB,eAAe,EAAE,GAAG,KAAE,CAAC,WAAW,CAAC,IAAI,eAAe,IAAI,KAAK;aAChE,CAAC,CAAC;YACH,IAAA,8CAAoB,EAAC;gBACnB,eAAe,EAAE,EAAE;aACpB,CAAC,CAAC;YAEH,iCAAiC,GAAG,SAAS,CAAC;YAE9C,qBAAqB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YAEtC,qBAAqB,GAAG,MAAM,IAAA,6CAAoB,EAAC;gBACjD,qBAAqB;gBACrB,oBAAoB;gBACpB,eAAe;gBACf,wBAAwB;gBACxB,IAAI;gBACJ,mBAAmB;gBACnB,6BAA6B;aAC9B,CAAC,CAAC;YAEH,IAAA,oEAA8B,GAAE,CAAC;QACnC,CAAC;QAED,MAAM,KAAE,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IACrB,CAAC;AACH,CAAC,CACF,YAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { _, __ } from "./$";
|
|
2
|
+
export declare const getElectronDirPath: __.ManagedSyncFunc<"getElectronDirPath", ({ runtimePackageDirPath, electronVersion, targetOperatingSystemPlatform, }: {
|
|
3
|
+
runtimePackageDirPath: string;
|
|
4
|
+
electronVersion: string;
|
|
5
|
+
targetOperatingSystemPlatform: _.TargetOperatingSystemPlatform;
|
|
6
|
+
}) => string>;
|
|
7
|
+
//# sourceMappingURL=get-electron-dir-path.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-electron-dir-path.d.ts","sourceRoot":"","sources":["../src/get-electron-dir-path.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,EAAE,EAAc,MAAM,KAAK,CAAC;AAIxC,eAAO,MAAQ,kBAAkB,wHAWxB;IACD,qBAAqB,EAAE,MAAM,CAAC;IAC9B,eAAe,EAAE,MAAM,CAAC;IACxB,6BAA6B,EAAE,CAAC,CAAC,6BAA6B,CAAC;CAChE,YAQJ,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getElectronDirPath = void 0;
|
|
4
|
+
const _1 = require("./$");
|
|
5
|
+
const get_runtime_package_temp_dir_path_1 = require("./get-runtime-package-temp-dir-path");
|
|
6
|
+
exports.getElectronDirPath = _1.__.declareManagedFunc()
|
|
7
|
+
.name(`getElectronDirPath`)
|
|
8
|
+
.namespace(_1.$namespace)
|
|
9
|
+
.errorTypes([])
|
|
10
|
+
.sync()
|
|
11
|
+
.execute(({ runtimePackageDirPath, electronVersion, targetOperatingSystemPlatform, }) => {
|
|
12
|
+
return _1.__.$path.resolve((0, get_runtime_package_temp_dir_path_1.getRuntimePackageTempDirPath)({ runtimePackageDirPath }), `electron-${targetOperatingSystemPlatform}-${electronVersion}`);
|
|
13
|
+
}).getElectronDirPath;
|
|
14
|
+
//# sourceMappingURL=get-electron-dir-path.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-electron-dir-path.js","sourceRoot":"","sources":["../src/get-electron-dir-path.ts"],"names":[],"mappings":";;;AAAA,0BAAwC;AAExC,2FAAmF;AAEpE,0BAAkB,GAAK,KAAE,CAAC,kBAAkB,EAAE;KAC1D,IAAI,CAAC,oBAAoB,CAAC;KAC1B,SAAS,CAAC,aAAU,CAAC;KACrB,UAAU,CAAC,EAAE,CAAC;KACd,IAAI,EAAE;KACN,OAAO,CACN,CACE,EACE,qBAAqB,EACrB,eAAe,EACf,6BAA6B,GAK9B,EACD,EAAE;IAEF,OAAO,KAAE,CAAC,KAAK,CAAC,OAAO,CACrB,IAAA,gEAA4B,EAAC,EAAE,qBAAqB,EAAE,CAAC,EACvD,YAAY,6BAA6B,IAAI,eAAe,EAAE,CAC/D,CAAC;AACJ,CAAC,CACF,oBAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { _, __ } from "./$";
|
|
2
|
+
export declare const getRuntimeBundleDirPath: __.ManagedSyncFunc<"getRuntimeBundleDirPath", ({ runtimeWindowsBundleDirPath, runtimeMacOSBundleDirPath, runtimeLinuxBundleDirPath, runtimeDevBundleDirPath, isRuntimeDevBundleEnabled, targetOperatingSystemPlatform, }: {
|
|
3
|
+
runtimeWindowsBundleDirPath: string;
|
|
4
|
+
runtimeMacOSBundleDirPath: string;
|
|
5
|
+
runtimeLinuxBundleDirPath: string;
|
|
6
|
+
runtimeDevBundleDirPath: string;
|
|
7
|
+
isRuntimeDevBundleEnabled: boolean;
|
|
8
|
+
targetOperatingSystemPlatform: _.TargetOperatingSystemPlatform;
|
|
9
|
+
}) => string>;
|
|
10
|
+
//# sourceMappingURL=get-runtime-bundle-dir-path.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-runtime-bundle-dir-path.d.ts","sourceRoot":"","sources":["../src/get-runtime-bundle-dir-path.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,EAAE,EAAc,MAAM,KAAK,CAAC;AAExC,eAAO,MAAQ,uBAAuB,4NAc7B;IACD,2BAA2B,EAAE,MAAM,CAAC;IACpC,yBAAyB,EAAE,MAAM,CAAC;IAClC,yBAAyB,EAAE,MAAM,CAAC;IAClC,uBAAuB,EAAE,MAAM,CAAC;IAChC,yBAAyB,EAAE,OAAO,CAAC;IACnC,6BAA6B,EAAE,CAAC,CAAC,6BAA6B,CAAC;CAChE,YAkBJ,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getRuntimeBundleDirPath = void 0;
|
|
4
|
+
const _1 = require("./$");
|
|
5
|
+
exports.getRuntimeBundleDirPath = _1.__.declareManagedFunc()
|
|
6
|
+
.name(`getRuntimeBundleDirPath`)
|
|
7
|
+
.namespace(_1.$namespace)
|
|
8
|
+
.errorTypes([])
|
|
9
|
+
.sync()
|
|
10
|
+
.execute(({ runtimeWindowsBundleDirPath, runtimeMacOSBundleDirPath, runtimeLinuxBundleDirPath, runtimeDevBundleDirPath, isRuntimeDevBundleEnabled, targetOperatingSystemPlatform, }) => {
|
|
11
|
+
if (isRuntimeDevBundleEnabled) {
|
|
12
|
+
return runtimeDevBundleDirPath;
|
|
13
|
+
}
|
|
14
|
+
switch (targetOperatingSystemPlatform) {
|
|
15
|
+
case _1._.TargetOperatingSystemPlatform.Windows:
|
|
16
|
+
return runtimeWindowsBundleDirPath;
|
|
17
|
+
case _1._.TargetOperatingSystemPlatform.MacOS:
|
|
18
|
+
return runtimeMacOSBundleDirPath;
|
|
19
|
+
case _1._.TargetOperatingSystemPlatform.Linux:
|
|
20
|
+
return runtimeLinuxBundleDirPath;
|
|
21
|
+
}
|
|
22
|
+
}).getRuntimeBundleDirPath;
|
|
23
|
+
//# sourceMappingURL=get-runtime-bundle-dir-path.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-runtime-bundle-dir-path.js","sourceRoot":"","sources":["../src/get-runtime-bundle-dir-path.ts"],"names":[],"mappings":";;;AAAA,0BAAwC;AAEzB,+BAAuB,GAAK,KAAE,CAAC,kBAAkB,EAAE;KAC/D,IAAI,CAAC,yBAAyB,CAAC;KAC/B,SAAS,CAAC,aAAU,CAAC;KACrB,UAAU,CAAC,EAAE,CAAC;KACd,IAAI,EAAE;KACN,OAAO,CACN,CACE,EACE,2BAA2B,EAC3B,yBAAyB,EACzB,yBAAyB,EACzB,uBAAuB,EACvB,yBAAyB,EACzB,6BAA6B,GAQ9B,EACD,EAAE;IAEF,IAAI,yBAAyB,EAC7B,CAAC;QACC,OAAO,uBAAuB,CAAC;IACjC,CAAC;IAED,QAAQ,6BAA6B,EACrC,CAAC;QACC,KAAK,IAAC,CAAC,6BAA6B,CAAC,OAAO;YAC1C,OAAO,2BAA2B,CAAC;QACrC,KAAK,IAAC,CAAC,6BAA6B,CAAC,KAAK;YACxC,OAAO,yBAAyB,CAAC;QACnC,KAAK,IAAC,CAAC,6BAA6B,CAAC,KAAK;YACxC,OAAO,yBAAyB,CAAC;IACrC,CAAC;AACH,CAAC,CACF,yBAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { __ } from "./$";
|
|
2
|
+
export declare const getRuntimeBundleMainScriptFilePath: __.ManagedSyncFunc<"getRuntimeBundleMainScriptFilePath", ({ runtimeBundleDirPath, }: {
|
|
3
|
+
runtimeBundleDirPath: string;
|
|
4
|
+
}) => string>;
|
|
5
|
+
//# sourceMappingURL=get-runtime-bundle-main-script-file-path.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-runtime-bundle-main-script-file-path.d.ts","sourceRoot":"","sources":["../src/get-runtime-bundle-main-script-file-path.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAc,MAAM,KAAK,CAAC;AAIrC,eAAO,MAAQ,kCAAkC,uFASxC;IACD,oBAAoB,EAAE,MAAM,CAAC;CAC9B,YAQJ,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getRuntimeBundleMainScriptFilePath = void 0;
|
|
4
|
+
const _1 = require("./$");
|
|
5
|
+
const runtime_bundle_main_script_file_name_1 = require("./runtime-bundle-main-script-file-name");
|
|
6
|
+
exports.getRuntimeBundleMainScriptFilePath = _1.__.declareManagedFunc()
|
|
7
|
+
.name(`getRuntimeBundleMainScriptFilePath`)
|
|
8
|
+
.namespace(_1.$namespace)
|
|
9
|
+
.errorTypes([])
|
|
10
|
+
.sync()
|
|
11
|
+
.execute(({ runtimeBundleDirPath, }) => {
|
|
12
|
+
return _1.__.$path.resolve(runtimeBundleDirPath, runtime_bundle_main_script_file_name_1.RUNTIME_BUNDLE_MAIN_SCRIPT_FILE_NAME.value);
|
|
13
|
+
}).getRuntimeBundleMainScriptFilePath;
|
|
14
|
+
//# sourceMappingURL=get-runtime-bundle-main-script-file-path.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-runtime-bundle-main-script-file-path.js","sourceRoot":"","sources":["../src/get-runtime-bundle-main-script-file-path.ts"],"names":[],"mappings":";;;AAAA,0BAAqC;AAErC,iGAA8F;AAE/E,0CAAkC,GAAK,KAAE,CAAC,kBAAkB,EAAE;KAC1E,IAAI,CAAC,oCAAoC,CAAC;KAC1C,SAAS,CAAC,aAAU,CAAC;KACrB,UAAU,CAAC,EAAE,CAAC;KACd,IAAI,EAAE;KACN,OAAO,CACN,CACE,EACE,oBAAoB,GAGrB,EACD,EAAE;IAEF,OAAO,KAAE,CAAC,KAAK,CAAC,OAAO,CACrB,oBAAoB,EACpB,2EAAoC,CAAC,KAAK,CAC3C,CAAC;AACJ,CAAC,CACF,oCAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { __ } from "./$";
|
|
2
|
+
export declare const getRuntimePackageTempDirPath: __.ManagedSyncFunc<"getRuntimePackageTempDirPath", ({ runtimePackageDirPath, }: {
|
|
3
|
+
runtimePackageDirPath: string;
|
|
4
|
+
}) => string>;
|
|
5
|
+
//# sourceMappingURL=get-runtime-package-temp-dir-path.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-runtime-package-temp-dir-path.d.ts","sourceRoot":"","sources":["../src/get-runtime-package-temp-dir-path.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAc,MAAM,KAAK,CAAC;AAErC,eAAO,MAAQ,4BAA4B,kFASlC;IACD,qBAAqB,EAAE,MAAM,CAAC;CAC/B,YAQJ,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getRuntimePackageTempDirPath = void 0;
|
|
4
|
+
const _1 = require("./$");
|
|
5
|
+
exports.getRuntimePackageTempDirPath = _1.__.declareManagedFunc()
|
|
6
|
+
.name(`getRuntimePackageTempDirPath`)
|
|
7
|
+
.namespace(_1.$namespace)
|
|
8
|
+
.errorTypes([])
|
|
9
|
+
.sync()
|
|
10
|
+
.execute(({ runtimePackageDirPath, }) => {
|
|
11
|
+
return _1.__.$path.resolve(runtimePackageDirPath, `temp`);
|
|
12
|
+
}).getRuntimePackageTempDirPath;
|
|
13
|
+
//# sourceMappingURL=get-runtime-package-temp-dir-path.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-runtime-package-temp-dir-path.js","sourceRoot":"","sources":["../src/get-runtime-package-temp-dir-path.ts"],"names":[],"mappings":";;;AAAA,0BAAqC;AAEtB,oCAA4B,GAAK,KAAE,CAAC,kBAAkB,EAAE;KACpE,IAAI,CAAC,8BAA8B,CAAC;KACpC,SAAS,CAAC,aAAU,CAAC;KACrB,UAAU,CAAC,EAAE,CAAC;KACd,IAAI,EAAE;KACN,OAAO,CACN,CACE,EACE,qBAAqB,GAGtB,EACD,EAAE;IAEF,OAAO,KAAE,CAAC,KAAK,CAAC,OAAO,CACrB,qBAAqB,EACrB,MAAM,CACP,CAAC;AACJ,CAAC,CACF,8BAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"initialize-dev-tools-logging.d.ts","sourceRoot":"","sources":["../src/initialize-dev-tools-logging.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAc,MAAM,KAAK,CAAC;AAErC,eAAO,MAAQ,yBAAyB,4EAS/B;IACD,kBAAkB,EAAE,OAAO,CAAC;CAC7B,UA0BJ,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.initializeDevToolsLogging = void 0;
|
|
4
|
+
const _1 = require("./$");
|
|
5
|
+
exports.initializeDevToolsLogging = _1.__.declareManagedFunc()
|
|
6
|
+
.name(`initializeDevToolsLogging`)
|
|
7
|
+
.namespace(_1.$namespace)
|
|
8
|
+
.errorTypes([])
|
|
9
|
+
.sync()
|
|
10
|
+
.execute(({ areDevToolsVerbose, }) => {
|
|
11
|
+
if (areDevToolsVerbose) {
|
|
12
|
+
_1.__.IS_WRITING_TRACE_LOG_ALLOWED.value = true;
|
|
13
|
+
_1.__.EXECUTE_WRITE_TRACE_LOG.value = (traceLogMsg) => {
|
|
14
|
+
// eslint-disable-next-line no-console
|
|
15
|
+
console.log(_1.__.$chalk.gray(_1.__.$util.inspect(traceLogMsg)));
|
|
16
|
+
};
|
|
17
|
+
_1.__.EXECUTE_WRITE_INFO_LOG.value = (infoLogMsg) => {
|
|
18
|
+
// eslint-disable-next-line no-console
|
|
19
|
+
console.log(_1.__.$chalk.blue(_1.__.$util.inspect(infoLogMsg)));
|
|
20
|
+
};
|
|
21
|
+
_1.__.EXECUTE_WRITE_ERROR_LOG.value = (errorLogMsg) => {
|
|
22
|
+
// eslint-disable-next-line no-console
|
|
23
|
+
console.log(_1.__.$chalk.red(_1.__.$util.inspect(errorLogMsg)));
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
}).initializeDevToolsLogging;
|
|
27
|
+
//# sourceMappingURL=initialize-dev-tools-logging.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"initialize-dev-tools-logging.js","sourceRoot":"","sources":["../src/initialize-dev-tools-logging.ts"],"names":[],"mappings":";;;AAAA,0BAAqC;AAEtB,iCAAyB,GAAK,KAAE,CAAC,kBAAkB,EAAE;KACjE,IAAI,CAAC,2BAA2B,CAAC;KACjC,SAAS,CAAC,aAAU,CAAC;KACrB,UAAU,CAAC,EAAE,CAAC;KACd,IAAI,EAAE;KACN,OAAO,CACN,CACE,EACE,kBAAkB,GAGnB,EACD,EAAE;IAEF,IAAI,kBAAkB,EACtB,CAAC;QACC,KAAE,CAAC,4BAA4B,CAAC,KAAK,GAAG,IAAI,CAAC;QAE7C,KAAE,CAAC,uBAAuB,CAAC,KAAK,GAAG,CAAC,WAAW,EAAE,EAAE;YAEjD,sCAAsC;YACtC,OAAO,CAAC,GAAG,CAAC,KAAE,CAAC,MAAM,CAAC,IAAI,CAAC,KAAE,CAAC,KAAK,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;QAC7D,CAAC,CAAC;QAEF,KAAE,CAAC,sBAAsB,CAAC,KAAK,GAAG,CAAC,UAAU,EAAE,EAAE;YAE/C,sCAAsC;YACtC,OAAO,CAAC,GAAG,CAAC,KAAE,CAAC,MAAM,CAAC,IAAI,CAAC,KAAE,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;QAC5D,CAAC,CAAC;QAEF,KAAE,CAAC,uBAAuB,CAAC,KAAK,GAAG,CAAC,WAAW,EAAE,EAAE;YAEjD,sCAAsC;YACtC,OAAO,CAAC,GAAG,CAAC,KAAE,CAAC,MAAM,CAAC,GAAG,CAAC,KAAE,CAAC,KAAK,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;QAC5D,CAAC,CAAC;IACJ,CAAC;AACH,CAAC,CACF,2BAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { _, __ } from "./$";
|
|
2
|
+
export declare const redownloadElectron: __.ManagedAsyncFunc<"redownloadElectron", ({ runtimePackageDirPath, electronVersion, targetOperatingSystemPlatform, }: {
|
|
3
|
+
runtimePackageDirPath: string;
|
|
4
|
+
electronVersion: string;
|
|
5
|
+
targetOperatingSystemPlatform: _.TargetOperatingSystemPlatform;
|
|
6
|
+
}) => Promise<void>>;
|
|
7
|
+
//# sourceMappingURL=redownload-electron.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redownload-electron.d.ts","sourceRoot":"","sources":["../src/redownload-electron.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,EAAE,EAAc,MAAM,KAAK,CAAC;AAKxC,eAAO,MAAQ,kBAAkB,yHAWxB;IACD,qBAAqB,EAAE,MAAM,CAAC;IAC9B,eAAe,EAAE,MAAM,CAAC;IACxB,6BAA6B,EAAE,CAAC,CAAC,6BAA6B,CAAC;CAChE,mBAmDJ,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.redownloadElectron = void 0;
|
|
4
|
+
const _1 = require("./$");
|
|
5
|
+
const get_electron_dir_path_1 = require("./get-electron-dir-path");
|
|
6
|
+
const write_dev_tools_message_1 = require("./write-dev-tools-message");
|
|
7
|
+
exports.redownloadElectron = _1.__.declareManagedFunc()
|
|
8
|
+
.name(`redownloadElectron`)
|
|
9
|
+
.namespace(_1.$namespace)
|
|
10
|
+
.errorTypes([])
|
|
11
|
+
.async()
|
|
12
|
+
.execute(async ({ runtimePackageDirPath, electronVersion, targetOperatingSystemPlatform, }) => {
|
|
13
|
+
const electronDirPath = (0, get_electron_dir_path_1.getElectronDirPath)({
|
|
14
|
+
runtimePackageDirPath,
|
|
15
|
+
electronVersion,
|
|
16
|
+
targetOperatingSystemPlatform,
|
|
17
|
+
});
|
|
18
|
+
const spinner = _1.__.$ora();
|
|
19
|
+
spinner.start(`Downloading Electron ${electronVersion}...`);
|
|
20
|
+
const electronZipFilePath = await _1.__.$get.downloadArtifact({
|
|
21
|
+
artifactName: `electron`,
|
|
22
|
+
version: electronVersion,
|
|
23
|
+
platform: _1.__.invokeSyncExp(() => {
|
|
24
|
+
switch (targetOperatingSystemPlatform) {
|
|
25
|
+
case _1._.TargetOperatingSystemPlatform.Windows:
|
|
26
|
+
return `win32`;
|
|
27
|
+
case _1._.TargetOperatingSystemPlatform.MacOS:
|
|
28
|
+
return `darwin`;
|
|
29
|
+
case _1._.TargetOperatingSystemPlatform.Linux:
|
|
30
|
+
return `linux`;
|
|
31
|
+
}
|
|
32
|
+
}),
|
|
33
|
+
arch: `x64`,
|
|
34
|
+
});
|
|
35
|
+
_1.__.$fs.rmSync(electronDirPath, {
|
|
36
|
+
recursive: true,
|
|
37
|
+
force: true,
|
|
38
|
+
});
|
|
39
|
+
await _1.__.$extractzip(electronZipFilePath, {
|
|
40
|
+
dir: electronDirPath,
|
|
41
|
+
});
|
|
42
|
+
spinner.succeed(`Electron ${electronVersion} downloaded.`);
|
|
43
|
+
(0, write_dev_tools_message_1.writeDevToolsMessage)({
|
|
44
|
+
devToolsMessage: ``,
|
|
45
|
+
});
|
|
46
|
+
}).redownloadElectron;
|
|
47
|
+
//# sourceMappingURL=redownload-electron.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redownload-electron.js","sourceRoot":"","sources":["../src/redownload-electron.ts"],"names":[],"mappings":";;;AAAA,0BAAwC;AAExC,mEAA6D;AAC7D,uEAAiE;AAElD,0BAAkB,GAAK,KAAE,CAAC,kBAAkB,EAAE;KAC1D,IAAI,CAAC,oBAAoB,CAAC;KAC1B,SAAS,CAAC,aAAU,CAAC;KACrB,UAAU,CAAC,EAAE,CAAC;KACd,KAAK,EAAE;KACP,OAAO,CACN,KAAK,EACH,EACE,qBAAqB,EACrB,eAAe,EACf,6BAA6B,GAK9B,EACD,EAAE;IAEF,MAAM,eAAe,GAAG,IAAA,0CAAkB,EAAC;QACzC,qBAAqB;QACrB,eAAe;QACf,6BAA6B;KAC9B,CAAC,CAAC;IAEH,MAAM,OAAO,GAAG,KAAE,CAAC,IAAI,EAAE,CAAC;IAE1B,OAAO,CAAC,KAAK,CAAC,wBAAwB,eAAe,KAAK,CAAC,CAAC;IAE5D,MAAM,mBAAmB,GAAG,MAAM,KAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;QACzD,YAAY,EAAE,UAAU;QACxB,OAAO,EAAE,eAAe;QACxB,QAAQ,EAAE,KAAE,CAAC,aAAa,CAAC,GAAG,EAAE;YAE9B,QAAQ,6BAA6B,EACrC,CAAC;gBACC,KAAK,IAAC,CAAC,6BAA6B,CAAC,OAAO;oBAC1C,OAAO,OAAO,CAAC;gBACjB,KAAK,IAAC,CAAC,6BAA6B,CAAC,KAAK;oBACxC,OAAO,QAAQ,CAAC;gBAClB,KAAK,IAAC,CAAC,6BAA6B,CAAC,KAAK;oBACxC,OAAO,OAAO,CAAC;YACnB,CAAC;QACH,CAAC,CAAC;QACF,IAAI,EAAE,KAAK;KACZ,CAAC,CAAC;IAEH,KAAE,CAAC,GAAG,CAAC,MAAM,CACX,eAAe,EACf;QACE,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,IAAI;KACZ,CACF,CAAC;IAEF,MAAM,KAAE,CAAC,WAAW,CAClB,mBAAmB,EACnB;QACE,GAAG,EAAE,eAAe;KACrB,CACF,CAAC;IAEF,OAAO,CAAC,OAAO,CAAC,YAAY,eAAe,cAAc,CAAC,CAAC;IAC3D,IAAA,8CAAoB,EAAC;QACnB,eAAe,EAAE,EAAE;KACpB,CAAC,CAAC;AACL,CAAC,CACF,oBAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runtime-bundle-main-script-file-name.d.ts","sourceRoot":"","sources":["../src/runtime-bundle-main-script-file-name.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,oCAAoC,yBAA0C,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RUNTIME_BUNDLE_MAIN_SCRIPT_FILE_NAME = void 0;
|
|
4
|
+
const _1 = require("./$");
|
|
5
|
+
exports.RUNTIME_BUNDLE_MAIN_SCRIPT_FILE_NAME = _1.__.declareGlobalImmutableBox(`main.js`);
|
|
6
|
+
//# sourceMappingURL=runtime-bundle-main-script-file-name.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runtime-bundle-main-script-file-name.js","sourceRoot":"","sources":["../src/runtime-bundle-main-script-file-name.ts"],"names":[],"mappings":";;;AAAA,0BAAyB;AAEZ,QAAA,oCAAoC,GAAG,KAAE,CAAC,yBAAyB,CAAC,SAAS,CAAC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { _, __ } from "./$";
|
|
2
|
+
export declare const startElectronProcess: __.ManagedAsyncFunc<"startElectronProcess", ({ runtimePackageDirPath, runtimeBundleDirPath, electronVersion, electronProcessExtraArgs, name, overrideRootDirPath, targetOperatingSystemPlatform, }: {
|
|
3
|
+
runtimePackageDirPath: string;
|
|
4
|
+
runtimeBundleDirPath: string;
|
|
5
|
+
electronVersion: string;
|
|
6
|
+
electronProcessExtraArgs: Array<string>;
|
|
7
|
+
name: string;
|
|
8
|
+
overrideRootDirPath: string;
|
|
9
|
+
targetOperatingSystemPlatform: _.TargetOperatingSystemPlatform;
|
|
10
|
+
}) => Promise<__.$childprocess.ChildProcessWithoutNullStreams>>;
|
|
11
|
+
//# sourceMappingURL=start-electron-process.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-electron-process.d.ts","sourceRoot":"","sources":["../src/start-electron-process.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,EAAE,EAAc,MAAM,KAAK,CAAC;AAMxC,eAAO,MAAQ,oBAAoB,sMAe1B;IACD,qBAAqB,EAAE,MAAM,CAAC;IAC9B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,eAAe,EAAE,MAAM,CAAC;IACxB,wBAAwB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,mBAAmB,EAAE,MAAM,CAAC;IAC5B,6BAA6B,EAAE,CAAC,CAAC,6BAA6B,CAAC;CAChE,8DA8DJ,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.startElectronProcess = void 0;
|
|
4
|
+
const _1 = require("./$");
|
|
5
|
+
const get_electron_dir_path_1 = require("./get-electron-dir-path");
|
|
6
|
+
const get_runtime_bundle_main_script_file_path_1 = require("./get-runtime-bundle-main-script-file-path");
|
|
7
|
+
const write_dev_tools_message_1 = require("./write-dev-tools-message");
|
|
8
|
+
exports.startElectronProcess = _1.__.declareManagedFunc()
|
|
9
|
+
.name(`startElectronProcess`)
|
|
10
|
+
.namespace(_1.$namespace)
|
|
11
|
+
.errorTypes([])
|
|
12
|
+
.async()
|
|
13
|
+
.execute(async ({ runtimePackageDirPath, runtimeBundleDirPath, electronVersion, electronProcessExtraArgs, name, overrideRootDirPath, targetOperatingSystemPlatform, }) => {
|
|
14
|
+
var _a, _b;
|
|
15
|
+
const runtimeBundleMainScriptFilePath = (0, get_runtime_bundle_main_script_file_path_1.getRuntimeBundleMainScriptFilePath)({
|
|
16
|
+
runtimeBundleDirPath,
|
|
17
|
+
});
|
|
18
|
+
const electronDirPath = (0, get_electron_dir_path_1.getElectronDirPath)({
|
|
19
|
+
runtimePackageDirPath,
|
|
20
|
+
electronVersion,
|
|
21
|
+
targetOperatingSystemPlatform,
|
|
22
|
+
});
|
|
23
|
+
const electronProcessArgs = [
|
|
24
|
+
runtimeBundleMainScriptFilePath,
|
|
25
|
+
`--inspect=5858`,
|
|
26
|
+
...electronProcessExtraArgs,
|
|
27
|
+
];
|
|
28
|
+
const electronExecutablePath = _1.__.invokeSyncExp(() => {
|
|
29
|
+
switch (targetOperatingSystemPlatform) {
|
|
30
|
+
case _1._.TargetOperatingSystemPlatform.Windows:
|
|
31
|
+
return `${electronDirPath}/electron.exe`;
|
|
32
|
+
case _1._.TargetOperatingSystemPlatform.MacOS:
|
|
33
|
+
return `${electronDirPath}/Electron.app/Contents/MacOS/Electron`;
|
|
34
|
+
case _1._.TargetOperatingSystemPlatform.Linux:
|
|
35
|
+
return `${electronDirPath}/electron`;
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
const electronProcessHandle = _1.__.$childprocess.spawn(electronExecutablePath, electronProcessArgs, {
|
|
39
|
+
stdio: `pipe`,
|
|
40
|
+
cwd: overrideRootDirPath,
|
|
41
|
+
env: process.env,
|
|
42
|
+
});
|
|
43
|
+
(0, write_dev_tools_message_1.writeDevToolsMessage)({
|
|
44
|
+
devToolsMessage: `${_1.__.$logsymbols.success} ${name} started.`,
|
|
45
|
+
});
|
|
46
|
+
(0, write_dev_tools_message_1.writeDevToolsMessage)({
|
|
47
|
+
devToolsMessage: ` - processId: ${String(electronProcessHandle.pid)}`,
|
|
48
|
+
});
|
|
49
|
+
(0, write_dev_tools_message_1.writeDevToolsMessage)({
|
|
50
|
+
devToolsMessage: ``,
|
|
51
|
+
});
|
|
52
|
+
(_a = electronProcessHandle.stdout) === null || _a === void 0 ? void 0 : _a.on(`data`, () => {
|
|
53
|
+
});
|
|
54
|
+
(_b = electronProcessHandle.stderr) === null || _b === void 0 ? void 0 : _b.on(`data`, () => {
|
|
55
|
+
});
|
|
56
|
+
return electronProcessHandle;
|
|
57
|
+
}).startElectronProcess;
|
|
58
|
+
//# sourceMappingURL=start-electron-process.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-electron-process.js","sourceRoot":"","sources":["../src/start-electron-process.ts"],"names":[],"mappings":";;;AAAA,0BAAwC;AAExC,mEAA6D;AAC7D,yGAAgG;AAChG,uEAAiE;AAElD,4BAAoB,GAAK,KAAE,CAAC,kBAAkB,EAAE;KAC5D,IAAI,CAAC,sBAAsB,CAAC;KAC5B,SAAS,CAAC,aAAU,CAAC;KACrB,UAAU,CAAC,EAAE,CAAC;KACd,KAAK,EAAE;KACP,OAAO,CACN,KAAK,EACH,EACE,qBAAqB,EACrB,oBAAoB,EACpB,eAAe,EACf,wBAAwB,EACxB,IAAI,EACJ,mBAAmB,EACnB,6BAA6B,GAS9B,EACD,EAAE;;IAEF,MAAM,+BAA+B,GAAG,IAAA,6EAAkC,EAAC;QACzE,oBAAoB;KACrB,CAAC,CAAC;IAEH,MAAM,eAAe,GAAG,IAAA,0CAAkB,EAAC;QACzC,qBAAqB;QACrB,eAAe;QACf,6BAA6B;KAC9B,CAAC,CAAC;IAEH,MAAM,mBAAmB,GAAG;QAC1B,+BAA+B;QAC/B,gBAAgB;QAChB,GAAG,wBAAwB;KAC5B,CAAC;IAEF,MAAM,sBAAsB,GAAG,KAAE,CAAC,aAAa,CAAC,GAAG,EAAE;QAEnD,QAAQ,6BAA6B,EACrC,CAAC;YACC,KAAK,IAAC,CAAC,6BAA6B,CAAC,OAAO;gBAC1C,OAAO,GAAG,eAAe,eAAe,CAAC;YAC3C,KAAK,IAAC,CAAC,6BAA6B,CAAC,KAAK;gBACxC,OAAO,GAAG,eAAe,uCAAuC,CAAC;YACnE,KAAK,IAAC,CAAC,6BAA6B,CAAC,KAAK;gBACxC,OAAO,GAAG,eAAe,WAAW,CAAC;QACzC,CAAC;IACH,CAAC,CAAC,CAAC;IAEH,MAAM,qBAAqB,GAAG,KAAE,CAAC,aAAa,CAAC,KAAK,CAClD,sBAAsB,EACtB,mBAAmB,EACnB;QACE,KAAK,EAAE,MAAM;QACb,GAAG,EAAE,mBAAmB;QACxB,GAAG,EAAE,OAAO,CAAC,GAAG;KACjB,CACF,CAAC;IAEF,IAAA,8CAAoB,EAAC;QACnB,eAAe,EAAE,GAAG,KAAE,CAAC,WAAW,CAAC,OAAO,IAAI,IAAI,WAAW;KAC9D,CAAC,CAAC;IACH,IAAA,8CAAoB,EAAC;QACnB,eAAe,EAAE,kBAAkB,MAAM,CAAC,qBAAqB,CAAC,GAAG,CAAC,EAAE;KACvE,CAAC,CAAC;IACH,IAAA,8CAAoB,EAAC;QACnB,eAAe,EAAE,EAAE;KACpB,CAAC,CAAC;IAEH,MAAA,qBAAqB,CAAC,MAAM,0CAAE,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE;IAE9C,CAAC,CAAC,CAAC;IAEH,MAAA,qBAAqB,CAAC,MAAM,0CAAE,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE;IAE9C,CAAC,CAAC,CAAC;IAEH,OAAO,qBAAqB,CAAC;AAC/B,CAAC,CACF,sBAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"fileNames":["../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es5.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../common/temp/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../electroy-app-foundation/dist/target-operating-system-platform.d.ts","../../electroy-app-foundation/dist/$index.d.ts","../src/$local-deps.ts","../../troy-foundation/dist/managed-error.d.ts","../../troy-foundation/dist/assertion.d.ts","../../troy-foundation/dist/box.d.ts","../../troy-foundation/dist/exp.d.ts","../../troy-foundation/dist/fatal-error.d.ts","../../troy-foundation/dist/log-msg-base.d.ts","../../troy-foundation/dist/managed-func.d.ts","../../troy-foundation/dist/report-error.d.ts","../../troy-foundation/dist/wait.d.ts","../../troy-foundation/dist/write-error-log.d.ts","../../troy-foundation/dist/write-info-log.d.ts","../../troy-foundation/dist/write-trace-log.d.ts","../../troy-foundation/dist/$index.d.ts","../../../common/temp/node_modules/.pnpm/@electron+get@2.0.3/node_modules/@electron/get/dist/cjs/Downloader.d.ts","../../../common/temp/node_modules/.pnpm/@electron+get@2.0.3/node_modules/@electron/get/dist/cjs/types.d.ts","../../../common/temp/node_modules/.pnpm/@electron+get@2.0.3/node_modules/@electron/get/dist/cjs/utils.d.ts","../../../common/temp/node_modules/.pnpm/@electron+get@2.0.3/node_modules/@electron/get/dist/cjs/proxy.d.ts","../../../common/temp/node_modules/.pnpm/@electron+get@2.0.3/node_modules/@electron/get/dist/cjs/index.d.ts","../../../common/temp/node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/index.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/compatibility/disposable.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/compatibility/indexable.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/compatibility/iterators.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/compatibility/index.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/ts5.6/globals.typedarray.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/ts5.6/buffer.buffer.d.ts","../../../common/temp/node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/header.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/readable.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/file.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/fetch.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/formdata.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/connector.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/client.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/errors.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/dispatcher.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-dispatcher.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-origin.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool-stats.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/handlers.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/balanced-pool.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/agent.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-interceptor.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-agent.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-client.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-pool.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-errors.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/proxy-agent.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-handler.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-agent.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/api.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/interceptors.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/util.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cookies.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/patch.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/websocket.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/eventsource.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/filereader.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/diagnostics-channel.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/content-type.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cache.d.ts","../../../common/temp/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/index.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/globals.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/assert.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/assert/strict.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/async_hooks.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/buffer.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/child_process.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/cluster.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/console.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/constants.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/crypto.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/dgram.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/diagnostics_channel.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/dns.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/dns/promises.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/domain.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/dom-events.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/events.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/fs.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/fs/promises.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/http.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/http2.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/https.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/inspector.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/module.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/net.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/os.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/path.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/perf_hooks.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/process.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/punycode.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/querystring.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/readline.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/readline/promises.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/repl.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/sea.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/sqlite.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/stream.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/stream/promises.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/stream/consumers.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/stream/web.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/string_decoder.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/test.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/timers.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/timers/promises.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/tls.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/trace_events.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/tty.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/url.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/util.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/v8.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/vm.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/wasi.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/worker_threads.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/zlib.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@22.8.7/node_modules/@types/node/ts5.6/index.d.ts","../../../common/temp/node_modules/.pnpm/@types+yauzl@2.10.3/node_modules/@types/yauzl/index.d.ts","../../../common/temp/node_modules/.pnpm/extract-zip@2.0.1/node_modules/extract-zip/index.d.ts","../../../common/temp/node_modules/.pnpm/@types+is-running@2.1.2/node_modules/@types/is-running/index.d.ts","../../../common/temp/node_modules/.pnpm/log-symbols@4.1.0/node_modules/log-symbols/index.d.ts","../../../common/temp/node_modules/.pnpm/cli-spinners@2.9.2/node_modules/cli-spinners/index.d.ts","../../../common/temp/node_modules/.pnpm/ora@5.4.1/node_modules/ora/index.d.ts","../src/$global-deps.ts","../src/$.ts","../src/get-runtime-package-temp-dir-path.ts","../src/get-electron-dir-path.ts","../src/get-runtime-bundle-dir-path.ts","../src/write-dev-tools-message.ts","../src/redownload-electron.ts","../src/runtime-bundle-main-script-file-name.ts","../src/get-runtime-bundle-main-script-file-path.ts","../src/start-electron-process.ts","../src/write-dev-run-commands-info-message.ts","../src/dev-runtime.ts","../src/initialize-dev-tools-logging.ts","../src/$index.ts"],"fileIdsList":[[72,115],[62,63,64,72,115],[61,72,115],[72,112,115],[72,114,115],[72,115,120,150],[72,115,116,121,127,128,135,147,158],[72,115,116,117,127,135],[67,68,69,72,115],[72,115,118,159],[72,115,119,120,128,136],[72,115,120,147,155],[72,115,121,123,127,135],[72,114,115,122],[72,115,123,124],[72,115,127],[72,115,125,127],[72,114,115,127],[72,115,127,128,129,147,158],[72,115,127,128,129,142,147,150],[72,110,115,163],[72,110,115,123,127,130,135,147,158],[72,115,127,128,130,131,135,147,155,158],[72,115,130,132,147,155,158],[72,115,127,133],[72,115,134,158,163],[72,115,123,127,135,147],[72,115,136],[72,115,137],[72,114,115,138],[72,112,113,114,115,116,117,118,119,120,121,122,123,124,125,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164],[72,115,140],[72,115,141],[72,115,127,142,143],[72,115,142,144,159,161],[72,115,127,147,148,149,150],[72,115,147,149],[72,115,147,148],[72,115,150],[72,115,151],[72,112,115,147],[72,115,127,153,154],[72,115,153,154],[72,115,120,135,147,155],[72,115,156],[115],[70,71,72,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164],[72,115,135,157],[72,115,130,141,158],[72,115,120,159],[72,115,147,160],[72,115,134,161],[72,115,162],[72,115,120,127,129,138,147,158,161,163],[72,115,147,164],[72,115,127,147,165],[72,115,166],[72,115,170],[72,82,86,115,158],[72,82,115,147,158],[72,77,115],[72,79,82,115,155,158],[72,115,135,155],[72,115,165],[72,77,115,165],[72,79,82,115,135,158],[72,74,75,78,81,115,127,147,158],[72,82,89,115],[72,74,80,115],[72,82,103,104,115],[72,78,82,115,150,158,165],[72,103,115,165],[72,76,77,115,165],[72,82,115],[72,76,77,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,106,107,108,109,115],[72,82,97,115],[72,82,89,90,115],[72,80,82,90,91,115],[72,81,115],[72,74,77,82,115],[72,82,86,90,91,115],[72,86,115],[72,80,82,85,115,158],[72,74,79,82,89,115],[72,115,147],[72,77,82,103,115,163,165],[45,72,115],[47,72,115,172],[60,65,66,72,115,116,128,137,159,167,168,169,171],[72,115,174,175,176,177,178,179,180,181,182,183,184],[46,72,115],[72,115,173,175,176,177,178,181,182],[72,115,173,174],[72,115,173],[72,115,173,179],[72,115,173,175,177],[72,115,173,175,177,180],[72,115,173,177],[48,49,50,51,52,53,54,55,56,57,58,59,72,115],[48,72,115],[50,72,115],[50,53,72,115]],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"45d8ccb3dfd57355eb29749919142d4321a0aa4df6acdfc54e30433d7176600a","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":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true,"impliedFormat":1},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","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":"1a94697425a99354df73d9c8291e2ecd4dddd370aed4023c2d6dee6cccb32666","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3f9fc0ec0b96a9e642f11eda09c0be83a61c7b336977f8b9fdb1e9788e925fe","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},"b79da24c113f950105a2aa0646327cb08a90e145061e0a68c2102471c352adbb","4da097190af65aba3f54cda5b0d54b40ab31dd27ed965d7799de9f8656db1dd5",{"version":"17d4216259a6751c07726a9ca5351b375f474c668fd1b64b959ca1eb725b90bd","signature":"5cea9fc4f2a02a2a38527b2170d41b7970809232fa0e93bbc8f1e80850c61e65"},"c787a913388d948337eb0bf7efa125307b19c715a497f99dbbeff78159bd9b82","79538b16d112ba82cda7422e6f6b09673b94863021ca4f722722ab2b34ccdde0","1d224e99c6d620e7938f045942a8810d604e4f3a1f832f343b83333d891c5535","d809c426ccd58bfc3c6d669eb405ccbd3a0bf3f073d111ea8707e7eae6b16ca4","7e77cad01206cfa00a54408fcb3c1b31bdd1e494bf4f68cada115bcd3f498c29","d881ef33e623518e35676097d81fc1b1462b77a3afd2c78cf327fa7926186508","4f69adf238ad378a5d7202fcc56bf11e3a780ac6d50c33e63bfda709fee9e702","d06abad02518a26b4be8a5dea7af89b1c1515806c8b75594f6748f0c86e815e6","67cf48e98234f1f8de6aea5ee8f2bd8dfc8ba3d2db37e1126d573d16d92eee68","9c1372d96a8e13b6cb3ec62b3f02f6933cb09464a1ed7efcc8febf50d799cdef","ba67acf522006ea91abd4804c30da9db7f772d711792a1ec0b9427760eebab86","2ad2bee3ac2279cbd7f39028f5c82ce9b9410781becbdc1510b143871fc48eb5","9af91eb9d2a685a3e0a8837b73d31a5df8d369deaf742652956a4530c56ddbca",{"version":"7b22c7afa905f53d5afa64bb6514f2622146e03413e99a62572aa995f75304a5","impliedFormat":1},{"version":"f5efb2b7732ff9953d5f074e0d6675cc1559ea43c06a1914bb53ea81614e6368","impliedFormat":1},{"version":"5380ec464f5fe3c17a88e0f619d5d429aeea606d64b4aaf1ca9ae8619a9d6a90","impliedFormat":1},{"version":"794c504b0841af4f722e3d9a45f4453256ecebade2a36293fd1329e61d0def76","impliedFormat":1},{"version":"6deab89150dc3b0f3f5f8fe19ba20eadfb2b0c27d43618b2c523a744ad29434d","impliedFormat":1},{"version":"0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","impliedFormat":1},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"030e350db2525514580ed054f712ffb22d273e6bc7eddc1bb7eda1e0ba5d395e","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"613b21ccdf3be6329d56e6caa13b258c842edf8377be7bc9f014ed14cdcfc308","affectsGlobalScope":true,"impliedFormat":1},{"version":"2d1319e6b5d0efd8c5eae07eb864a00102151e8b9afddd2d45db52e9aae002c4","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","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":"6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","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":"4d2b0eb911816f66abe4970898f97a2cfc902bcd743cbfa5017fad79f7ef90d8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","impliedFormat":1},{"version":"24b8685c62562f5d98615c5a0c1d05f297cf5065f15246edfe99e81ec4c0e011","impliedFormat":1},{"version":"93507c745e8f29090efb99399c3f77bec07db17acd75634249dc92f961573387","impliedFormat":1},{"version":"339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"81184fe8e67d78ac4e5374650f0892d547d665d77da2b2f544b5d84729c4a15d","affectsGlobalScope":true,"impliedFormat":1},{"version":"f52e8dacc97d71dcc96af29e49584353f9c54cb916d132e3e768d8b8129c928d","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"76103716ba397bbb61f9fa9c9090dca59f39f9047cb1352b2179c5d8e7f4e8d0","impliedFormat":1},{"version":"53eac70430b30089a3a1959d8306b0f9cfaf0de75224b68ef25243e0b5ad1ca3","affectsGlobalScope":true,"impliedFormat":1},{"version":"4314c7a11517e221f7296b46547dbc4df047115b182f544d072bdccffa57fc72","impliedFormat":1},{"version":"115971d64632ea4742b5b115fb64ed04bcaae2c3c342f13d9ba7e3f9ee39c4e7","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"a76037255d4e7af8b20d191a4d3ad13236fba352239d3d9d54868a98dbb222f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"24642567d3729bcc545bacb65ee7c0db423400c7f1ef757cab25d05650064f98","impliedFormat":1},{"version":"e6f5a38687bebe43a4cef426b69d34373ef68be9a6b1538ec0a371e69f309354","impliedFormat":1},{"version":"a6bf63d17324010ca1fbf0389cab83f93389bb0b9a01dc8a346d092f65b3605f","impliedFormat":1},{"version":"e009777bef4b023a999b2e5b9a136ff2cde37dc3f77c744a02840f05b18be8ff","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"875928df2f3e9a3aed4019539a15d04ff6140a06df6cd1b2feb836d22a81eaca","affectsGlobalScope":true,"impliedFormat":1},{"version":"20b97c3368b1a63d2156deea35d03b125bb07908906eb35e0438042a3bbb3e71","impliedFormat":1},{"version":"f65eecc63138013d13fefea9092e83c3043cb52a5e351d22ea194e81021c1cd5","impliedFormat":1},{"version":"4617299caf33afef24b5e074e6d20ce8f510dd212cebd75884ef27c64457a77b","impliedFormat":1},{"version":"fa56be9b96f747e93b895d8dc2aa4fb9f0816743e6e2abb9d60705e88d4743a2","impliedFormat":1},{"version":"8257c55ff6bff6169142a35fce6811b511d857b4ae4f522cdb6ce20fd2116b2c","impliedFormat":1},{"version":"6d386bc0d7f3afa1d401afc3e00ed6b09205a354a9795196caed937494a713e6","impliedFormat":1},{"version":"5990bd8b9bc91f6e90269685ff5a154eeda52c18238f89f0101fb4d08cd80476","affectsGlobalScope":true,"impliedFormat":1},{"version":"94c4187083503a74f4544503b5a30e2bd7af0032dc739b0c9a7ce87f8bddc7b9","impliedFormat":1},{"version":"b1b6ee0d012aeebe11d776a155d8979730440082797695fc8e2a5c326285678f","impliedFormat":1},{"version":"45875bcae57270aeb3ebc73a5e3fb4c7b9d91d6b045f107c1d8513c28ece71c0","impliedFormat":1},{"version":"3eb62baae4df08c9173e6903d3ca45942ccec8c3659b0565684a75f3292cffbb","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f6abdaf8764ef01a552a958f45e795b5e79153b87ddad3af5264b86d2681b72","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"c6b4e0a02545304935ecbf7de7a8e056a31bb50939b5b321c9d50a405b5a0bba","impliedFormat":1},{"version":"fab29e6d649aa074a6b91e3bdf2bff484934a46067f6ee97a30fcd9762ae2213","impliedFormat":1},{"version":"8145e07aad6da5f23f2fcd8c8e4c5c13fb26ee986a79d03b0829b8fce152d8b2","impliedFormat":1},{"version":"e1120271ebbc9952fdc7b2dd3e145560e52e06956345e6fdf91d70ca4886464f","impliedFormat":1},{"version":"15c5e91b5f08be34a78e3d976179bf5b7a9cc28dc0ef1ffebffeb3c7812a2dca","impliedFormat":1},{"version":"a8f06c2382a30b7cb89ad2dfc48fc3b2b490f3dafcd839dadc008e4e5d57031d","impliedFormat":1},{"version":"553870e516f8c772b89f3820576152ebc70181d7994d96917bb943e37da7f8a7","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"745c4240220559bd340c8aeb6e3c5270a709d3565e934dc22a69c304703956bc","affectsGlobalScope":true,"impliedFormat":1},{"version":"2754d8221d77c7b382096651925eb476f1066b3348da4b73fe71ced7801edada","impliedFormat":1},{"version":"cdb781940d24f57752615cc37d2b975b45906f386e2e5344700156fd2fb74efc","affectsGlobalScope":true,"impliedFormat":1},{"version":"bef91efa0baea5d0e0f0f27b574a8bc100ce62a6d7e70220a0d58af6acab5e89","affectsGlobalScope":true,"impliedFormat":1},{"version":"f59493f68eade5200559e5016b5855f7d12e6381eb6cab9ad8a379af367b3b2d","impliedFormat":1},{"version":"125e3472965f529de239d2bc85b54579fed8e0b060d1d04de6576fb910a6ec7f","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"7d6ff413e198d25639f9f01f16673e7df4e4bd2875a42455afd4ecc02ef156da","affectsGlobalScope":true,"impliedFormat":1},{"version":"6306bf4c2b609f4c5b8bd7d26a85d40ccac8fb4276a84597fa8240f83c82f2b3","affectsGlobalScope":true,"impliedFormat":1},{"version":"a5c09990a37469b0311a92ce8feeb8682e83918723aedbd445bd7a0f510eaaa3","impliedFormat":1},{"version":"ae25afbbf1ed5df63a177d67b9048bf7481067f1b8dc9c39212e59db94fc9fc6","impliedFormat":1},{"version":"ac5ed35e649cdd8143131964336ab9076937fa91802ec760b3ea63b59175c10a","impliedFormat":1},{"version":"89332fc3cc945c8df2bc0aead55230430a0dabd3277c39a43315e00330de97a6","affectsGlobalScope":true,"impliedFormat":1},{"version":"78dc0513cc4f1642906b74dda42146bcbd9df7401717d6e89ea6d72d12ecb539","impliedFormat":1},{"version":"171fd8807643c46a9d17e843959abdf10480d57d60d38d061fb44a4c8d4a8cc4","impliedFormat":1},{"version":"74d5a87c3616cd5d8691059d531504403aa857e09cbaecb1c64dfb9ace0db185","impliedFormat":1},{"version":"60550aec61b6b7012420824782afdf1b2d7e0ebe566ab5c7fd6aa6d4bae55dfa","impliedFormat":1},{"version":"56b1523a5ce644013f3624c3cd8459cb4297830595807ecd2790c232448283a1","impliedFormat":1},{"version":"d1d46acba7d3b3f9abe50982dcdddb536c184371d84746bfe5076ee95358095b","impliedFormat":1},{"version":"b85d57f7dfd39ab2b001ecc3312dfa05259192683a81880749cbca3b28772e42","impliedFormat":1},{"version":"437ce3def325725c84c242f916886e634ff8f133356ea88ccb4bdd425792bb36","impliedFormat":1},{"version":"97218f7d2c470ad478200b2127e37353bc759b7bb872c82e1a26c9dbbd88f509","signature":"74f202def1171464243c912e1205bea15d211974ba44f521bf8c649776ee9b59"},{"version":"15c9064206c69bd0182d36d6239e42b5fa61e90070766b67e09a8d4c1eacabcb","signature":"1c01e59fefb65cfe332ae8d1893ec956903e293327f68f0600796f32524d987c"},{"version":"48a30e87502f1f7630deace62544c2901602d9e5472ab97e48f74ccfc7f53a86","signature":"b272a0b18dcbbfdba9e1a61f6d1d2f0632743ee45770ed1af30ac2b912819d43"},{"version":"92e5898ce2da427f2e836603d60b306d4a7d6e36314d7dee44e2decc0381b1fb","signature":"c394209d82ff3ec3333193cbb24f0695e65030090f95e553533065a7b24ed663"},{"version":"96491819696a5125a4c20ecd24d2fdc3fb14048dd6da79f83e75ea7a6616f14e","signature":"2aaf80d657bf8df4e70b498fac4b08ed07266a2384f5044df958d8f471a0d8bd"},{"version":"290360832e83d880817e2631d807a519f4e90b4380f7260306bd77d6bf8ad74f","signature":"89ec9959edabaa7cc721c2cb0b9edd57a8b62133ff8af9e36dc1ea21ca826226"},{"version":"9358375142db4dfbd47374571dbdc90e497be1458f54fc81b67f276bb63a9c53","signature":"286969c0572fb7beb9f7998f7332f49e8f6ba41fc4fa1a354c4934e8fac96314"},{"version":"7d6fce7f2992fd8c8b6dc3414d5ba49d1a1d11f7c3fe56ea0788e2c81638e14c","signature":"0dd26718be82509408e4f9878d12182ee7f1c5682e92dbef3258fd2d7d293ab1"},{"version":"5683e53ca3aa5eef42f51b87b0734c0659c675cbf3d7bb335a40694c418dea0e","signature":"1d8f9d2cda09648ed80525b8b456b7143b862777e0281f9d5212a61af7ae19fd"},{"version":"0a63c3f4bf1069c93c4fb29dcc7237777a526280927583ecefcc458ef861bbdb","signature":"d69a6dd55a2fdd6389720eee44780dd93af9917502df013ea50229a49f14f2c2"},{"version":"e0565f8ef7032ab039519bbf125c044e97de9cdeb534e868f014ab747f19a615","signature":"ad46ad94412202acba73c6f7491aef324952f4fa623738cb2d942b0afdefbf7f"},{"version":"f6321177cf1b758c0444b76f5e2b1d6de1247487544623f13a3627895dca1fe2","signature":"80c800ec54ccb49f2a38d3756abd3a2ccd7357729a252b21d018ff85dcf05f62"},{"version":"f584b42c47bbd5b9084faf6ff006c0df732204b530ff28daccacb1fee126edde","signature":"3091480b6e35928402a861221c60f4c6528e8420d4f71bca6aee9ed55ff558f1"},"768191344f35a9ef4189e983b1d21a96d7226bfa3a4972dd0e185b192982b525"],"root":[47,[172,185]],"options":{"allowJs":true,"allowSyntheticDefaultImports":false,"allowUmdGlobalAccess":false,"alwaysStrict":true,"checkJs":false,"declaration":true,"declarationMap":true,"downlevelIteration":true,"esModuleInterop":false,"exactOptionalPropertyTypes":false,"module":1,"newLine":1,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitOverride":true,"noImplicitReturns":true,"noImplicitThis":true,"noPropertyAccessFromIndexSignature":true,"noUncheckedIndexedAccess":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"strictBindCallApply":true,"strictFunctionTypes":true,"strictNullChecks":true,"strictPropertyInitialization":true,"target":5,"useUnknownInCatchVariables":true},"referencedMap":[[61,1],[65,2],[64,1],[62,3],[63,1],[168,1],[112,4],[113,4],[114,5],[115,6],[116,7],[117,8],[67,1],[70,9],[68,1],[69,1],[118,10],[119,11],[120,12],[121,13],[122,14],[123,15],[124,15],[126,16],[125,17],[127,18],[128,19],[129,20],[111,21],[130,22],[131,23],[132,24],[133,25],[134,26],[135,27],[136,28],[137,29],[138,30],[139,31],[140,32],[141,33],[142,34],[143,34],[144,35],[145,1],[146,1],[147,36],[149,37],[148,38],[150,39],[151,40],[152,41],[153,42],[154,43],[155,44],[156,45],[72,46],[71,1],[165,47],[157,48],[158,49],[159,50],[160,51],[161,52],[162,53],[163,54],[164,55],[166,56],[73,1],[66,1],[170,1],[167,57],[169,1],[171,58],[43,1],[44,1],[9,1],[8,1],[2,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[3,1],[18,1],[4,1],[19,1],[23,1],[20,1],[21,1],[22,1],[24,1],[25,1],[26,1],[5,1],[27,1],[28,1],[29,1],[30,1],[6,1],[34,1],[31,1],[32,1],[33,1],[35,1],[7,1],[36,1],[41,1],[42,1],[37,1],[38,1],[39,1],[40,1],[1,1],[89,59],[99,60],[88,59],[109,61],[80,62],[79,63],[108,64],[102,65],[107,66],[82,67],[96,68],[81,69],[105,70],[77,71],[76,64],[106,72],[78,73],[83,74],[84,1],[87,74],[74,1],[110,75],[100,76],[91,77],[92,78],[94,79],[90,80],[93,81],[103,64],[85,82],[86,83],[95,84],[75,85],[98,76],[97,74],[101,1],[104,86],[46,87],[45,1],[173,88],[172,89],[185,90],[47,91],[183,92],[175,93],[176,94],[180,95],[174,94],[184,94],[178,96],[179,94],[181,97],[182,98],[177,94],[60,99],[49,100],[50,1],[51,1],[52,100],[53,1],[48,1],[54,100],[55,101],[56,1],[57,102],[58,102],[59,102]],"version":"5.6.3"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"write-dev-run-commands-info-message.d.ts","sourceRoot":"","sources":["../src/write-dev-run-commands-info-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAc,MAAM,KAAK,CAAC;AAIrC,eAAO,MAAQ,8BAA8B,kEAkB1C,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.writeDevRunCommandsInfoMessage = void 0;
|
|
4
|
+
const _1 = require("./$");
|
|
5
|
+
const write_dev_tools_message_1 = require("./write-dev-tools-message");
|
|
6
|
+
exports.writeDevRunCommandsInfoMessage = _1.__.declareManagedFunc()
|
|
7
|
+
.name(`writeDevRunCommandsInfoMessage`)
|
|
8
|
+
.namespace(_1.$namespace)
|
|
9
|
+
.errorTypes([])
|
|
10
|
+
.sync()
|
|
11
|
+
.execute(() => {
|
|
12
|
+
(0, write_dev_tools_message_1.writeDevToolsMessage)({
|
|
13
|
+
devToolsMessage: `${_1.__.$logsymbols.info} (r + enter) Restart`,
|
|
14
|
+
});
|
|
15
|
+
(0, write_dev_tools_message_1.writeDevToolsMessage)({
|
|
16
|
+
devToolsMessage: `${_1.__.$logsymbols.info} (q + enter) Quit`,
|
|
17
|
+
});
|
|
18
|
+
(0, write_dev_tools_message_1.writeDevToolsMessage)({
|
|
19
|
+
devToolsMessage: ``,
|
|
20
|
+
});
|
|
21
|
+
}).writeDevRunCommandsInfoMessage;
|
|
22
|
+
exports.writeDevRunCommandsInfoMessage.config.isLoggingEnabled = false;
|
|
23
|
+
//# sourceMappingURL=write-dev-run-commands-info-message.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"write-dev-run-commands-info-message.js","sourceRoot":"","sources":["../src/write-dev-run-commands-info-message.ts"],"names":[],"mappings":";;;AAAA,0BAAqC;AAErC,uEAAiE;AAElD,sCAA8B,GAAK,KAAE,CAAC,kBAAkB,EAAE;KACtE,IAAI,CAAC,gCAAgC,CAAC;KACtC,SAAS,CAAC,aAAU,CAAC;KACrB,UAAU,CAAC,EAAE,CAAC;KACd,IAAI,EAAE;KACN,OAAO,CACN,GAAG,EAAE;IAEH,IAAA,8CAAoB,EAAC;QACnB,eAAe,EAAE,GAAG,KAAE,CAAC,WAAW,CAAC,IAAI,sBAAsB;KAC9D,CAAC,CAAC;IACH,IAAA,8CAAoB,EAAC;QACnB,eAAe,EAAE,GAAG,KAAE,CAAC,WAAW,CAAC,IAAI,mBAAmB;KAC3D,CAAC,CAAC;IACH,IAAA,8CAAoB,EAAC;QACnB,eAAe,EAAE,EAAE;KACpB,CAAC,CAAC;AACL,CAAC,CACF,gCAAC;AAEJ,sCAA8B,CAAC,MAAM,CAAC,gBAAgB,GAAG,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"write-dev-tools-message.d.ts","sourceRoot":"","sources":["../src/write-dev-tools-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAc,MAAM,KAAK,CAAC;AAErC,eAAO,MAAQ,oBAAoB,oEAS1B;IACD,eAAe,EAAE,MAAM,CAAC;CACzB,UAMJ,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.writeDevToolsMessage = void 0;
|
|
4
|
+
const _1 = require("./$");
|
|
5
|
+
exports.writeDevToolsMessage = _1.__.declareManagedFunc()
|
|
6
|
+
.name(`writeDevToolsMessage`)
|
|
7
|
+
.namespace(_1.$namespace)
|
|
8
|
+
.errorTypes([])
|
|
9
|
+
.sync()
|
|
10
|
+
.execute(({ devToolsMessage, }) => {
|
|
11
|
+
// eslint-disable-next-line no-console
|
|
12
|
+
console.log(devToolsMessage);
|
|
13
|
+
}).writeDevToolsMessage;
|
|
14
|
+
exports.writeDevToolsMessage.config.isLoggingEnabled = false;
|
|
15
|
+
//# sourceMappingURL=write-dev-tools-message.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"write-dev-tools-message.js","sourceRoot":"","sources":["../src/write-dev-tools-message.ts"],"names":[],"mappings":";;;AAAA,0BAAqC;AAEtB,4BAAoB,GAAK,KAAE,CAAC,kBAAkB,EAAE;KAC5D,IAAI,CAAC,sBAAsB,CAAC;KAC5B,SAAS,CAAC,aAAU,CAAC;KACrB,UAAU,CAAC,EAAE,CAAC;KACd,IAAI,EAAE;KACN,OAAO,CACN,CACE,EACE,eAAe,GAGhB,EACD,EAAE;IAEF,sCAAsC;IACtC,OAAO,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;AAC/B,CAAC,CACF,sBAAC;AAEJ,4BAAoB,CAAC,MAAM,CAAC,gBAAgB,GAAG,KAAK,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@upsoft/electroy-app-runtime-package-dev-tools-base",
|
|
3
|
+
"version": "1.0.0-alpha.0",
|
|
4
|
+
"main": "dist/$index.js",
|
|
5
|
+
"types": "dist/$index.d.ts",
|
|
6
|
+
"troyConfig": {
|
|
7
|
+
"namespace": "ElectroyApp"
|
|
8
|
+
},
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"@electron/get": "^2.0.0",
|
|
14
|
+
"chalk": "^4.0.0",
|
|
15
|
+
"extract-zip": "^2.0.0",
|
|
16
|
+
"is-running": "^2.0.0",
|
|
17
|
+
"log-symbols": "^4.0.0",
|
|
18
|
+
"ora": "^5.0.0",
|
|
19
|
+
"@upsoft/electroy-app-foundation": "1.0.0-alpha.0",
|
|
20
|
+
"@upsoft/troy-foundation": "1.0.0-alpha.0"
|
|
21
|
+
},
|
|
22
|
+
"dependenciesTroyMeta": {
|
|
23
|
+
"chalk": {
|
|
24
|
+
"reexportMethod": "export-import-require"
|
|
25
|
+
},
|
|
26
|
+
"extract-zip": {
|
|
27
|
+
"reexportMethod": "export-import-require"
|
|
28
|
+
},
|
|
29
|
+
"is-running": {
|
|
30
|
+
"reexportMethod": "export-import-require"
|
|
31
|
+
},
|
|
32
|
+
"log-symbols": {
|
|
33
|
+
"reexportMethod": "export-import-require"
|
|
34
|
+
},
|
|
35
|
+
"ora": {
|
|
36
|
+
"reexportMethod": "export-import-require"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"nodeDependencies": {
|
|
40
|
+
"child_process": {},
|
|
41
|
+
"fs": {},
|
|
42
|
+
"path": {},
|
|
43
|
+
"util": {}
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@types/is-running": "^2.0.0",
|
|
47
|
+
"@types/node": "^22.0.0",
|
|
48
|
+
"@types/node-fetch": "^2.0.0",
|
|
49
|
+
"@upsoft/troy-ts-standard-package-dev-tools": "1.0.0-alpha.0"
|
|
50
|
+
},
|
|
51
|
+
"scripts": {
|
|
52
|
+
"_phase:build": "build-troy-ts-standard-package",
|
|
53
|
+
"_phase:build:incremental": "incremental-build-troy-ts-standard-package",
|
|
54
|
+
"_phase:lint": "lint-troy-ts-standard-package",
|
|
55
|
+
"_phase:lint-fix": "lint-fix-troy-ts-standard-package",
|
|
56
|
+
"_phase:test": "test-troy-ts-standard-package"
|
|
57
|
+
}
|
|
58
|
+
}
|