esbuild-helpers 1.0.0-next.1 → 2.0.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/README.md +1 -2
- package/dist/addIndex.d.ts +22 -22
- package/dist/addIndex.js +56 -57
- package/dist/addIndex.js.map +1 -1
- package/dist/builder.d.ts +3 -3
- package/dist/builder.js +233 -234
- package/dist/builder.js.map +1 -1
- package/dist/client.d.ts +3 -3
- package/dist/client.js +47 -48
- package/dist/client.js.map +1 -1
- package/dist/copy.d.ts +2 -2
- package/dist/copy.js +82 -83
- package/dist/copy.js.map +1 -1
- package/dist/electron.d.ts +3 -3
- package/dist/electron.js +47 -48
- package/dist/electron.js.map +1 -1
- package/dist/events.d.ts +3 -3
- package/dist/events.js +27 -28
- package/dist/events.js.map +1 -1
- package/dist/exported.d.ts +11 -11
- package/dist/exported.js +25 -25
- package/dist/interfaces.d.ts +46 -46
- package/dist/interfaces.js +2 -2
- package/dist/log.d.ts +4 -4
- package/dist/log.js +16 -17
- package/dist/log.js.map +1 -1
- package/dist/makeAllPackagesExternalPlugin.d.ts +4 -4
- package/dist/makeAllPackagesExternalPlugin.js +11 -11
- package/dist/nodejs.d.ts +3 -3
- package/dist/nodejs.js +48 -49
- package/dist/nodejs.js.map +1 -1
- package/dist/postCSSplugin.d.ts +4 -4
- package/dist/postCSSplugin.js +102 -103
- package/dist/postCSSplugin.js.map +1 -1
- package/dist/runElectronApp.d.ts +2 -3
- package/dist/runElectronApp.js +32 -33
- package/dist/runElectronApp.js.map +1 -1
- package/dist/runNodeApp.d.ts +2 -3
- package/dist/runNodeApp.js +23 -24
- package/dist/runNodeApp.js.map +1 -1
- package/dist/single.d.ts +3 -3
- package/dist/single.js +47 -48
- package/dist/single.js.map +1 -1
- package/dist/typechecker/debugPrint.d.ts +1 -1
- package/dist/typechecker/debugPrint.js +11 -12
- package/dist/typechecker/debugPrint.js.map +1 -1
- package/dist/typechecker/getGlobalDiagnostics.d.ts +3 -3
- package/dist/typechecker/getGlobalDiagnostics.js +20 -21
- package/dist/typechecker/getGlobalDiagnostics.js.map +1 -1
- package/dist/typechecker/getOptionsDiagnostics.d.ts +3 -3
- package/dist/typechecker/getOptionsDiagnostics.js +20 -21
- package/dist/typechecker/getOptionsDiagnostics.js.map +1 -1
- package/dist/typechecker/getPath.d.ts +2 -2
- package/dist/typechecker/getPath.js +32 -33
- package/dist/typechecker/getPath.js.map +1 -1
- package/dist/typechecker/getSemanticDiagnostics.d.ts +3 -3
- package/dist/typechecker/getSemanticDiagnostics.js +20 -21
- package/dist/typechecker/getSemanticDiagnostics.js.map +1 -1
- package/dist/typechecker/getSyntacticDiagnostics.d.ts +3 -3
- package/dist/typechecker/getSyntacticDiagnostics.js +20 -21
- package/dist/typechecker/getSyntacticDiagnostics.js.map +1 -1
- package/dist/typechecker/index.d.ts +20 -20
- package/dist/typechecker/index.js +168 -168
- package/dist/typechecker/index.js.map +1 -1
- package/dist/typechecker/inspectCode.d.ts +3 -3
- package/dist/typechecker/inspectCode.js +54 -55
- package/dist/typechecker/inspectCode.js.map +1 -1
- package/dist/typechecker/interfaces.d.ts +51 -51
- package/dist/typechecker/interfaces.js +14 -14
- package/dist/typechecker/interfaces.js.map +1 -1
- package/dist/typechecker/logger.d.ts +28 -28
- package/dist/typechecker/logger.js +41 -41
- package/dist/typechecker/printResult.d.ts +2 -2
- package/dist/typechecker/printResult.js +126 -127
- package/dist/typechecker/printResult.js.map +1 -1
- package/dist/typechecker/printSettings.d.ts +2 -2
- package/dist/typechecker/printSettings.js +20 -21
- package/dist/typechecker/printSettings.js.map +1 -1
- package/dist/typechecker/processTsDiagnostics.d.ts +2 -2
- package/dist/typechecker/processTsDiagnostics.js +48 -49
- package/dist/typechecker/processTsDiagnostics.js.map +1 -1
- package/dist/typechecker/register.json.d.ts +1 -1
- package/dist/typechecker/register.json.js +16 -16
- package/dist/typechecker/register.json.js.map +1 -1
- package/dist/typechecker/throwIfErrors.d.ts +2 -2
- package/dist/typechecker/throwIfErrors.js +18 -19
- package/dist/typechecker/throwIfErrors.js.map +1 -1
- package/dist/typechecker/watchSrc.d.ts +2 -2
- package/dist/typechecker/watchSrc.js +79 -80
- package/dist/typechecker/watchSrc.js.map +1 -1
- package/dist/typechecker/worker.d.ts +1 -1
- package/dist/typechecker/worker.js +69 -69
- package/dist/typechecker/worker.js.map +1 -1
- package/dist/webDevServer.d.ts +1 -1
- package/dist/webDevServer.js +39 -40
- package/dist/webDevServer.js.map +1 -1
- package/dist/websocketServer.d.ts +9 -9
- package/dist/websocketServer.js +35 -36
- package/dist/websocketServer.js.map +1 -1
- package/package.json +19 -20
- package/test/package-lock.json +3179 -1929
- package/test/package.json +19 -21
package/dist/copy.js
CHANGED
|
@@ -1,84 +1,83 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
13
|
-
return g =
|
|
14
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
|
-
function step(op) {
|
|
16
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
-
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
18
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
|
-
switch (op[0]) {
|
|
21
|
-
case 0: case 1: t = op; break;
|
|
22
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
23
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
25
|
-
default:
|
|
26
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
27
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
28
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
29
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
30
|
-
if (t[2]) _.ops.pop();
|
|
31
|
-
_.trys.pop(); continue;
|
|
32
|
-
}
|
|
33
|
-
op = body.call(thisArg, _);
|
|
34
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
35
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
39
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
40
|
-
};
|
|
41
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42
|
-
exports.
|
|
43
|
-
|
|
44
|
-
var
|
|
45
|
-
var
|
|
46
|
-
var
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
fs_1.default.
|
|
54
|
-
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
function copySync(pattern, destFolder) {
|
|
81
|
-
copyInternal(fast_glob_1.default.sync(pattern), destFolder);
|
|
82
|
-
}
|
|
83
|
-
exports.copySync = copySync;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
13
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
14
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
|
+
function step(op) {
|
|
16
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
18
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
|
+
switch (op[0]) {
|
|
21
|
+
case 0: case 1: t = op; break;
|
|
22
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
23
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
25
|
+
default:
|
|
26
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
27
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
28
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
29
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
30
|
+
if (t[2]) _.ops.pop();
|
|
31
|
+
_.trys.pop(); continue;
|
|
32
|
+
}
|
|
33
|
+
op = body.call(thisArg, _);
|
|
34
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
35
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
39
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
40
|
+
};
|
|
41
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42
|
+
exports.copy = copy;
|
|
43
|
+
exports.copySync = copySync;
|
|
44
|
+
var fs_1 = __importDefault(require("fs"));
|
|
45
|
+
var path_1 = __importDefault(require("path"));
|
|
46
|
+
var fast_glob_1 = __importDefault(require("fast-glob"));
|
|
47
|
+
var log_1 = require("./log");
|
|
48
|
+
function copyInternal(files, destFolder) {
|
|
49
|
+
if (!fs_1.default.existsSync(destFolder))
|
|
50
|
+
fs_1.default.mkdirSync(destFolder);
|
|
51
|
+
files.forEach(function (filename) {
|
|
52
|
+
(0, log_1.log)('Copy files', path_1.default.join(destFolder, path_1.default.basename(filename)));
|
|
53
|
+
var streamOut = fs_1.default.createWriteStream(path_1.default.join(destFolder, path_1.default.basename(filename)));
|
|
54
|
+
fs_1.default.createReadStream(filename).pipe(streamOut);
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
function copy(pattern, destFolder) {
|
|
58
|
+
var _this = this;
|
|
59
|
+
return new Promise(function (resolve, reject) { return __awaiter(_this, void 0, void 0, function () {
|
|
60
|
+
var files, err_1;
|
|
61
|
+
return __generator(this, function (_a) {
|
|
62
|
+
switch (_a.label) {
|
|
63
|
+
case 0:
|
|
64
|
+
_a.trys.push([0, 2, , 3]);
|
|
65
|
+
return [4 /*yield*/, (0, fast_glob_1.default)(pattern)];
|
|
66
|
+
case 1:
|
|
67
|
+
files = _a.sent();
|
|
68
|
+
copyInternal(files, destFolder);
|
|
69
|
+
resolve(null);
|
|
70
|
+
return [3 /*break*/, 3];
|
|
71
|
+
case 2:
|
|
72
|
+
err_1 = _a.sent();
|
|
73
|
+
reject(err_1);
|
|
74
|
+
return [3 /*break*/, 3];
|
|
75
|
+
case 3: return [2 /*return*/];
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
}); });
|
|
79
|
+
}
|
|
80
|
+
function copySync(pattern, destFolder) {
|
|
81
|
+
copyInternal(fast_glob_1.default.sync(pattern), destFolder);
|
|
82
|
+
}
|
|
84
83
|
//# sourceMappingURL=copy.js.map
|
package/dist/copy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copy.js","sourceRoot":"","sources":["../src/copy.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"copy.js","sourceRoot":"","sources":["../src/copy.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAeA,oBAUC;AAED,4BAEC;AA7BD,0CAAoB;AACpB,8CAAwB;AACxB,wDAA2B;AAC3B,6BAA4B;AAG5B,SAAS,YAAY,CAAC,KAAe,EAAE,UAAkB;IACrD,IAAI,CAAC,YAAE,CAAC,UAAU,CAAC,UAAU,CAAC;QAAE,YAAE,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;IACzD,KAAK,CAAC,OAAO,CAAC,UAAC,QAAQ;QACnB,IAAA,SAAG,EAAC,YAAY,EAAE,cAAI,CAAC,IAAI,CAAC,UAAU,EAAE,cAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;QAClE,IAAM,SAAS,GAAG,YAAE,CAAC,iBAAiB,CAAC,cAAI,CAAC,IAAI,CAAC,UAAU,EAAE,cAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;QACvF,YAAE,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;IAClD,CAAC,CAAC,CAAC;AACP,CAAC;AAED,SAAgB,IAAI,CAAC,OAAe,EAAE,UAAkB;IAAxD,iBAUC;IATG,OAAO,IAAI,OAAO,CAAC,UAAO,OAAO,EAAE,MAAM;;;;;;oBAEnB,qBAAM,IAAA,mBAAE,EAAC,OAAO,CAAC,EAAA;;oBAAzB,KAAK,GAAG,SAAiB;oBAC/B,YAAY,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;oBAChC,OAAO,CAAC,IAAI,CAAC,CAAA;;;;oBAEb,MAAM,CAAC,KAAG,CAAC,CAAA;;;;;SAElB,CAAC,CAAA;AACN,CAAC;AAED,SAAgB,QAAQ,CAAC,OAAe,EAAE,UAAkB;IACxD,YAAY,CAAC,mBAAE,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,CAAC;AAC/C,CAAC"}
|
package/dist/electron.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { BuildOptions } from "esbuild";
|
|
2
|
-
import { electronConfig } from "./interfaces";
|
|
3
|
-
export declare function electron(config: electronConfig | null, esbuildConfig: BuildOptions): Promise<void>;
|
|
1
|
+
import { BuildOptions } from "esbuild";
|
|
2
|
+
import { electronConfig } from "./interfaces";
|
|
3
|
+
export declare function electron(config: electronConfig | null, esbuildConfig: BuildOptions): Promise<void>;
|
package/dist/electron.js
CHANGED
|
@@ -1,49 +1,48 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
13
|
-
return g =
|
|
14
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
|
-
function step(op) {
|
|
16
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
-
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
18
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
|
-
switch (op[0]) {
|
|
21
|
-
case 0: case 1: t = op; break;
|
|
22
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
23
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
25
|
-
default:
|
|
26
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
27
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
28
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
29
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
30
|
-
if (t[2]) _.ops.pop();
|
|
31
|
-
_.trys.pop(); continue;
|
|
32
|
-
}
|
|
33
|
-
op = body.call(thisArg, _);
|
|
34
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
35
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.electron =
|
|
40
|
-
var builder_1 = require("./builder");
|
|
41
|
-
function electron(config, esbuildConfig) {
|
|
42
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
43
|
-
return __generator(this, function (_a) {
|
|
44
|
-
return [2 /*return*/, (0, builder_1.builder)("ELECTRON", config, esbuildConfig)];
|
|
45
|
-
});
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
exports.electron = electron;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
13
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
14
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
|
+
function step(op) {
|
|
16
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
18
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
|
+
switch (op[0]) {
|
|
21
|
+
case 0: case 1: t = op; break;
|
|
22
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
23
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
25
|
+
default:
|
|
26
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
27
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
28
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
29
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
30
|
+
if (t[2]) _.ops.pop();
|
|
31
|
+
_.trys.pop(); continue;
|
|
32
|
+
}
|
|
33
|
+
op = body.call(thisArg, _);
|
|
34
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
35
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.electron = electron;
|
|
40
|
+
var builder_1 = require("./builder");
|
|
41
|
+
function electron(config, esbuildConfig) {
|
|
42
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
43
|
+
return __generator(this, function (_a) {
|
|
44
|
+
return [2 /*return*/, (0, builder_1.builder)("ELECTRON", config, esbuildConfig)];
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
}
|
|
49
48
|
//# sourceMappingURL=electron.js.map
|
package/dist/electron.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"electron.js","sourceRoot":"","sources":["../src/electron.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"electron.js","sourceRoot":"","sources":["../src/electron.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,4BAKC;AAPD,qCAAoC;AAEpC,SAAsB,QAAQ,CAC5B,MAA6B,EAC7B,aAA2B;;;YAE3B,sBAAO,IAAA,iBAAO,EAAC,UAAU,EAAE,MAAM,EAAE,aAAa,CAAC,EAAC;;;CACnD"}
|
package/dist/events.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare function newId(): number;
|
|
2
|
-
export declare function subscribe(name: string, ctx: any): void;
|
|
3
|
-
export declare function publish(name: string): void;
|
|
1
|
+
export declare function newId(): number;
|
|
2
|
+
export declare function subscribe(name: string, ctx: any): void;
|
|
3
|
+
export declare function publish(name: string): void;
|
package/dist/events.js
CHANGED
|
@@ -1,29 +1,28 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
events[name]
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
function publish(name) {
|
|
22
|
-
if (events[name]) {
|
|
23
|
-
events[name].forEach(function (y) {
|
|
24
|
-
y();
|
|
25
|
-
});
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
exports.publish = publish;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.newId = newId;
|
|
4
|
+
exports.subscribe = subscribe;
|
|
5
|
+
exports.publish = publish;
|
|
6
|
+
var id = 0;
|
|
7
|
+
var events = {};
|
|
8
|
+
function newId() {
|
|
9
|
+
id++;
|
|
10
|
+
return id;
|
|
11
|
+
}
|
|
12
|
+
function subscribe(name, ctx) {
|
|
13
|
+
if (events[name]) {
|
|
14
|
+
events[name].push(ctx);
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
events[name] = [];
|
|
18
|
+
events[name].push(ctx);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
function publish(name) {
|
|
22
|
+
if (events[name]) {
|
|
23
|
+
events[name].forEach(function (y) {
|
|
24
|
+
y();
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
}
|
|
29
28
|
//# sourceMappingURL=events.js.map
|
package/dist/events.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.js","sourceRoot":"","sources":["../src/events.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"events.js","sourceRoot":"","sources":["../src/events.ts"],"names":[],"mappings":";;AAGA,sBAGC;AAED,8BAOC;AAED,0BAMC;AAvBD,IAAI,EAAE,GAAG,CAAC,CAAC;AACX,IAAM,MAAM,GAAQ,EAAE,CAAC;AAEvB,SAAgB,KAAK;IACnB,EAAE,EAAE,CAAC;IACL,OAAO,EAAE,CAAC;AACZ,CAAC;AAED,SAAgB,SAAS,CAAC,IAAY,EAAE,GAAQ;IAC9C,IAAI,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC;QACjB,MAAM,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IACzB,CAAC;SAAM,CAAC;QACN,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;QAClB,MAAM,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IACzB,CAAC;AACH,CAAC;AAED,SAAgB,OAAO,CAAC,IAAY;IAClC,IAAI,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC;QACjB,MAAM,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,UAAC,CAAM;YAC1B,CAAC,EAAE,CAAC;QACN,CAAC,CAAC,CAAC;IACL,CAAC;AACH,CAAC"}
|
package/dist/exported.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { startWebsocketServer, callWebsocketClient } from "./websocketServer";
|
|
2
|
-
export { clearFolders, addDefaultIndex } from "./addIndex";
|
|
3
|
-
export { nodejs } from "./nodejs";
|
|
4
|
-
export { client } from "./client";
|
|
5
|
-
export { single } from "./single";
|
|
6
|
-
export { electron } from "./electron";
|
|
7
|
-
export { makeAllPackagesExternalPlugin } from "./makeAllPackagesExternalPlugin";
|
|
8
|
-
export { postcssPlugin } from "./postCSSplugin";
|
|
9
|
-
export { TypeChecker } from "./typechecker/index";
|
|
10
|
-
export { ITypeCheckerOptions } from "./typechecker/interfaces";
|
|
11
|
-
export { copy } from './copy';
|
|
1
|
+
export { startWebsocketServer, callWebsocketClient } from "./websocketServer";
|
|
2
|
+
export { clearFolders, addDefaultIndex } from "./addIndex";
|
|
3
|
+
export { nodejs } from "./nodejs";
|
|
4
|
+
export { client } from "./client";
|
|
5
|
+
export { single } from "./single";
|
|
6
|
+
export { electron } from "./electron";
|
|
7
|
+
export { makeAllPackagesExternalPlugin } from "./makeAllPackagesExternalPlugin";
|
|
8
|
+
export { postcssPlugin } from "./postCSSplugin";
|
|
9
|
+
export { TypeChecker } from "./typechecker/index";
|
|
10
|
+
export { ITypeCheckerOptions } from "./typechecker/interfaces";
|
|
11
|
+
export { copy } from './copy';
|
package/dist/exported.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.copy = exports.TypeChecker = exports.postcssPlugin = exports.makeAllPackagesExternalPlugin = exports.electron = exports.single = exports.client = exports.nodejs = exports.addDefaultIndex = exports.clearFolders = exports.callWebsocketClient = exports.startWebsocketServer = void 0;
|
|
4
|
-
var websocketServer_1 = require("./websocketServer");
|
|
5
|
-
Object.defineProperty(exports, "startWebsocketServer", { enumerable: true, get: function () { return websocketServer_1.startWebsocketServer; } });
|
|
6
|
-
Object.defineProperty(exports, "callWebsocketClient", { enumerable: true, get: function () { return websocketServer_1.callWebsocketClient; } });
|
|
7
|
-
var addIndex_1 = require("./addIndex");
|
|
8
|
-
Object.defineProperty(exports, "clearFolders", { enumerable: true, get: function () { return addIndex_1.clearFolders; } });
|
|
9
|
-
Object.defineProperty(exports, "addDefaultIndex", { enumerable: true, get: function () { return addIndex_1.addDefaultIndex; } });
|
|
10
|
-
var nodejs_1 = require("./nodejs");
|
|
11
|
-
Object.defineProperty(exports, "nodejs", { enumerable: true, get: function () { return nodejs_1.nodejs; } });
|
|
12
|
-
var client_1 = require("./client");
|
|
13
|
-
Object.defineProperty(exports, "client", { enumerable: true, get: function () { return client_1.client; } });
|
|
14
|
-
var single_1 = require("./single");
|
|
15
|
-
Object.defineProperty(exports, "single", { enumerable: true, get: function () { return single_1.single; } });
|
|
16
|
-
var electron_1 = require("./electron");
|
|
17
|
-
Object.defineProperty(exports, "electron", { enumerable: true, get: function () { return electron_1.electron; } });
|
|
18
|
-
var makeAllPackagesExternalPlugin_1 = require("./makeAllPackagesExternalPlugin");
|
|
19
|
-
Object.defineProperty(exports, "makeAllPackagesExternalPlugin", { enumerable: true, get: function () { return makeAllPackagesExternalPlugin_1.makeAllPackagesExternalPlugin; } });
|
|
20
|
-
var postCSSplugin_1 = require("./postCSSplugin");
|
|
21
|
-
Object.defineProperty(exports, "postcssPlugin", { enumerable: true, get: function () { return postCSSplugin_1.postcssPlugin; } });
|
|
22
|
-
var index_1 = require("./typechecker/index");
|
|
23
|
-
Object.defineProperty(exports, "TypeChecker", { enumerable: true, get: function () { return index_1.TypeChecker; } });
|
|
24
|
-
var copy_1 = require("./copy");
|
|
25
|
-
Object.defineProperty(exports, "copy", { enumerable: true, get: function () { return copy_1.copy; } });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.copy = exports.TypeChecker = exports.postcssPlugin = exports.makeAllPackagesExternalPlugin = exports.electron = exports.single = exports.client = exports.nodejs = exports.addDefaultIndex = exports.clearFolders = exports.callWebsocketClient = exports.startWebsocketServer = void 0;
|
|
4
|
+
var websocketServer_1 = require("./websocketServer");
|
|
5
|
+
Object.defineProperty(exports, "startWebsocketServer", { enumerable: true, get: function () { return websocketServer_1.startWebsocketServer; } });
|
|
6
|
+
Object.defineProperty(exports, "callWebsocketClient", { enumerable: true, get: function () { return websocketServer_1.callWebsocketClient; } });
|
|
7
|
+
var addIndex_1 = require("./addIndex");
|
|
8
|
+
Object.defineProperty(exports, "clearFolders", { enumerable: true, get: function () { return addIndex_1.clearFolders; } });
|
|
9
|
+
Object.defineProperty(exports, "addDefaultIndex", { enumerable: true, get: function () { return addIndex_1.addDefaultIndex; } });
|
|
10
|
+
var nodejs_1 = require("./nodejs");
|
|
11
|
+
Object.defineProperty(exports, "nodejs", { enumerable: true, get: function () { return nodejs_1.nodejs; } });
|
|
12
|
+
var client_1 = require("./client");
|
|
13
|
+
Object.defineProperty(exports, "client", { enumerable: true, get: function () { return client_1.client; } });
|
|
14
|
+
var single_1 = require("./single");
|
|
15
|
+
Object.defineProperty(exports, "single", { enumerable: true, get: function () { return single_1.single; } });
|
|
16
|
+
var electron_1 = require("./electron");
|
|
17
|
+
Object.defineProperty(exports, "electron", { enumerable: true, get: function () { return electron_1.electron; } });
|
|
18
|
+
var makeAllPackagesExternalPlugin_1 = require("./makeAllPackagesExternalPlugin");
|
|
19
|
+
Object.defineProperty(exports, "makeAllPackagesExternalPlugin", { enumerable: true, get: function () { return makeAllPackagesExternalPlugin_1.makeAllPackagesExternalPlugin; } });
|
|
20
|
+
var postCSSplugin_1 = require("./postCSSplugin");
|
|
21
|
+
Object.defineProperty(exports, "postcssPlugin", { enumerable: true, get: function () { return postCSSplugin_1.postcssPlugin; } });
|
|
22
|
+
var index_1 = require("./typechecker/index");
|
|
23
|
+
Object.defineProperty(exports, "TypeChecker", { enumerable: true, get: function () { return index_1.TypeChecker; } });
|
|
24
|
+
var copy_1 = require("./copy");
|
|
25
|
+
Object.defineProperty(exports, "copy", { enumerable: true, get: function () { return copy_1.copy; } });
|
|
26
26
|
//# sourceMappingURL=exported.js.map
|
package/dist/interfaces.d.ts
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
export type nodeArg = {
|
|
2
|
-
argsBefore?: string[];
|
|
3
|
-
argsAfter?: string[];
|
|
4
|
-
};
|
|
5
|
-
export type eletronArg = {
|
|
6
|
-
argsBefore?: string[];
|
|
7
|
-
argsAfter?: string[];
|
|
8
|
-
};
|
|
9
|
-
export type builderType = "CLIENT" | "NODEJS" | "SINGLE" | "ELECTRON";
|
|
10
|
-
export type builderConfig = {
|
|
11
|
-
watch: string | string[];
|
|
12
|
-
launch?: boolean;
|
|
13
|
-
launchArg?: nodeArg;
|
|
14
|
-
transmitt?: string;
|
|
15
|
-
listen?: string;
|
|
16
|
-
printBuildError?: boolean;
|
|
17
|
-
};
|
|
18
|
-
export type nodejsConfig = {
|
|
19
|
-
watch: string | string[];
|
|
20
|
-
launch?: boolean;
|
|
21
|
-
launchArg?: nodeArg;
|
|
22
|
-
transmitt?: string;
|
|
23
|
-
listen?: string;
|
|
24
|
-
printBuildError?: boolean;
|
|
25
|
-
};
|
|
26
|
-
export type clientConfig = {
|
|
27
|
-
watch: string | string[];
|
|
28
|
-
transmitt?: string;
|
|
29
|
-
listen?: string;
|
|
30
|
-
printBuildError?: boolean;
|
|
31
|
-
};
|
|
32
|
-
export type electronConfig = {
|
|
33
|
-
watch: string | string[];
|
|
34
|
-
launch?: boolean;
|
|
35
|
-
launchArg?: eletronArg;
|
|
36
|
-
transmitt?: string;
|
|
37
|
-
listen?: string;
|
|
38
|
-
printBuildError?: boolean;
|
|
39
|
-
};
|
|
40
|
-
export type singleConfig = {
|
|
41
|
-
watch: string | string[];
|
|
42
|
-
name?: string;
|
|
43
|
-
transmitt?: string;
|
|
44
|
-
listen?: string;
|
|
45
|
-
printBuildError?: boolean;
|
|
46
|
-
};
|
|
1
|
+
export type nodeArg = {
|
|
2
|
+
argsBefore?: string[];
|
|
3
|
+
argsAfter?: string[];
|
|
4
|
+
};
|
|
5
|
+
export type eletronArg = {
|
|
6
|
+
argsBefore?: string[];
|
|
7
|
+
argsAfter?: string[];
|
|
8
|
+
};
|
|
9
|
+
export type builderType = "CLIENT" | "NODEJS" | "SINGLE" | "ELECTRON";
|
|
10
|
+
export type builderConfig = {
|
|
11
|
+
watch: string | string[];
|
|
12
|
+
launch?: boolean;
|
|
13
|
+
launchArg?: nodeArg;
|
|
14
|
+
transmitt?: string;
|
|
15
|
+
listen?: string;
|
|
16
|
+
printBuildError?: boolean;
|
|
17
|
+
};
|
|
18
|
+
export type nodejsConfig = {
|
|
19
|
+
watch: string | string[];
|
|
20
|
+
launch?: boolean;
|
|
21
|
+
launchArg?: nodeArg;
|
|
22
|
+
transmitt?: string;
|
|
23
|
+
listen?: string;
|
|
24
|
+
printBuildError?: boolean;
|
|
25
|
+
};
|
|
26
|
+
export type clientConfig = {
|
|
27
|
+
watch: string | string[];
|
|
28
|
+
transmitt?: string;
|
|
29
|
+
listen?: string;
|
|
30
|
+
printBuildError?: boolean;
|
|
31
|
+
};
|
|
32
|
+
export type electronConfig = {
|
|
33
|
+
watch: string | string[];
|
|
34
|
+
launch?: boolean;
|
|
35
|
+
launchArg?: eletronArg;
|
|
36
|
+
transmitt?: string;
|
|
37
|
+
listen?: string;
|
|
38
|
+
printBuildError?: boolean;
|
|
39
|
+
};
|
|
40
|
+
export type singleConfig = {
|
|
41
|
+
watch: string | string[];
|
|
42
|
+
name?: string;
|
|
43
|
+
transmitt?: string;
|
|
44
|
+
listen?: string;
|
|
45
|
+
printBuildError?: boolean;
|
|
46
|
+
};
|
package/dist/interfaces.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=interfaces.js.map
|
package/dist/log.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Simple log helper
|
|
3
|
-
*/
|
|
4
|
-
export declare function log(name: any, msg?: any): void;
|
|
1
|
+
/**
|
|
2
|
+
* Simple log helper
|
|
3
|
+
*/
|
|
4
|
+
export declare function log(name: any, msg?: any): void;
|
package/dist/log.js
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.log =
|
|
4
|
-
/**
|
|
5
|
-
* Simple log helper
|
|
6
|
-
*/
|
|
7
|
-
function log(name, msg) {
|
|
8
|
-
var d = new Date();
|
|
9
|
-
var H = d.getHours().toString();
|
|
10
|
-
H = H.length > 1 ? H : "0" + H;
|
|
11
|
-
var M = d.getMinutes().toString();
|
|
12
|
-
M = M.length > 1 ? M : "0" + M;
|
|
13
|
-
var S = d.getSeconds().toString();
|
|
14
|
-
S = S.length > 1 ? S : "0" + S;
|
|
15
|
-
console.log("\u001b[34m", name, "\t\u001b[36;1m", "".concat(H, ":").concat(M, ":").concat(S), "\u001b[33;1m", "\t->", msg, "\u001b[0m");
|
|
16
|
-
}
|
|
17
|
-
exports.log = log;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.log = log;
|
|
4
|
+
/**
|
|
5
|
+
* Simple log helper
|
|
6
|
+
*/
|
|
7
|
+
function log(name, msg) {
|
|
8
|
+
var d = new Date();
|
|
9
|
+
var H = d.getHours().toString();
|
|
10
|
+
H = H.length > 1 ? H : "0" + H;
|
|
11
|
+
var M = d.getMinutes().toString();
|
|
12
|
+
M = M.length > 1 ? M : "0" + M;
|
|
13
|
+
var S = d.getSeconds().toString();
|
|
14
|
+
S = S.length > 1 ? S : "0" + S;
|
|
15
|
+
console.log("\u001b[34m", name, "\t\u001b[36;1m", "".concat(H, ":").concat(M, ":").concat(S), "\u001b[33;1m", "\t->", msg, "\u001b[0m");
|
|
16
|
+
}
|
|
18
17
|
//# sourceMappingURL=log.js.map
|
package/dist/log.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"log.js","sourceRoot":"","sources":["../src/log.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"log.js","sourceRoot":"","sources":["../src/log.ts"],"names":[],"mappings":";;AAGA,kBAmBC;AAtBD;;GAEG;AACH,SAAgB,GAAG,CAAC,IAAS,EAAE,GAAS;IACtC,IAAI,CAAC,GAAG,IAAI,IAAI,EAAE,CAAC;IACnB,IAAI,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC;IAChC,CAAC,GAAG,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC;IAC/B,IAAI,CAAC,GAAG,CAAC,CAAC,UAAU,EAAE,CAAC,QAAQ,EAAE,CAAC;IAClC,CAAC,GAAG,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC;IAC/B,IAAI,CAAC,GAAG,CAAC,CAAC,UAAU,EAAE,CAAC,QAAQ,EAAE,CAAC;IAClC,CAAC,GAAG,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC;IAE/B,OAAO,CAAC,GAAG,CACT,YAAY,EACZ,IAAI,EACJ,gBAAgB,EAChB,UAAG,CAAC,cAAI,CAAC,cAAI,CAAC,CAAE,EAChB,cAAc,EACd,MAAM,EACN,GAAG,EACH,WAAW,CACZ,CAAC;AACJ,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const makeAllPackagesExternalPlugin: {
|
|
2
|
-
name: string;
|
|
3
|
-
setup(build: any): void;
|
|
4
|
-
};
|
|
1
|
+
export declare const makeAllPackagesExternalPlugin: {
|
|
2
|
+
name: string;
|
|
3
|
+
setup(build: any): void;
|
|
4
|
+
};
|