keycloakify 9.4.3 → 9.5.0-rc.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/bin/constants.d.ts +1 -0
- package/bin/constants.js +2 -1
- package/bin/constants.js.map +1 -1
- package/bin/keycloakify/buildOptions/UserProvidedBuildOptions.d.ts +43 -0
- package/bin/keycloakify/buildOptions/UserProvidedBuildOptions.js +16 -0
- package/bin/keycloakify/buildOptions/UserProvidedBuildOptions.js.map +1 -0
- package/bin/keycloakify/buildOptions/buildOptions.js +42 -22
- package/bin/keycloakify/buildOptions/buildOptions.js.map +1 -1
- package/bin/keycloakify/buildOptions/parsedPackageJson.d.ts +2 -11
- package/bin/keycloakify/buildOptions/parsedPackageJson.js +2 -13
- package/bin/keycloakify/buildOptions/parsedPackageJson.js.map +1 -1
- package/bin/keycloakify/buildOptions/resolvedViteConfig.d.ts +2 -0
- package/bin/keycloakify/buildOptions/resolvedViteConfig.js +3 -1
- package/bin/keycloakify/buildOptions/resolvedViteConfig.js.map +1 -1
- package/bin/keycloakify/keycloakify.js +36 -18
- package/bin/keycloakify/keycloakify.js.map +1 -1
- package/login/kcContext/KcContext.d.ts +1 -1
- package/package.json +6 -1
- package/src/bin/constants.ts +2 -0
- package/src/bin/keycloakify/buildOptions/UserProvidedBuildOptions.ts +25 -0
- package/src/bin/keycloakify/buildOptions/buildOptions.ts +20 -15
- package/src/bin/keycloakify/buildOptions/parsedPackageJson.ts +3 -24
- package/src/bin/keycloakify/buildOptions/resolvedViteConfig.ts +4 -1
- package/src/bin/keycloakify/keycloakify.ts +23 -11
- package/src/login/kcContext/KcContext.ts +1 -1
- package/src/vite-plugin/vite-plugin.ts +36 -3
- package/vite-plugin/tsconfig.tsbuildinfo +1 -1
- package/vite-plugin/vite-plugin.d.ts +6 -1
- package/vite-plugin/vite-plugin.js +16 -2
- package/vite-plugin/vite-plugin.js.map +1 -1
package/bin/constants.d.ts
CHANGED
@@ -8,3 +8,4 @@ export declare const themeTypes: readonly ["login", "account"];
|
|
8
8
|
export declare const retrocompatPostfix = "_retrocompat";
|
9
9
|
export declare const accountV1ThemeName = "account-v1";
|
10
10
|
export type ThemeType = (typeof themeTypes)[number];
|
11
|
+
export declare const keycloakifyBuildOptionsForPostPostBuildScriptEnvName = "KEYCLOAKIFY_BUILD_OPTIONS_POST_POST_BUILD_SCRIPT";
|
package/bin/constants.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.accountV1ThemeName = exports.retrocompatPostfix = exports.themeTypes = exports.basenameOfTheKeycloakifyResourcesDir = exports.resolvedViteConfigJsonBasename = exports.lastKeycloakVersionWithAccountV1 = exports.resources_common = exports.keycloak_resources = exports.nameOfTheGlobal = void 0;
|
3
|
+
exports.keycloakifyBuildOptionsForPostPostBuildScriptEnvName = exports.accountV1ThemeName = exports.retrocompatPostfix = exports.themeTypes = exports.basenameOfTheKeycloakifyResourcesDir = exports.resolvedViteConfigJsonBasename = exports.lastKeycloakVersionWithAccountV1 = exports.resources_common = exports.keycloak_resources = exports.nameOfTheGlobal = void 0;
|
4
4
|
exports.nameOfTheGlobal = "kcContext";
|
5
5
|
exports.keycloak_resources = "keycloak-resources";
|
6
6
|
exports.resources_common = "resources-common";
|
@@ -10,4 +10,5 @@ exports.basenameOfTheKeycloakifyResourcesDir = "build";
|
|
10
10
|
exports.themeTypes = ["login", "account"];
|
11
11
|
exports.retrocompatPostfix = "_retrocompat";
|
12
12
|
exports.accountV1ThemeName = "account-v1";
|
13
|
+
exports.keycloakifyBuildOptionsForPostPostBuildScriptEnvName = "KEYCLOAKIFY_BUILD_OPTIONS_POST_POST_BUILD_SCRIPT";
|
13
14
|
//# sourceMappingURL=constants.js.map
|
package/bin/constants.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/bin/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG,WAAW,CAAC;AAC9B,QAAA,kBAAkB,GAAG,oBAAoB,CAAC;AAC1C,QAAA,gBAAgB,GAAG,kBAAkB,CAAC;AACtC,QAAA,gCAAgC,GAAG,QAAQ,CAAC;AAC5C,QAAA,8BAA8B,GAAG,WAAW,CAAC;AAC7C,QAAA,oCAAoC,GAAG,OAAO,CAAC;AAE/C,QAAA,UAAU,GAAG,CAAC,OAAO,EAAE,SAAS,CAAU,CAAC;AAC3C,QAAA,kBAAkB,GAAG,cAAc,CAAC;AACpC,QAAA,kBAAkB,GAAG,YAAY,CAAC"}
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/bin/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG,WAAW,CAAC;AAC9B,QAAA,kBAAkB,GAAG,oBAAoB,CAAC;AAC1C,QAAA,gBAAgB,GAAG,kBAAkB,CAAC;AACtC,QAAA,gCAAgC,GAAG,QAAQ,CAAC;AAC5C,QAAA,8BAA8B,GAAG,WAAW,CAAC;AAC7C,QAAA,oCAAoC,GAAG,OAAO,CAAC;AAE/C,QAAA,UAAU,GAAG,CAAC,OAAO,EAAE,SAAS,CAAU,CAAC;AAC3C,QAAA,kBAAkB,GAAG,cAAc,CAAC;AACpC,QAAA,kBAAkB,GAAG,YAAY,CAAC;AAIlC,QAAA,oDAAoD,GAAG,kDAAkD,CAAC"}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
import { z } from "zod";
|
2
|
+
export type UserProvidedBuildOptions = {
|
3
|
+
extraThemeProperties?: string[];
|
4
|
+
artifactId?: string;
|
5
|
+
groupId?: string;
|
6
|
+
doCreateJar?: boolean;
|
7
|
+
loginThemeResourcesFromKeycloakVersion?: string;
|
8
|
+
reactAppBuildDirPath?: string;
|
9
|
+
keycloakifyBuildDirPath?: string;
|
10
|
+
themeName?: string | string[];
|
11
|
+
doBuildRetrocompatAccountTheme?: boolean;
|
12
|
+
};
|
13
|
+
export declare const zUserProvidedBuildOptions: z.ZodObject<{
|
14
|
+
extraThemeProperties: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
15
|
+
artifactId: z.ZodOptional<z.ZodString>;
|
16
|
+
groupId: z.ZodOptional<z.ZodString>;
|
17
|
+
doCreateJar: z.ZodOptional<z.ZodBoolean>;
|
18
|
+
loginThemeResourcesFromKeycloakVersion: z.ZodOptional<z.ZodString>;
|
19
|
+
reactAppBuildDirPath: z.ZodOptional<z.ZodString>;
|
20
|
+
keycloakifyBuildDirPath: z.ZodOptional<z.ZodString>;
|
21
|
+
themeName: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
22
|
+
doBuildRetrocompatAccountTheme: z.ZodOptional<z.ZodBoolean>;
|
23
|
+
}, "strip", z.ZodTypeAny, {
|
24
|
+
extraThemeProperties?: string[] | undefined;
|
25
|
+
artifactId?: string | undefined;
|
26
|
+
groupId?: string | undefined;
|
27
|
+
doCreateJar?: boolean | undefined;
|
28
|
+
loginThemeResourcesFromKeycloakVersion?: string | undefined;
|
29
|
+
reactAppBuildDirPath?: string | undefined;
|
30
|
+
keycloakifyBuildDirPath?: string | undefined;
|
31
|
+
themeName?: string | string[] | undefined;
|
32
|
+
doBuildRetrocompatAccountTheme?: boolean | undefined;
|
33
|
+
}, {
|
34
|
+
extraThemeProperties?: string[] | undefined;
|
35
|
+
artifactId?: string | undefined;
|
36
|
+
groupId?: string | undefined;
|
37
|
+
doCreateJar?: boolean | undefined;
|
38
|
+
loginThemeResourcesFromKeycloakVersion?: string | undefined;
|
39
|
+
reactAppBuildDirPath?: string | undefined;
|
40
|
+
keycloakifyBuildDirPath?: string | undefined;
|
41
|
+
themeName?: string | string[] | undefined;
|
42
|
+
doBuildRetrocompatAccountTheme?: boolean | undefined;
|
43
|
+
}>;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.zUserProvidedBuildOptions = void 0;
|
4
|
+
var zod_1 = require("zod");
|
5
|
+
exports.zUserProvidedBuildOptions = zod_1.z.object({
|
6
|
+
"extraThemeProperties": zod_1.z.array(zod_1.z.string()).optional(),
|
7
|
+
"artifactId": zod_1.z.string().optional(),
|
8
|
+
"groupId": zod_1.z.string().optional(),
|
9
|
+
"doCreateJar": zod_1.z.boolean().optional(),
|
10
|
+
"loginThemeResourcesFromKeycloakVersion": zod_1.z.string().optional(),
|
11
|
+
"reactAppBuildDirPath": zod_1.z.string().optional(),
|
12
|
+
"keycloakifyBuildDirPath": zod_1.z.string().optional(),
|
13
|
+
"themeName": zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())]).optional(),
|
14
|
+
"doBuildRetrocompatAccountTheme": zod_1.z.boolean().optional()
|
15
|
+
});
|
16
|
+
//# sourceMappingURL=UserProvidedBuildOptions.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"UserProvidedBuildOptions.js","sourceRoot":"","sources":["../../../src/bin/keycloakify/buildOptions/UserProvidedBuildOptions.ts"],"names":[],"mappings":";;;AAAA,2BAAwB;AAcX,QAAA,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,sBAAsB,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACtD,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,aAAa,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACrC,wCAAwC,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/D,sBAAsB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7C,yBAAyB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChD,WAAW,EAAE,OAAC,CAAC,KAAK,CAAC,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IAClE,gCAAgC,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC3D,CAAC,CAAC"}
|
@@ -1,4 +1,15 @@
|
|
1
1
|
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
2
13
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
14
|
if (k2 === undefined) k2 = k;
|
4
15
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
@@ -22,6 +33,17 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
33
|
__setModuleDefault(result, mod);
|
23
34
|
return result;
|
24
35
|
};
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
37
|
+
var t = {};
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
39
|
+
t[p] = s[p];
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
43
|
+
t[p[i]] = s[p[i]];
|
44
|
+
}
|
45
|
+
return t;
|
46
|
+
};
|
25
47
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
26
48
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
27
49
|
};
|
@@ -38,7 +60,7 @@ var getCacheDirPath_1 = require("./getCacheDirPath");
|
|
38
60
|
var getReactAppRootDirPath_1 = require("./getReactAppRootDirPath");
|
39
61
|
var getNpmWorkspaceRootDirPath_1 = require("./getNpmWorkspaceRootDirPath");
|
40
62
|
function readBuildOptions(params) {
|
41
|
-
var _a, _b, _c, _d, _e, _f, _g
|
63
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
42
64
|
var processArgv = params.processArgv;
|
43
65
|
var reactAppRootDirPath = (0, getReactAppRootDirPath_1.getReactAppRootDirPath)({ processArgv: processArgv }).reactAppRootDirPath;
|
44
66
|
var cacheDirPath = (0, getCacheDirPath_1.getCacheDirPath)({ reactAppRootDirPath: reactAppRootDirPath }).cacheDirPath;
|
@@ -46,10 +68,10 @@ function readBuildOptions(params) {
|
|
46
68
|
if (resolvedViteConfig === undefined && fs.existsSync((0, path_1.join)(reactAppRootDirPath, "vite.config.ts"))) {
|
47
69
|
throw new Error("Keycloakify's Vite plugin output not found");
|
48
70
|
}
|
49
|
-
var
|
71
|
+
var _h = (0, parsedPackageJson_1.readParsedPackageJson)({ reactAppRootDirPath: reactAppRootDirPath }), userProvidedBuildOptionsFromPackageJson = _h.keycloakify, parsedPackageJson = __rest(_h, ["keycloakify"]);
|
72
|
+
var userProvidedBuildOptions = __assign(__assign({}, userProvidedBuildOptionsFromPackageJson), resolvedViteConfig === null || resolvedViteConfig === void 0 ? void 0 : resolvedViteConfig.userProvidedBuildOptions);
|
50
73
|
var themeNames = (function () {
|
51
|
-
|
52
|
-
if (((_a = parsedPackageJson.keycloakify) === null || _a === void 0 ? void 0 : _a.themeName) === undefined) {
|
74
|
+
if (userProvidedBuildOptions.themeName === undefined) {
|
53
75
|
return [
|
54
76
|
parsedPackageJson.name
|
55
77
|
.replace(/^@(.*)/, "$1")
|
@@ -57,20 +79,19 @@ function readBuildOptions(params) {
|
|
57
79
|
.join("-")
|
58
80
|
];
|
59
81
|
}
|
60
|
-
if (typeof
|
61
|
-
return [
|
82
|
+
if (typeof userProvidedBuildOptions.themeName === "string") {
|
83
|
+
return [userProvidedBuildOptions.themeName];
|
62
84
|
}
|
63
|
-
return
|
85
|
+
return userProvidedBuildOptions.themeName;
|
64
86
|
})();
|
65
87
|
var reactAppBuildDirPath = (function () {
|
66
|
-
var _a, _b;
|
67
88
|
webpack: {
|
68
89
|
if (resolvedViteConfig !== undefined) {
|
69
90
|
break webpack;
|
70
91
|
}
|
71
|
-
if (
|
92
|
+
if (userProvidedBuildOptions.reactAppBuildDirPath !== undefined) {
|
72
93
|
return (0, getAbsoluteAndInOsFormatPath_1.getAbsoluteAndInOsFormatPath)({
|
73
|
-
"pathIsh":
|
94
|
+
"pathIsh": userProvidedBuildOptions.reactAppBuildDirPath,
|
74
95
|
"cwd": reactAppRootDirPath
|
75
96
|
});
|
76
97
|
}
|
@@ -85,25 +106,24 @@ function readBuildOptions(params) {
|
|
85
106
|
"isSilent": typeof argv["silent"] === "boolean" ? argv["silent"] : false,
|
86
107
|
"themeVersion": (_b = (_a = process.env.KEYCLOAKIFY_THEME_VERSION) !== null && _a !== void 0 ? _a : parsedPackageJson.version) !== null && _b !== void 0 ? _b : "0.0.0",
|
87
108
|
themeNames: themeNames,
|
88
|
-
"extraThemeProperties":
|
109
|
+
"extraThemeProperties": userProvidedBuildOptions.extraThemeProperties,
|
89
110
|
"groupId": (function () {
|
90
|
-
var _a, _b, _c, _d, _e
|
111
|
+
var _a, _b, _c, _d, _e;
|
91
112
|
var fallbackGroupId = "".concat(themeNames[0], ".keycloak");
|
92
|
-
return ((
|
113
|
+
return ((_b = (_a = process.env.KEYCLOAKIFY_GROUP_ID) !== null && _a !== void 0 ? _a : userProvidedBuildOptions.groupId) !== null && _b !== void 0 ? _b : (parsedPackageJson.homepage === undefined
|
93
114
|
? fallbackGroupId
|
94
|
-
: (
|
95
|
-
.host) === null ||
|
115
|
+
: (_e = (_d = (_c = (0, url_1.parse)(parsedPackageJson.homepage)
|
116
|
+
.host) === null || _c === void 0 ? void 0 : _c.replace(/:[0-9]+$/, "")) === null || _d === void 0 ? void 0 : _d.split(".").reverse().join(".")) !== null && _e !== void 0 ? _e : fallbackGroupId) + ".keycloak");
|
96
117
|
})(),
|
97
|
-
"artifactId": (
|
98
|
-
"doCreateJar": (
|
99
|
-
"loginThemeResourcesFromKeycloakVersion": (
|
118
|
+
"artifactId": (_d = (_c = process.env.KEYCLOAKIFY_ARTIFACT_ID) !== null && _c !== void 0 ? _c : userProvidedBuildOptions.artifactId) !== null && _d !== void 0 ? _d : "".concat(themeNames[0], "-keycloak-theme"),
|
119
|
+
"doCreateJar": (_e = userProvidedBuildOptions.doCreateJar) !== null && _e !== void 0 ? _e : true,
|
120
|
+
"loginThemeResourcesFromKeycloakVersion": (_f = userProvidedBuildOptions.loginThemeResourcesFromKeycloakVersion) !== null && _f !== void 0 ? _f : "11.0.3",
|
100
121
|
reactAppRootDirPath: reactAppRootDirPath,
|
101
122
|
reactAppBuildDirPath: reactAppBuildDirPath,
|
102
123
|
"keycloakifyBuildDirPath": (function () {
|
103
|
-
|
104
|
-
if (((_a = parsedPackageJson.keycloakify) === null || _a === void 0 ? void 0 : _a.keycloakifyBuildDirPath) !== undefined) {
|
124
|
+
if (userProvidedBuildOptions.keycloakifyBuildDirPath !== undefined) {
|
105
125
|
return (0, getAbsoluteAndInOsFormatPath_1.getAbsoluteAndInOsFormatPath)({
|
106
|
-
"pathIsh":
|
126
|
+
"pathIsh": userProvidedBuildOptions.keycloakifyBuildDirPath,
|
107
127
|
"cwd": reactAppRootDirPath
|
108
128
|
});
|
109
129
|
}
|
@@ -152,7 +172,7 @@ function readBuildOptions(params) {
|
|
152
172
|
}
|
153
173
|
return (0, path_1.join)(reactAppBuildDirPath, resolvedViteConfig.assetsDir);
|
154
174
|
})(),
|
155
|
-
"doBuildRetrocompatAccountTheme": (
|
175
|
+
"doBuildRetrocompatAccountTheme": (_g = userProvidedBuildOptions.doBuildRetrocompatAccountTheme) !== null && _g !== void 0 ? _g : true,
|
156
176
|
npmWorkspaceRootDirPath: npmWorkspaceRootDirPath
|
157
177
|
};
|
158
178
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"buildOptions.js","sourceRoot":"","sources":["../../../src/bin/keycloakify/buildOptions/buildOptions.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"buildOptions.js","sourceRoot":"","sources":["../../../src/bin/keycloakify/buildOptions/buildOptions.ts"],"names":[],"mappings":"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"}
|
@@ -1,18 +1,9 @@
|
|
1
|
+
import { type UserProvidedBuildOptions } from "./UserProvidedBuildOptions";
|
1
2
|
export type ParsedPackageJson = {
|
2
3
|
name: string;
|
3
4
|
version?: string;
|
4
5
|
homepage?: string;
|
5
|
-
keycloakify?:
|
6
|
-
extraThemeProperties?: string[];
|
7
|
-
artifactId?: string;
|
8
|
-
groupId?: string;
|
9
|
-
doCreateJar?: boolean;
|
10
|
-
loginThemeResourcesFromKeycloakVersion?: string;
|
11
|
-
reactAppBuildDirPath?: string;
|
12
|
-
keycloakifyBuildDirPath?: string;
|
13
|
-
themeName?: string | string[];
|
14
|
-
doBuildRetrocompatAccountTheme?: boolean;
|
15
|
-
};
|
6
|
+
keycloakify?: UserProvidedBuildOptions;
|
16
7
|
};
|
17
8
|
export declare function readParsedPackageJson(params: {
|
18
9
|
reactAppRootDirPath: string;
|
@@ -28,23 +28,12 @@ var fs = __importStar(require("fs"));
|
|
28
28
|
var tsafe_1 = require("tsafe");
|
29
29
|
var zod_1 = require("zod");
|
30
30
|
var path_1 = require("path");
|
31
|
+
var UserProvidedBuildOptions_1 = require("./UserProvidedBuildOptions");
|
31
32
|
var zParsedPackageJson = zod_1.z.object({
|
32
33
|
"name": zod_1.z.string(),
|
33
34
|
"version": zod_1.z.string().optional(),
|
34
35
|
"homepage": zod_1.z.string().optional(),
|
35
|
-
"keycloakify":
|
36
|
-
.object({
|
37
|
-
"extraThemeProperties": zod_1.z.array(zod_1.z.string()).optional(),
|
38
|
-
"artifactId": zod_1.z.string().optional(),
|
39
|
-
"groupId": zod_1.z.string().optional(),
|
40
|
-
"doCreateJar": zod_1.z.boolean().optional(),
|
41
|
-
"loginThemeResourcesFromKeycloakVersion": zod_1.z.string().optional(),
|
42
|
-
"reactAppBuildDirPath": zod_1.z.string().optional(),
|
43
|
-
"keycloakifyBuildDirPath": zod_1.z.string().optional(),
|
44
|
-
"themeName": zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())]).optional(),
|
45
|
-
"doBuildRetrocompatAccountTheme": zod_1.z.boolean().optional()
|
46
|
-
})
|
47
|
-
.optional()
|
36
|
+
"keycloakify": UserProvidedBuildOptions_1.zUserProvidedBuildOptions.optional()
|
48
37
|
});
|
49
38
|
(0, tsafe_1.assert)();
|
50
39
|
var parsedPackageJson;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"parsedPackageJson.js","sourceRoot":"","sources":["../../../src/bin/keycloakify/buildOptions/parsedPackageJson.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qCAAyB;AACzB,+BAA+B;AAE/B,2BAAwB;AACxB,6BAAwC;
|
1
|
+
{"version":3,"file":"parsedPackageJson.js","sourceRoot":"","sources":["../../../src/bin/keycloakify/buildOptions/parsedPackageJson.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qCAAyB;AACzB,+BAA+B;AAE/B,2BAAwB;AACxB,6BAAwC;AACxC,uEAAsG;AAStG,IAAM,kBAAkB,GAAG,OAAC,CAAC,MAAM,CAAC;IAChC,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,aAAa,EAAE,oDAAyB,CAAC,QAAQ,EAAE;CACtD,CAAC,CAAC;AAEH,IAAA,cAAM,GAA+E,CAAC;AAEtF,IAAI,iBAAgD,CAAC;AACrD,SAAgB,qBAAqB,CAAC,MAAuC;IACjE,IAAA,mBAAmB,GAAK,MAAM,oBAAX,CAAY;IACvC,IAAI,iBAAiB,EAAE;QACnB,OAAO,iBAAiB,CAAC;KAC5B;IACD,iBAAiB,GAAG,kBAAkB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,IAAA,WAAQ,EAAC,mBAAmB,EAAE,cAAc,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IAC1I,OAAO,iBAAiB,CAAC;AAC7B,CAAC;AAPD,sDAOC"}
|
@@ -1,8 +1,10 @@
|
|
1
|
+
import { UserProvidedBuildOptions } from "./UserProvidedBuildOptions";
|
1
2
|
export type ResolvedViteConfig = {
|
2
3
|
buildDir: string;
|
3
4
|
publicDir: string;
|
4
5
|
assetsDir: string;
|
5
6
|
urlPathname: string | undefined;
|
7
|
+
userProvidedBuildOptions: UserProvidedBuildOptions;
|
6
8
|
};
|
7
9
|
export declare function readResolvedViteConfig(params: {
|
8
10
|
cacheDirPath: string;
|
@@ -29,11 +29,13 @@ var tsafe_1 = require("tsafe");
|
|
29
29
|
var zod_1 = require("zod");
|
30
30
|
var path_1 = require("path");
|
31
31
|
var constants_1 = require("../../constants");
|
32
|
+
var UserProvidedBuildOptions_1 = require("./UserProvidedBuildOptions");
|
32
33
|
var zResolvedViteConfig = zod_1.z.object({
|
33
34
|
"buildDir": zod_1.z.string(),
|
34
35
|
"publicDir": zod_1.z.string(),
|
35
36
|
"assetsDir": zod_1.z.string(),
|
36
|
-
"urlPathname": zod_1.z.string().optional()
|
37
|
+
"urlPathname": zod_1.z.string().optional(),
|
38
|
+
"userProvidedBuildOptions": UserProvidedBuildOptions_1.zUserProvidedBuildOptions
|
37
39
|
});
|
38
40
|
{
|
39
41
|
(0, tsafe_1.assert)();
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"resolvedViteConfig.js","sourceRoot":"","sources":["../../../src/bin/keycloakify/buildOptions/resolvedViteConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qCAAyB;AACzB,+BAA+B;AAE/B,2BAAwB;AACxB,6BAAwC;AACxC,6CAAiE;
|
1
|
+
{"version":3,"file":"resolvedViteConfig.js","sourceRoot":"","sources":["../../../src/bin/keycloakify/buildOptions/resolvedViteConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qCAAyB;AACzB,+BAA+B;AAE/B,2BAAwB;AACxB,6BAAwC;AACxC,6CAAiE;AAEjE,uEAAiG;AAUjG,IAAM,mBAAmB,GAAG,OAAC,CAAC,MAAM,CAAC;IACjC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;IACtB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,0BAA0B,EAAE,oDAAyB;CACxD,CAAC,CAAC;AAEH;IAII,IAAA,cAAM,GAAyB,CAAC;CACnC;AAED,SAAgB,sBAAsB,CAAC,MAAgC;IAG3D,IAAA,YAAY,GAAK,MAAM,aAAX,CAAY;IAEhC,IAAM,8BAA8B,GAAG,IAAA,WAAQ,EAAC,YAAY,EAAE,0CAA8B,CAAC,CAAC;IAE9F,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,8BAA8B,CAAC,EAAE;QAChD,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,CAAC;KAC9C;IAED,IAAM,kBAAkB,GAAG,CAAC;QACxB,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,8BAA8B,CAAC,EAAE;YAChD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;SAC9D;QAED,IAAI,GAAuB,CAAC;QAE5B,IAAI;YACA,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,8BAA8B,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC;SACtF;QAAC,WAAM;YACJ,MAAM,IAAI,KAAK,CAAC,gEAAgE,CAAC,CAAC;SACrF;QAED,IAAI;YACA,IAAM,cAAc,GAAG,mBAAmB,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAEtD,2EAA2E;YAC3E,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC;iBACtB,MAAM,CAAC,UAAA,GAAG,IAAI,OAAA,CAAC,CAAC,GAAG,IAAI,GAAG,CAAC,EAAb,CAAa,CAAC;iBAC5B,OAAO,CAAC,UAAA,GAAG;gBACR,OAAQ,GAAW,CAAC,GAAG,CAAC,CAAC;YAC7B,CAAC,CAAC,CAAC;SACV;QAAC,WAAM;YACJ,MAAM,IAAI,KAAK,CAAC,6EAA6E,CAAC,CAAC;SAClG;QAED,OAAO,GAAG,CAAC;IACf,CAAC,CAAC,EAAE,CAAC;IAEL,OAAO,EAAE,kBAAkB,oBAAA,EAAE,CAAC;AAClC,CAAC;AAzCD,wDAyCC"}
|
@@ -1,4 +1,15 @@
|
|
1
1
|
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
2
13
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
14
|
if (k2 === undefined) k2 = k;
|
4
15
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
@@ -107,12 +118,13 @@ var logger_1 = require("../tools/logger");
|
|
107
118
|
var getThemeSrcDirPath_1 = require("../getThemeSrcDirPath");
|
108
119
|
var getThisCodebaseRootDirPath_1 = require("../tools/getThisCodebaseRootDirPath");
|
109
120
|
var readThisNpmProjectVersion_1 = require("../tools/readThisNpmProjectVersion");
|
121
|
+
var constants_1 = require("../constants");
|
110
122
|
function main() {
|
111
123
|
return __awaiter(this, void 0, void 0, function () {
|
112
|
-
var buildOptions, logger, themeSrcDirPath, _a, _b, themeName, e_1_1, pomFileCode, jarFilePath, jarDirPath, retrocompatJarFilePath
|
113
|
-
var e_1, _c;
|
114
|
-
return __generator(this, function (
|
115
|
-
switch (
|
124
|
+
var buildOptions, logger, themeSrcDirPath, _a, _b, themeName, e_1_1, pomFileCode, containerKeycloakVersion, jarFilePath, jarDirPath, retrocompatJarFilePath;
|
125
|
+
var e_1, _c, _d;
|
126
|
+
return __generator(this, function (_e) {
|
127
|
+
switch (_e.label) {
|
116
128
|
case 0:
|
117
129
|
buildOptions = (0, buildOptions_1.readBuildOptions)({
|
118
130
|
"processArgv": process.argv.slice(2)
|
@@ -120,11 +132,11 @@ function main() {
|
|
120
132
|
logger = (0, logger_1.getLogger)({ "isSilent": buildOptions.isSilent });
|
121
133
|
logger.log("🔏 Building the keycloak theme...⌚");
|
122
134
|
themeSrcDirPath = (0, getThemeSrcDirPath_1.getThemeSrcDirPath)({ "reactAppRootDirPath": buildOptions.reactAppRootDirPath }).themeSrcDirPath;
|
123
|
-
|
135
|
+
_e.label = 1;
|
124
136
|
case 1:
|
125
|
-
|
137
|
+
_e.trys.push([1, 6, 7, 8]);
|
126
138
|
_a = __values(buildOptions.themeNames), _b = _a.next();
|
127
|
-
|
139
|
+
_e.label = 2;
|
128
140
|
case 2:
|
129
141
|
if (!!_b.done) return [3 /*break*/, 5];
|
130
142
|
themeName = _b.value;
|
@@ -136,14 +148,14 @@ function main() {
|
|
136
148
|
buildOptions: buildOptions
|
137
149
|
})];
|
138
150
|
case 3:
|
139
|
-
|
140
|
-
|
151
|
+
_e.sent();
|
152
|
+
_e.label = 4;
|
141
153
|
case 4:
|
142
154
|
_b = _a.next();
|
143
155
|
return [3 /*break*/, 2];
|
144
156
|
case 5: return [3 /*break*/, 8];
|
145
157
|
case 6:
|
146
|
-
e_1_1 =
|
158
|
+
e_1_1 = _e.sent();
|
147
159
|
e_1 = { error: e_1_1 };
|
148
160
|
return [3 /*break*/, 8];
|
149
161
|
case 7:
|
@@ -157,8 +169,21 @@ function main() {
|
|
157
169
|
pomFileCode = (0, generatePom_1.generatePom)({ buildOptions: buildOptions }).pomFileCode;
|
158
170
|
fs.writeFileSync((0, path_1.join)(buildOptions.keycloakifyBuildDirPath, "pom.xml"), Buffer.from(pomFileCode, "utf8"));
|
159
171
|
}
|
172
|
+
containerKeycloakVersion = "23.0.6";
|
160
173
|
jarFilePath = (0, path_1.join)(buildOptions.keycloakifyBuildDirPath, "target", "".concat(buildOptions.artifactId, "-").concat(buildOptions.themeVersion, ".jar"));
|
161
|
-
|
174
|
+
(0, generateStartKeycloakTestingContainer_1.generateStartKeycloakTestingContainer)({
|
175
|
+
"keycloakVersion": containerKeycloakVersion,
|
176
|
+
jarFilePath: jarFilePath,
|
177
|
+
buildOptions: buildOptions
|
178
|
+
});
|
179
|
+
fs.writeFileSync((0, path_1.join)(buildOptions.keycloakifyBuildDirPath, ".gitignore"), Buffer.from("*", "utf8"));
|
180
|
+
child_process.execSync("npx vite", {
|
181
|
+
"env": __assign(__assign({}, process.env), (_d = {}, _d[constants_1.keycloakifyBuildOptionsForPostPostBuildScriptEnvName] = JSON.stringify(buildOptions), _d))
|
182
|
+
});
|
183
|
+
create_jar: {
|
184
|
+
if (!buildOptions.doCreateJar) {
|
185
|
+
break create_jar;
|
186
|
+
}
|
162
187
|
child_process.execSync("mvn clean install", { "cwd": buildOptions.keycloakifyBuildDirPath });
|
163
188
|
jarDirPath = (0, path_1.dirname)(jarFilePath);
|
164
189
|
retrocompatJarFilePath = (0, path_1.join)(jarDirPath, "retrocompat-" + (0, path_1.basename)(jarFilePath));
|
@@ -169,13 +194,6 @@ function main() {
|
|
169
194
|
" Note that Keycloak 22 is only supported for login and email theme but not for account themes. "
|
170
195
|
].join("\n"), "utf8"));
|
171
196
|
}
|
172
|
-
containerKeycloakVersion = "23.0.6";
|
173
|
-
(0, generateStartKeycloakTestingContainer_1.generateStartKeycloakTestingContainer)({
|
174
|
-
"keycloakVersion": containerKeycloakVersion,
|
175
|
-
jarFilePath: jarFilePath,
|
176
|
-
buildOptions: buildOptions
|
177
|
-
});
|
178
|
-
fs.writeFileSync((0, path_1.join)(buildOptions.keycloakifyBuildDirPath, ".gitignore"), Buffer.from("*", "utf8"));
|
179
197
|
logger.log(__spreadArray(__spreadArray([
|
180
198
|
""
|
181
199
|
], __read((!buildOptions.doCreateJar
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"keycloakify.js","sourceRoot":"","sources":["../../src/bin/keycloakify/keycloakify.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"keycloakify.js","sourceRoot":"","sources":["../../src/bin/keycloakify/keycloakify.ts"],"names":[],"mappings":"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"}
|
@@ -51,7 +51,7 @@ export declare namespace KcContext {
|
|
51
51
|
description?: string;
|
52
52
|
attributes: Record<string, string>;
|
53
53
|
};
|
54
|
-
isAppInitiatedAction
|
54
|
+
isAppInitiatedAction?: boolean;
|
55
55
|
messagesPerField: {
|
56
56
|
/**
|
57
57
|
* Return text if message for given field exists. Useful eg. to add css styles for fields with message.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "keycloakify",
|
3
|
-
"version": "9.
|
3
|
+
"version": "9.5.0-rc.0",
|
4
4
|
"description": "Create Keycloak themes using React",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -79,6 +79,7 @@
|
|
79
79
|
"src/bin/eject-keycloak-page.ts",
|
80
80
|
"src/bin/getThemeSrcDirPath.ts",
|
81
81
|
"src/bin/initialize-email-theme.ts",
|
82
|
+
"src/bin/keycloakify/buildOptions/UserProvidedBuildOptions.ts",
|
82
83
|
"src/bin/keycloakify/buildOptions/buildOptions.ts",
|
83
84
|
"src/bin/keycloakify/buildOptions/getCacheDirPath.ts",
|
84
85
|
"src/bin/keycloakify/buildOptions/getNpmWorkspaceRootDirPath.ts",
|
@@ -382,6 +383,9 @@
|
|
382
383
|
"bin/initialize-email-theme.d.ts",
|
383
384
|
"bin/initialize-email-theme.js",
|
384
385
|
"bin/initialize-email-theme.js.map",
|
386
|
+
"bin/keycloakify/buildOptions/UserProvidedBuildOptions.d.ts",
|
387
|
+
"bin/keycloakify/buildOptions/UserProvidedBuildOptions.js",
|
388
|
+
"bin/keycloakify/buildOptions/UserProvidedBuildOptions.js.map",
|
385
389
|
"bin/keycloakify/buildOptions/buildOptions.d.ts",
|
386
390
|
"bin/keycloakify/buildOptions/buildOptions.js",
|
387
391
|
"bin/keycloakify/buildOptions/buildOptions.js.map",
|
@@ -818,6 +822,7 @@
|
|
818
822
|
"src/bin/eject-keycloak-page.ts",
|
819
823
|
"src/bin/getThemeSrcDirPath.ts",
|
820
824
|
"src/bin/initialize-email-theme.ts",
|
825
|
+
"src/bin/keycloakify/buildOptions/UserProvidedBuildOptions.ts",
|
821
826
|
"src/bin/keycloakify/buildOptions/buildOptions.ts",
|
822
827
|
"src/bin/keycloakify/buildOptions/getCacheDirPath.ts",
|
823
828
|
"src/bin/keycloakify/buildOptions/getNpmWorkspaceRootDirPath.ts",
|
package/src/bin/constants.ts
CHANGED
@@ -10,3 +10,5 @@ export const retrocompatPostfix = "_retrocompat";
|
|
10
10
|
export const accountV1ThemeName = "account-v1";
|
11
11
|
|
12
12
|
export type ThemeType = (typeof themeTypes)[number];
|
13
|
+
|
14
|
+
export const keycloakifyBuildOptionsForPostPostBuildScriptEnvName = "KEYCLOAKIFY_BUILD_OPTIONS_POST_POST_BUILD_SCRIPT";
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { z } from "zod";
|
2
|
+
|
3
|
+
export type UserProvidedBuildOptions = {
|
4
|
+
extraThemeProperties?: string[];
|
5
|
+
artifactId?: string;
|
6
|
+
groupId?: string;
|
7
|
+
doCreateJar?: boolean;
|
8
|
+
loginThemeResourcesFromKeycloakVersion?: string;
|
9
|
+
reactAppBuildDirPath?: string;
|
10
|
+
keycloakifyBuildDirPath?: string;
|
11
|
+
themeName?: string | string[];
|
12
|
+
doBuildRetrocompatAccountTheme?: boolean;
|
13
|
+
};
|
14
|
+
|
15
|
+
export const zUserProvidedBuildOptions = z.object({
|
16
|
+
"extraThemeProperties": z.array(z.string()).optional(),
|
17
|
+
"artifactId": z.string().optional(),
|
18
|
+
"groupId": z.string().optional(),
|
19
|
+
"doCreateJar": z.boolean().optional(),
|
20
|
+
"loginThemeResourcesFromKeycloakVersion": z.string().optional(),
|
21
|
+
"reactAppBuildDirPath": z.string().optional(),
|
22
|
+
"keycloakifyBuildDirPath": z.string().optional(),
|
23
|
+
"themeName": z.union([z.string(), z.array(z.string())]).optional(),
|
24
|
+
"doBuildRetrocompatAccountTheme": z.boolean().optional()
|
25
|
+
});
|
@@ -47,10 +47,15 @@ export function readBuildOptions(params: { processArgv: string[] }): BuildOption
|
|
47
47
|
throw new Error("Keycloakify's Vite plugin output not found");
|
48
48
|
}
|
49
49
|
|
50
|
-
const parsedPackageJson = readParsedPackageJson({ reactAppRootDirPath });
|
50
|
+
const { keycloakify: userProvidedBuildOptionsFromPackageJson, ...parsedPackageJson } = readParsedPackageJson({ reactAppRootDirPath });
|
51
|
+
|
52
|
+
const userProvidedBuildOptions = {
|
53
|
+
...userProvidedBuildOptionsFromPackageJson,
|
54
|
+
...resolvedViteConfig?.userProvidedBuildOptions
|
55
|
+
};
|
51
56
|
|
52
57
|
const themeNames = (() => {
|
53
|
-
if (
|
58
|
+
if (userProvidedBuildOptions.themeName === undefined) {
|
54
59
|
return [
|
55
60
|
parsedPackageJson.name
|
56
61
|
.replace(/^@(.*)/, "$1")
|
@@ -59,11 +64,11 @@ export function readBuildOptions(params: { processArgv: string[] }): BuildOption
|
|
59
64
|
];
|
60
65
|
}
|
61
66
|
|
62
|
-
if (typeof
|
63
|
-
return [
|
67
|
+
if (typeof userProvidedBuildOptions.themeName === "string") {
|
68
|
+
return [userProvidedBuildOptions.themeName];
|
64
69
|
}
|
65
70
|
|
66
|
-
return
|
71
|
+
return userProvidedBuildOptions.themeName;
|
67
72
|
})();
|
68
73
|
|
69
74
|
const reactAppBuildDirPath = (() => {
|
@@ -72,9 +77,9 @@ export function readBuildOptions(params: { processArgv: string[] }): BuildOption
|
|
72
77
|
break webpack;
|
73
78
|
}
|
74
79
|
|
75
|
-
if (
|
80
|
+
if (userProvidedBuildOptions.reactAppBuildDirPath !== undefined) {
|
76
81
|
return getAbsoluteAndInOsFormatPath({
|
77
|
-
"pathIsh":
|
82
|
+
"pathIsh": userProvidedBuildOptions.reactAppBuildDirPath,
|
78
83
|
"cwd": reactAppRootDirPath
|
79
84
|
});
|
80
85
|
}
|
@@ -94,13 +99,13 @@ export function readBuildOptions(params: { processArgv: string[] }): BuildOption
|
|
94
99
|
"isSilent": typeof argv["silent"] === "boolean" ? argv["silent"] : false,
|
95
100
|
"themeVersion": process.env.KEYCLOAKIFY_THEME_VERSION ?? parsedPackageJson.version ?? "0.0.0",
|
96
101
|
themeNames,
|
97
|
-
"extraThemeProperties":
|
102
|
+
"extraThemeProperties": userProvidedBuildOptions.extraThemeProperties,
|
98
103
|
"groupId": (() => {
|
99
104
|
const fallbackGroupId = `${themeNames[0]}.keycloak`;
|
100
105
|
|
101
106
|
return (
|
102
107
|
process.env.KEYCLOAKIFY_GROUP_ID ??
|
103
|
-
|
108
|
+
userProvidedBuildOptions.groupId ??
|
104
109
|
(parsedPackageJson.homepage === undefined
|
105
110
|
? fallbackGroupId
|
106
111
|
: urlParse(parsedPackageJson.homepage)
|
@@ -110,15 +115,15 @@ export function readBuildOptions(params: { processArgv: string[] }): BuildOption
|
|
110
115
|
.join(".") ?? fallbackGroupId) + ".keycloak"
|
111
116
|
);
|
112
117
|
})(),
|
113
|
-
"artifactId": process.env.KEYCLOAKIFY_ARTIFACT_ID ??
|
114
|
-
"doCreateJar":
|
115
|
-
"loginThemeResourcesFromKeycloakVersion":
|
118
|
+
"artifactId": process.env.KEYCLOAKIFY_ARTIFACT_ID ?? userProvidedBuildOptions.artifactId ?? `${themeNames[0]}-keycloak-theme`,
|
119
|
+
"doCreateJar": userProvidedBuildOptions.doCreateJar ?? true,
|
120
|
+
"loginThemeResourcesFromKeycloakVersion": userProvidedBuildOptions.loginThemeResourcesFromKeycloakVersion ?? "11.0.3",
|
116
121
|
reactAppRootDirPath,
|
117
122
|
reactAppBuildDirPath,
|
118
123
|
"keycloakifyBuildDirPath": (() => {
|
119
|
-
if (
|
124
|
+
if (userProvidedBuildOptions.keycloakifyBuildDirPath !== undefined) {
|
120
125
|
return getAbsoluteAndInOsFormatPath({
|
121
|
-
"pathIsh":
|
126
|
+
"pathIsh": userProvidedBuildOptions.keycloakifyBuildDirPath,
|
122
127
|
"cwd": reactAppRootDirPath
|
123
128
|
});
|
124
129
|
}
|
@@ -179,7 +184,7 @@ export function readBuildOptions(params: { processArgv: string[] }): BuildOption
|
|
179
184
|
|
180
185
|
return pathJoin(reactAppBuildDirPath, resolvedViteConfig.assetsDir);
|
181
186
|
})(),
|
182
|
-
"doBuildRetrocompatAccountTheme":
|
187
|
+
"doBuildRetrocompatAccountTheme": userProvidedBuildOptions.doBuildRetrocompatAccountTheme ?? true,
|
183
188
|
npmWorkspaceRootDirPath
|
184
189
|
};
|
185
190
|
}
|
@@ -3,41 +3,20 @@ import { assert } from "tsafe";
|
|
3
3
|
import type { Equals } from "tsafe";
|
4
4
|
import { z } from "zod";
|
5
5
|
import { join as pathJoin } from "path";
|
6
|
+
import { type UserProvidedBuildOptions, zUserProvidedBuildOptions } from "./UserProvidedBuildOptions";
|
6
7
|
|
7
8
|
export type ParsedPackageJson = {
|
8
9
|
name: string;
|
9
10
|
version?: string;
|
10
11
|
homepage?: string;
|
11
|
-
keycloakify?:
|
12
|
-
extraThemeProperties?: string[];
|
13
|
-
artifactId?: string;
|
14
|
-
groupId?: string;
|
15
|
-
doCreateJar?: boolean;
|
16
|
-
loginThemeResourcesFromKeycloakVersion?: string;
|
17
|
-
reactAppBuildDirPath?: string;
|
18
|
-
keycloakifyBuildDirPath?: string;
|
19
|
-
themeName?: string | string[];
|
20
|
-
doBuildRetrocompatAccountTheme?: boolean;
|
21
|
-
};
|
12
|
+
keycloakify?: UserProvidedBuildOptions;
|
22
13
|
};
|
23
14
|
|
24
15
|
const zParsedPackageJson = z.object({
|
25
16
|
"name": z.string(),
|
26
17
|
"version": z.string().optional(),
|
27
18
|
"homepage": z.string().optional(),
|
28
|
-
"keycloakify":
|
29
|
-
.object({
|
30
|
-
"extraThemeProperties": z.array(z.string()).optional(),
|
31
|
-
"artifactId": z.string().optional(),
|
32
|
-
"groupId": z.string().optional(),
|
33
|
-
"doCreateJar": z.boolean().optional(),
|
34
|
-
"loginThemeResourcesFromKeycloakVersion": z.string().optional(),
|
35
|
-
"reactAppBuildDirPath": z.string().optional(),
|
36
|
-
"keycloakifyBuildDirPath": z.string().optional(),
|
37
|
-
"themeName": z.union([z.string(), z.array(z.string())]).optional(),
|
38
|
-
"doBuildRetrocompatAccountTheme": z.boolean().optional()
|
39
|
-
})
|
40
|
-
.optional()
|
19
|
+
"keycloakify": zUserProvidedBuildOptions.optional()
|
41
20
|
});
|
42
21
|
|
43
22
|
assert<Equals<ReturnType<(typeof zParsedPackageJson)["parse"]>, ParsedPackageJson>>();
|
@@ -5,19 +5,22 @@ import { z } from "zod";
|
|
5
5
|
import { join as pathJoin } from "path";
|
6
6
|
import { resolvedViteConfigJsonBasename } from "../../constants";
|
7
7
|
import type { OptionalIfCanBeUndefined } from "../../tools/OptionalIfCanBeUndefined";
|
8
|
+
import { UserProvidedBuildOptions, zUserProvidedBuildOptions } from "./UserProvidedBuildOptions";
|
8
9
|
|
9
10
|
export type ResolvedViteConfig = {
|
10
11
|
buildDir: string;
|
11
12
|
publicDir: string;
|
12
13
|
assetsDir: string;
|
13
14
|
urlPathname: string | undefined;
|
15
|
+
userProvidedBuildOptions: UserProvidedBuildOptions;
|
14
16
|
};
|
15
17
|
|
16
18
|
const zResolvedViteConfig = z.object({
|
17
19
|
"buildDir": z.string(),
|
18
20
|
"publicDir": z.string(),
|
19
21
|
"assetsDir": z.string(),
|
20
|
-
"urlPathname": z.string().optional()
|
22
|
+
"urlPathname": z.string().optional(),
|
23
|
+
"userProvidedBuildOptions": zUserProvidedBuildOptions
|
21
24
|
});
|
22
25
|
|
23
26
|
{
|
@@ -9,6 +9,7 @@ import { getLogger } from "../tools/logger";
|
|
9
9
|
import { getThemeSrcDirPath } from "../getThemeSrcDirPath";
|
10
10
|
import { getThisCodebaseRootDirPath } from "../tools/getThisCodebaseRootDirPath";
|
11
11
|
import { readThisNpmProjectVersion } from "../tools/readThisNpmProjectVersion";
|
12
|
+
import { keycloakifyBuildOptionsForPostPostBuildScriptEnvName } from "../constants";
|
12
13
|
|
13
14
|
export async function main() {
|
14
15
|
const buildOptions = readBuildOptions({
|
@@ -36,9 +37,30 @@ export async function main() {
|
|
36
37
|
fs.writeFileSync(pathJoin(buildOptions.keycloakifyBuildDirPath, "pom.xml"), Buffer.from(pomFileCode, "utf8"));
|
37
38
|
}
|
38
39
|
|
40
|
+
const containerKeycloakVersion = "23.0.6";
|
41
|
+
|
39
42
|
const jarFilePath = pathJoin(buildOptions.keycloakifyBuildDirPath, "target", `${buildOptions.artifactId}-${buildOptions.themeVersion}.jar`);
|
40
43
|
|
41
|
-
|
44
|
+
generateStartKeycloakTestingContainer({
|
45
|
+
"keycloakVersion": containerKeycloakVersion,
|
46
|
+
jarFilePath,
|
47
|
+
buildOptions
|
48
|
+
});
|
49
|
+
|
50
|
+
fs.writeFileSync(pathJoin(buildOptions.keycloakifyBuildDirPath, ".gitignore"), Buffer.from("*", "utf8"));
|
51
|
+
|
52
|
+
child_process.execSync("npx vite", {
|
53
|
+
"env": {
|
54
|
+
...process.env,
|
55
|
+
[keycloakifyBuildOptionsForPostPostBuildScriptEnvName]: JSON.stringify(buildOptions)
|
56
|
+
}
|
57
|
+
});
|
58
|
+
|
59
|
+
create_jar: {
|
60
|
+
if (!buildOptions.doCreateJar) {
|
61
|
+
break create_jar;
|
62
|
+
}
|
63
|
+
|
42
64
|
child_process.execSync("mvn clean install", { "cwd": buildOptions.keycloakifyBuildDirPath });
|
43
65
|
|
44
66
|
const jarDirPath = pathDirname(jarFilePath);
|
@@ -59,16 +81,6 @@ export async function main() {
|
|
59
81
|
);
|
60
82
|
}
|
61
83
|
|
62
|
-
const containerKeycloakVersion = "23.0.6";
|
63
|
-
|
64
|
-
generateStartKeycloakTestingContainer({
|
65
|
-
"keycloakVersion": containerKeycloakVersion,
|
66
|
-
jarFilePath,
|
67
|
-
buildOptions
|
68
|
-
});
|
69
|
-
|
70
|
-
fs.writeFileSync(pathJoin(buildOptions.keycloakifyBuildDirPath, ".gitignore"), Buffer.from("*", "utf8"));
|
71
|
-
|
72
84
|
logger.log(
|
73
85
|
[
|
74
86
|
"",
|
@@ -84,7 +84,7 @@ export declare namespace KcContext {
|
|
84
84
|
description?: string;
|
85
85
|
attributes: Record<string, string>;
|
86
86
|
};
|
87
|
-
isAppInitiatedAction
|
87
|
+
isAppInitiatedAction?: boolean;
|
88
88
|
messagesPerField: {
|
89
89
|
/**
|
90
90
|
* Return text if message for given field exists. Useful eg. to add css styles for fields with message.
|
@@ -1,7 +1,13 @@
|
|
1
1
|
import { join as pathJoin, relative as pathRelative, sep as pathSep } from "path";
|
2
2
|
import type { Plugin } from "vite";
|
3
3
|
import * as fs from "fs";
|
4
|
-
import {
|
4
|
+
import {
|
5
|
+
resolvedViteConfigJsonBasename,
|
6
|
+
nameOfTheGlobal,
|
7
|
+
basenameOfTheKeycloakifyResourcesDir,
|
8
|
+
keycloak_resources,
|
9
|
+
keycloakifyBuildOptionsForPostPostBuildScriptEnvName
|
10
|
+
} from "../bin/constants";
|
5
11
|
import type { ResolvedViteConfig } from "../bin/keycloakify/buildOptions/resolvedViteConfig";
|
6
12
|
import { getCacheDirPath } from "../bin/keycloakify/buildOptions/getCacheDirPath";
|
7
13
|
import { replaceAll } from "../bin/tools/String.prototype.replaceAll";
|
@@ -9,8 +15,16 @@ import { id } from "tsafe/id";
|
|
9
15
|
import { rm } from "../bin/tools/fs.rm";
|
10
16
|
import { copyKeycloakResourcesToPublic } from "../bin/copy-keycloak-resources-to-public";
|
11
17
|
import { assert } from "tsafe/assert";
|
18
|
+
import type { BuildOptions } from "../bin/keycloakify/buildOptions";
|
19
|
+
import type { UserProvidedBuildOptions } from "../bin/keycloakify/buildOptions/UserProvidedBuildOptions";
|
20
|
+
|
21
|
+
export type Params = UserProvidedBuildOptions & {
|
22
|
+
postBuildScript?: (buildOptions: Omit<BuildOptions, "bundler">) => Promise<void>;
|
23
|
+
};
|
24
|
+
|
25
|
+
export function keycloakify(params: Params) {
|
26
|
+
const { postBuildScript, ...userProvidedBuildOptions } = params;
|
12
27
|
|
13
|
-
export function keycloakify() {
|
14
28
|
let reactAppRootDirPath: string | undefined = undefined;
|
15
29
|
let urlPathname: string | undefined = undefined;
|
16
30
|
let buildDirPath: string | undefined = undefined;
|
@@ -19,6 +33,24 @@ export function keycloakify() {
|
|
19
33
|
const plugin = {
|
20
34
|
"name": "keycloakify" as const,
|
21
35
|
"configResolved": async resolvedConfig => {
|
36
|
+
run_post_build_script: {
|
37
|
+
const buildOptionJson = process.env[keycloakifyBuildOptionsForPostPostBuildScriptEnvName];
|
38
|
+
|
39
|
+
if (buildOptionJson === undefined) {
|
40
|
+
break run_post_build_script;
|
41
|
+
}
|
42
|
+
|
43
|
+
if (params.postBuildScript === undefined) {
|
44
|
+
process.exit(0);
|
45
|
+
}
|
46
|
+
|
47
|
+
const buildOptions: BuildOptions = JSON.parse(buildOptionJson);
|
48
|
+
|
49
|
+
await params.postBuildScript(buildOptions);
|
50
|
+
|
51
|
+
process.exit(0);
|
52
|
+
}
|
53
|
+
|
22
54
|
command = resolvedConfig.command;
|
23
55
|
|
24
56
|
reactAppRootDirPath = resolvedConfig.root;
|
@@ -67,7 +99,8 @@ export function keycloakify() {
|
|
67
99
|
"publicDir": pathRelative(reactAppRootDirPath, resolvedConfig.publicDir),
|
68
100
|
"assetsDir": resolvedConfig.build.assetsDir,
|
69
101
|
"buildDir": resolvedConfig.build.outDir,
|
70
|
-
urlPathname
|
102
|
+
urlPathname,
|
103
|
+
userProvidedBuildOptions
|
71
104
|
}),
|
72
105
|
null,
|
73
106
|
2
|
@@ -1 +1 @@
|
|
1
|
-
{"program":{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/dom-events.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/readline/promises.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/test.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/globals.global.d.ts","../../node_modules/@types/node/index.d.ts","../../node_modules/rollup/node_modules/@types/estree/index.d.ts","../../node_modules/rollup/dist/rollup.d.ts","../../node_modules/vite/types/hmrPayload.d.ts","../../node_modules/vite/types/customEvent.d.ts","../../node_modules/esbuild/lib/main.d.ts","../../node_modules/source-map-js/source-map.d.ts","../../node_modules/vite/node_modules/postcss/lib/previous-map.d.ts","../../node_modules/vite/node_modules/postcss/lib/input.d.ts","../../node_modules/vite/node_modules/postcss/lib/css-syntax-error.d.ts","../../node_modules/vite/node_modules/postcss/lib/declaration.d.ts","../../node_modules/vite/node_modules/postcss/lib/root.d.ts","../../node_modules/vite/node_modules/postcss/lib/warning.d.ts","../../node_modules/vite/node_modules/postcss/lib/lazy-result.d.ts","../../node_modules/vite/node_modules/postcss/lib/no-work-result.d.ts","../../node_modules/vite/node_modules/postcss/lib/processor.d.ts","../../node_modules/vite/node_modules/postcss/lib/result.d.ts","../../node_modules/vite/node_modules/postcss/lib/document.d.ts","../../node_modules/vite/node_modules/postcss/lib/rule.d.ts","../../node_modules/vite/node_modules/postcss/lib/node.d.ts","../../node_modules/vite/node_modules/postcss/lib/comment.d.ts","../../node_modules/vite/node_modules/postcss/lib/container.d.ts","../../node_modules/vite/node_modules/postcss/lib/at-rule.d.ts","../../node_modules/vite/node_modules/postcss/lib/list.d.ts","../../node_modules/vite/node_modules/postcss/lib/postcss.d.ts","../../node_modules/vite/types/importGlob.d.ts","../../node_modules/vite/types/metadata.d.ts","../../node_modules/vite/dist/node/index.d.ts","../bin/constants.d.ts","../bin/keycloakify/buildOptions/resolvedViteConfig.d.ts","../bin/keycloakify/buildOptions/getCacheDirPath.d.ts","../bin/tools/String.prototype.replaceAll.d.ts","../../node_modules/tsafe/id.d.ts","../bin/tools/fs.rm.d.ts","../bin/keycloakify/generateTheme/downloadKeycloakStaticResources.d.ts","../bin/copy-keycloak-resources-to-public.d.ts","../../node_modules/tsafe/tools/Unite.d.ts","../../node_modules/tsafe/tools/StrictEquals.d.ts","../../node_modules/tsafe/Equals.d.ts","../../node_modules/tsafe/assert.d.ts","../../src/vite-plugin/vite-plugin.ts","../../src/vite-plugin/index.ts","../../node_modules/@types/aria-query/index.d.ts","../../node_modules/@babel/types/lib/index.d.ts","../../node_modules/@types/babel__generator/index.d.ts","../../node_modules/@types/chai/index.d.ts","../../node_modules/@types/chai-subset/index.d.ts","../../node_modules/@types/eslint/helpers.d.ts","../../node_modules/@types/estree/index.d.ts","../../node_modules/@types/json-schema/index.d.ts","../../node_modules/@types/eslint/index.d.ts","../../node_modules/@types/eslint-scope/index.d.ts","../../node_modules/@types/minimatch/index.d.ts","../../node_modules/@types/glob/index.d.ts","../../node_modules/@types/graceful-fs/index.d.ts","../../node_modules/@types/unist/index.d.ts","../../node_modules/@types/hast/index.d.ts","../../node_modules/@types/html-minifier-terser/index.d.ts","../../node_modules/@types/is-function/index.d.ts","../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../node_modules/@types/istanbul-lib-report/index.d.ts","../../node_modules/@types/istanbul-reports/index.d.ts","../../node_modules/@types/lodash/common/common.d.ts","../../node_modules/@types/lodash/common/array.d.ts","../../node_modules/@types/lodash/common/collection.d.ts","../../node_modules/@types/lodash/common/date.d.ts","../../node_modules/@types/lodash/common/function.d.ts","../../node_modules/@types/lodash/common/lang.d.ts","../../node_modules/@types/lodash/common/math.d.ts","../../node_modules/@types/lodash/common/number.d.ts","../../node_modules/@types/lodash/common/object.d.ts","../../node_modules/@types/lodash/common/seq.d.ts","../../node_modules/@types/lodash/common/string.d.ts","../../node_modules/@types/lodash/common/util.d.ts","../../node_modules/@types/lodash/index.d.ts","../../node_modules/form-data/index.d.ts","../../node_modules/@types/node-fetch/externals.d.ts","../../node_modules/@types/node-fetch/index.d.ts","../../node_modules/@types/ssri/index.d.ts","../../node_modules/@types/retry/index.d.ts","../../node_modules/@types/make-fetch-happen/index.d.ts","../../node_modules/@types/mdast/index.d.ts","../../node_modules/@types/minimist/index.d.ts","../../node_modules/@types/normalize-package-data/index.d.ts","../../node_modules/@types/npmlog/index.d.ts","../../node_modules/@types/parse-json/index.d.ts","../../node_modules/@types/parse5/index.d.ts","../../node_modules/@types/pretty-hrtime/index.d.ts","../../node_modules/@types/prop-types/index.d.ts","../../node_modules/@types/qs/index.d.ts","../../node_modules/@types/react/ts5.0/global.d.ts","../../node_modules/csstype/index.d.ts","../../node_modules/@types/scheduler/tracing.d.ts","../../node_modules/@types/react/ts5.0/index.d.ts","../../node_modules/@types/react-dom/index.d.ts","../../node_modules/@types/scheduler/index.d.ts","../../node_modules/@types/semver/classes/semver.d.ts","../../node_modules/@types/semver/functions/parse.d.ts","../../node_modules/@types/semver/functions/valid.d.ts","../../node_modules/@types/semver/functions/clean.d.ts","../../node_modules/@types/semver/functions/inc.d.ts","../../node_modules/@types/semver/functions/diff.d.ts","../../node_modules/@types/semver/functions/major.d.ts","../../node_modules/@types/semver/functions/minor.d.ts","../../node_modules/@types/semver/functions/patch.d.ts","../../node_modules/@types/semver/functions/prerelease.d.ts","../../node_modules/@types/semver/functions/compare.d.ts","../../node_modules/@types/semver/functions/rcompare.d.ts","../../node_modules/@types/semver/functions/compare-loose.d.ts","../../node_modules/@types/semver/functions/compare-build.d.ts","../../node_modules/@types/semver/functions/sort.d.ts","../../node_modules/@types/semver/functions/rsort.d.ts","../../node_modules/@types/semver/functions/gt.d.ts","../../node_modules/@types/semver/functions/lt.d.ts","../../node_modules/@types/semver/functions/eq.d.ts","../../node_modules/@types/semver/functions/neq.d.ts","../../node_modules/@types/semver/functions/gte.d.ts","../../node_modules/@types/semver/functions/lte.d.ts","../../node_modules/@types/semver/functions/cmp.d.ts","../../node_modules/@types/semver/functions/coerce.d.ts","../../node_modules/@types/semver/classes/comparator.d.ts","../../node_modules/@types/semver/classes/range.d.ts","../../node_modules/@types/semver/functions/satisfies.d.ts","../../node_modules/@types/semver/ranges/max-satisfying.d.ts","../../node_modules/@types/semver/ranges/min-satisfying.d.ts","../../node_modules/@types/semver/ranges/to-comparators.d.ts","../../node_modules/@types/semver/ranges/min-version.d.ts","../../node_modules/@types/semver/ranges/valid.d.ts","../../node_modules/@types/semver/ranges/outside.d.ts","../../node_modules/@types/semver/ranges/gtr.d.ts","../../node_modules/@types/semver/ranges/ltr.d.ts","../../node_modules/@types/semver/ranges/intersects.d.ts","../../node_modules/@types/semver/ranges/simplify.d.ts","../../node_modules/@types/semver/ranges/subset.d.ts","../../node_modules/@types/semver/internals/identifiers.d.ts","../../node_modules/@types/semver/index.d.ts","../../node_modules/@types/source-list-map/index.d.ts","../../node_modules/@types/tapable/index.d.ts","../../node_modules/source-map/source-map.d.ts","../../node_modules/@types/uglify-js/index.d.ts","../../node_modules/anymatch/index.d.ts","../../node_modules/@types/webpack-sources/node_modules/source-map/source-map.d.ts","../../node_modules/@types/webpack-sources/lib/Source.d.ts","../../node_modules/@types/webpack-sources/lib/CompatSource.d.ts","../../node_modules/@types/webpack-sources/lib/ConcatSource.d.ts","../../node_modules/@types/webpack-sources/lib/OriginalSource.d.ts","../../node_modules/@types/webpack-sources/lib/PrefixSource.d.ts","../../node_modules/@types/webpack-sources/lib/RawSource.d.ts","../../node_modules/@types/webpack-sources/lib/ReplaceSource.d.ts","../../node_modules/@types/webpack-sources/lib/SizeOnlySource.d.ts","../../node_modules/@types/webpack-sources/lib/SourceMapSource.d.ts","../../node_modules/@types/webpack-sources/lib/index.d.ts","../../node_modules/@types/webpack-sources/lib/CachedSource.d.ts","../../node_modules/@types/webpack-sources/index.d.ts","../../node_modules/@types/webpack/index.d.ts","../../node_modules/@types/webpack-env/index.d.ts","../../node_modules/@types/yargs-parser/index.d.ts","../../node_modules/@types/yargs/index.d.ts","../../node_modules/@types/yauzl/index.d.ts","../../node_modules/@types/yazl/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"57b6cb95756d1fe3bfeb20205de27b0c5406e4a86e130c6dfa6bd92af641e09d","affectsGlobalScope":true},"11e2d554398d2bd460e7d06b2fa5827a297c8acfbe00b4f894a224ac0862857f",{"version":"e193e634a99c9c1d71f1c6e4e1567a4a73584328d21ea02dd5cddbaad6693f61","affectsGlobalScope":true},"374ca798f244e464346f14301dc2a8b4b111af1a83b49fffef5906c338a1f922","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","e596c9bb2f29a2699fdd4ae89139612652245192f67f45617c5a4b20832aaae9","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","1cdcfc1f624d6c08aa12c73935f6e13f095919cd99edf95752951796eb225729","216717f17c095cde1dc19375e1ab3af0a4a485355860c077a4f9d6ea59fab5b5","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"816ad2e607a96de5bcac7d437f843f5afd8957f1fa5eefa6bba8e4ed7ca8fd84","affectsGlobalScope":true},"80473bd0dd90ca1e166514c2dfead9d5803f9c51418864ca35abbeec6e6847e1","1c84b46267610a34028edfd0d035509341751262bac1062857f3c8df7aff7153","e6c86d83bd526c8bdb5d0bf935b8e72ce983763d600743f74d812fdf4abf4df6","a3d541d303ee505053f5dcbf9fafb65cac3d5631037501cd616195863a6c5740","8d3c583a07e0c37e876908c2d5da575019f689df8d9fa4c081d99119d53dba22","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e630e5528e899219ae319e83bef54bf3bcb91b01d76861ecf881e8e614b167f0","affectsGlobalScope":true},"bcebb922784739bdb34c18ee51095d25a92b560c78ccd2eaacd6bd00f7443d83","7ee6ed878c4528215c82b664fe0cfe80e8b4da6c0d4cc80869367868774db8b1","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true},{"version":"0715e4cd28ad471b2a93f3e552ff51a3ae423417a01a10aa1d3bc7c6b95059d6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","7d55d78cd47cf5280643b53434b16c2d9d11d144126932759fbdd51da525eec4","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","f69ff39996a61a0dd10f4bce73272b52e8024a4d58b13ab32bf4712909d0a2b7",{"version":"3c4ba1dd9b12ffa284b565063108f2f031d150ea15b8fafbdc17f5d2a07251f3","affectsGlobalScope":true},"e10177274a35a9d07c825615340b2fcde2f610f53f3fb40269fd196b4288dda6","c4577fb855ca259bdbf3ea663ca73988ce5f84251a92b4aef80a1f4122b6f98e","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"f0900cd5d00fe1263ff41201fb8073dbeb984397e4af3b8002a5c207a30bdc33","affectsGlobalScope":true},{"version":"ff07a9a03c65732ccc59b3c65bc584173da093bd563a6565411c01f5703bd3cb","affectsGlobalScope":true},"6de4a219df57d2b27274d59b67708f13c2cbf7ed211abe57d8f9ab8b25cde776","0fe8985a28f82c450a04a6edf1279d7181c0893f37da7d2a27f8efd4fd5edb03","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"da26af7362f53d122283bc69fed862b9a9fe27e01bc6a69d1d682e0e5a4df3e6","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"d8d555f3d607ecaa18d55de6995ea8f206342ecc93305919eac945c7c78c78c6","ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea",{"version":"bf1b2e7c6fc81ec0118c8264c4d004458e60ed8af4c16b3267885a932e2a6c11","affectsGlobalScope":true},"bcb6ea18f23dae2c48459d7b86d3adccd6898f824fcbf9da08b935f559896580","1363ba7d52f2353d0c4306d0ecdaf171bf4509c0148842f9fd8d3986c098a2eb","4ac282004b0038c107795523475e549e6b357a347831cc635eb08360d63c1468","858d0d831826c6eb563df02f7db71c90e26deadd0938652096bea3cc14899700","8885cf05f3e2abf117590bbb951dcf6359e3e5ac462af1c901cfd24c6a6472e2","18c04c22baee54d13b505fa6e8bcd4223f8ba32beee80ec70e6cac972d1cc9a6","5e92a2e8ba5cbcdfd9e51428f94f7bd0ab6e45c9805b1c9552b64abaffad3ce3","53ca39fe70232633759dd3006fc5f467ecda540252c0c819ab53e9f6ad97b226","e7174a839d4732630d904a8b488f22380e5bcf1d6405d1f59614e10795eca17d","7ec359bbc29b69d4063fe7dad0baaf35f1856f914db16b3f4f6e3e1bca4099fa","b9261ac3e9944d3d72c5ee4cf888ad35d9743a5563405c6963c4e43ee3708ca4","c84fd54e8400def0d1ef1569cafd02e9f39a622df9fa69b57ccc82128856b916","c7a38c1ef8d6ae4bf252be67bd9a8b012b2cdea65bd6225a3d1a726c4f0d52b6","e773630f8772a06e82d97046fc92da59ada8414c61689894fff0155dd08f102c","74f2815d9e1b8530120dcad409ed5f706df8513c4d93e99fc6213997aa4dd60e","9d1f36ccd354f2e286b909bf01d626a3a28dd6590770303a18afa7796fe50db9","c4bc6a572f9d763ac7fa0d839be3de80273a67660e2002e3225e00ef716b4f37","106e607866d6c3e9a497a696ac949c3e2ec46b6e7dda35aabe76100bf740833b","8a6c755dc994d16c4e072bba010830fa2500d98ff322c442c7c91488d160a10d","d4514d11e7d11c53da7d43b948654d6e608a3d93d666a36f8d01e18ece04c9bd","3d65182eff7bbb16de1a69e17651c51083f740af11a1a92359be6dab939e8bcf","670ddaf1f1b881abaa1cc28236430d86b691affbeaefd66b3ee1db31fdfb8dba","21092de52736dc30f478fe5f1e88ad1b545ce4b276062999302aa65b30a6787a","8f07f2b6514744ac96e51d7cb8518c0f4de319471237ea10cf688b8d0e9d0225","304df321f3b710c2a0951f2c9cddfe34986e4aeb6994fa4f9d21efd06835abec","9018c899e6b0aed04967fd1c6c94851c29ece70813f997aaca5080c5c454b657","9e521a5810fa3b8ed7a6defced569467c34a53fd7324744fd628634787cd5cc2","90a3ca180ca4b3da867dc23270681a5736ed901c8fcc01e66dffb5c3e0ea359d","8865290d4db418ba410bea98dfc3e4236b9e95a4ca935206a52b5ed3761c42fe","9675934b30a3ba0582a480228b0770bc8b6e0612db80d930f829c1349a9cbf13","39e06d91b9e94552333e97bdb9c6b482c7e0f3f93e6170f5ec2c4bc7ea0aa3d7","e76f6db59e984caa4bc719bee399bd396708f2be4ee21c26ddeec753ab79c981","e5cea779450fc05fc3381a7ea717a57c960b46759d429557a7aff7648d4f87e2","2ac80842d9cafe9e128a13bd4a26813cc5902ececc48de01367f38b52798bf8f","18b1d10d73315c68e4a35eb2b70a662fa89f8c3a1287180f69415e80f9d4feb9","72f1c4c1b9fb45abab255f752dd46cbd01c9126888e2a0cf2db27bc89b6987cb","a6f092c0691a157888c4bfd6cda42352b1cb774d38e7154e4c8051dee5b5ab49",{"version":"8d698cc2d351f72af04c711a8725ff9d0ff430896ee9dce8f0b0db3039996d68","signature":"ef3826e3c4ff09c8dbdf6d980a8154256315b6d55acf2a00e635b501c81cd7c8"},"d5bfb6a9f9d81a07102788e3eb6d6ef5b6e74eeb6b53fa424e1d03713fdc3d70","21522c0f405e58c8dd89cd97eb3d1aa9865ba017fde102d01f86ab50b44e5610","ac65f04c2df0218cb8e54f012745cbfcc3c0e67c1f6b1e557d88842bbb72e2db","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb",{"version":"b9734142a4b241cfb505be4a2eb0261d211647df7c73043f817f4fdd8d96c846","affectsGlobalScope":true},{"version":"f4c0db3a49cea9babd5d224ba14243a6a6119bf65a65198994033aaea3a60a71","affectsGlobalScope":true},{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true},"bee89e1eb6425eb49894f3f25e4562dc2564e84e5aa7610b7e13d8ecddf8f5db","f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","dea2650c477f53d503a27f78ed17b13d7184c2f922eb4d3367ccf52634765467","e050a0afcdbb269720a900c85076d18e0c1ab73e580202a2bf6964978181222a","963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","9c5c92b7fb8c38ff1b46df69701f2d1ea8e2d6468e3cd8f73d8af5e6f7864576","bf88ef4208a770ca39a844b182b3695df536326ea566893fdc5b8418702a331e","cddf5c26907c0b8378bc05543161c11637b830da9fadf59e02a11e675d11e180","3d2cd8f3047fff04a71e7037a6a4cb9f4accb28dbd8c0d83164d414811025af0","70b34c8420d6226ed565d55f47fe04912d0ca0ad128825c5a06e018a3498db32","de1d6e224048139baf7494237a9231be6bab9e990fb239c7825bfd38b06d8c90","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","c8a34d0c858532a9fab7f0b65f3cff6507df055a0cd8b965c4fd5667b5a0cf7d","3663d1b50f356656a314e5df169bb51cb9d5fd75905fa703f75db6bb32030568","2e588ef3417282f95b0c54b657dba1fa6d05abfaddc5093c3988fc0415abbfbe","510616459e6edd01acbce333fb256e06bdffdad43ca233a9090164bf8bb83912","2c70fc3e0c2a7f64018e295f630a9ed3d343cba94b508de654ddb8ef5e8fdf2a","5774751340e987a6a9e4a5dcc03ff68a6515adc2b91423e1af2f660fc8f30e81","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","df38da6685578ac3d0e4ce2d20f3d59462ee53959b8263d2532ec9cec48ae098","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","c555dd691dd05955e99cd93dd99c685a65e5287813ccb5e6bfde951183248e26","c0a3ea3aee13c4946a6aefce3a6ab9292a40a29f6622cde0fda0b1067a1a1f5f","6a386ff939f180ae8ef064699d8b7b6e62bc2731a62d7fbf5e02589383838dea","ba601641fac98c229ccd4a303f747de376d761babb33229bb7153bed9356c9cc",{"version":"49a253ec027e56c55c7450a0c331cfe96212b3d1cc215b1710ba94a083404cf3","affectsGlobalScope":true},"4c68749a564a6facdf675416d75789ee5a557afda8960e0803cf6711fa569288","f5a8b384f182b3851cec3596ccc96cb7464f8d3469f48c74bf2befb782a19de5",{"version":"278fe30e638dad09488d130287c728f99f61cb315ed86b70c36040e4311f9cf5","affectsGlobalScope":true},"d035565d969404edfb3dfce8a2e762fbed98f6dfd7388ac01af173aa1ef665bd","7ccce4adb23a87a044c257685613126b47160f6975b224cea5f6af36c7f37514","2b93035328f7778d200252681c1d86285d501ed424825a18f81e4c3028aa51d9","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","77c1d91a129ba60b8c405f9f539e42df834afb174fe0785f89d92a2c7c16b77a","7a9e0a564fee396cacf706523b5aeed96e04c6b871a8bebefad78499fbffc5bc","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","71405cc70f183d029cc5018375f6c35117ffdaf11846c35ebf85ee3956b1b2a6","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3","38e2b02897c6357bbcff729ef84c736727b45cc152abe95a7567caccdfad2a1d","d6610ea7e0b1a7686dba062a1e5544dd7d34140f4545305b7c6afaebfb348341","3dee35db743bdba2c8d19aece7ac049bde6fa587e195d86547c882784e6ba34c","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","843dd7b6a7c6269fd43827303f5cbe65c1fecabc30b4670a50d5a15d57daeeb9","f06d8b8567ee9fd799bf7f806efe93b67683ef24f4dea5b23ef12edff4434d9d","6017384f697ff38bc3ef6a546df5b230c3c31329db84cbfe686c83bec011e2b2","e1a5b30d9248549ca0c0bb1d653bafae20c64c4aa5928cc4cd3017b55c2177b0","a593632d5878f17295bd53e1c77f27bf4c15212822f764a2bfc1702f4b413fa0","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","da7545aba8f54a50fde23e2ede00158dc8112560d934cee58098dfb03aae9b9d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","6aee496bf0ecfbf6731aa8cca32f4b6e92cdc0a444911a7d88410408a45ecc5d","67fc055eb86a0632e2e072838f889ffe1754083cb13c8c80a06a7d895d877aae","3833c70307dc3d2b46cb6f2a8b6a90e4d7e7367a21ab18c481d7de0909a43e67","2887592574fcdfd087647c539dcb0fbe5af2521270dad4a37f9d17c16190d579","9dcd1a6ae84def6ce3e80b27a367912e5b8e9f15c039143820ab76f7ceb8f3ab","eac647a94fb1f09789e12dfecb52dcd678d05159a4796b4e415aa15892f3b103","b90c59ac4682368a01c83881b814738eb151de8a58f52eb7edadea2bcffb11b9","8560a87b2e9f8e2c3808c8f6172c9b7eb6c9b08cb9f937db71c285ecf292c81d","ffe3931ff864f28d80ae2f33bd11123ad3d7bad9896b910a1e61504cc093e1f5","083c1bd82f8dc3a1ed6fc9e8eaddf141f7c05df418eca386598821e045253af9","274ebe605bd7f71ce161f9f5328febc7d547a2929f803f04b44ec4a7d8729517","6ca0207e70d985a24396583f55836b10dc181063ab6069733561bfde404d1bad","5908142efeaab38ffdf43927ee0af681ae77e0d7672b956dfb8b6c705dbfe106","f772b188b943549b5c5eb803133314b8aa7689eced80eed0b70e2f30ca07ab9c","0026b816ef05cfbf290e8585820eef0f13250438669107dfc44482bac007b14f","05d64cc1118031b29786632a9a0f6d7cf1dcacb303f27023a466cf3cdc860538","e0fff9119e1a5d2fdd46345734126cd6cb99c2d98a9debf0257047fe3937cc3f","d84398556ba4595ee6be554671da142cfe964cbdebb2f0c517a10f76f2b016c0","e275297155ec3251200abbb334c7f5641fecc68b2a9573e40eed50dff7584762","1fc49547f60101e7fac0d9113a52c29178be082d46d7525009aebafdbb170a69",{"version":"401845ce10d4d9848a8e39f5004446eef7c3db2de5e9341b8a17c9b00aefcc0a","affectsGlobalScope":true},"70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","9cdb157e06005f2614aa42ddd4d6b46a3623145349bbac5dd1ee221fb71dcc25","65dfa4bc49ccd1355789abb6ae215b302a5b050fdee9651124fe7e826f33113c","942f54ddd7bc7cf3ba8aad472947434dc9c29707efbd0d38c4e480c3cf1a8057"],"options":{"composite":true,"declaration":true,"downlevelIteration":true,"esModuleInterop":true,"module":1,"newLine":1,"noFallthroughCasesInSwitch":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","rootDir":"../../src/vite-plugin","skipLibCheck":true,"sourceMap":true,"strict":true,"target":6},"fileIdsList":[[89],[89,130],[89,124],[89,139],[89,141],[89,144,146],[89,143,144,145],[59,60,89,96,148],[60,89,96],[89,151],[89,155],[89,156],[89,158,160,161,162,163,164,165,166,167,168,169,170],[89,158,159,161,162,163,164,165,166,167,168,169,170],[89,159,160,161,162,163,164,165,166,167,168,169,170],[89,158,159,160,162,163,164,165,166,167,168,169,170],[89,158,159,160,161,163,164,165,166,167,168,169,170],[89,158,159,160,161,162,164,165,166,167,168,169,170],[89,158,159,160,161,162,163,165,166,167,168,169,170],[89,158,159,160,161,162,163,164,166,167,168,169,170],[89,158,159,160,161,162,163,164,165,167,168,169,170],[89,158,159,160,161,162,163,164,165,166,168,169,170],[89,158,159,160,161,162,163,164,165,166,167,169,170],[89,158,159,160,161,162,163,164,165,166,167,168,170],[89,158,159,160,161,162,163,164,165,166,167,168,169],[62,85,88,89,173,174,175],[62,88,89,96,171,172],[43,89],[46,89],[47,52,80,89],[48,59,60,67,77,88,89],[48,49,59,67,89],[50,89],[51,52,60,68,89],[52,77,85,89],[53,55,59,67,89],[54,89],[55,56,89],[59,89],[57,59,89],[59,60,61,77,88,89],[59,60,61,74,77,80,89],[89,93],[55,62,67,77,88,89],[59,60,62,63,67,77,85,88,89],[62,64,77,85,88,89],[43,44,45,46,47,48,49,50,51,52,53,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,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95],[59,65,89],[66,88,89],[55,59,67,77,89],[68,89],[69,89],[46,70,89],[71,87,89,93],[72,89],[73,89],[59,74,75,89],[74,76,89,91],[47,59,77,78,79,80,89],[47,77,79,89],[77,78,89],[80,89],[81,89],[59,83,84,89],[83,84,89],[52,67,77,85,89],[86,89],[67,87,89],[47,62,73,88,89],[52,89],[77,89,90],[89,91],[89,92],[47,52,59,61,70,77,88,89,91,93],[77,89,94],[89,189],[89,184,186,187,188],[89,192,231],[89,192,216,231],[89,231],[89,192],[89,192,217,231],[89,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230],[89,217,231],[52,77,89,96],[89,234],[89,96,238,239,240,241,242,243,244,245,246,247,248],[89,237,238,247],[89,238,247],[89,232,237,238,247],[89,238],[52,89,237,247],[89,237,238,239,240,241,242,243,244,245,246,248],[52,89,96,233,234,235,236,249],[89,252],[59,77,89,96],[47,89,96],[62,77,89,96],[89,97],[89,102],[89,132,133],[89,134],[59,60,62,63,64,67,77,85,88,89,94,96,98,99,100,101,120,121,122],[89,117],[89,115,117],[89,106,114,115,116,118],[89,104],[89,107,112,117,120],[89,103,120],[89,107,108,111,112,113,120],[89,107,108,109,111,112,120],[89,104,105,106,107,108,112,113,114,116,117,118,120],[89,102,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119],[89,102,120],[89,107,109,110,112,113,120],[89,111,120],[89,112,113,117,120],[89,105,115],[89,99],[89,98],[89,136],[60,69,89,123,124,125,126,127,128,129,131,135]],"referencedMap":[[124,1],[131,2],[126,1],[125,1],[130,3],[127,1],[129,1],[139,1],[138,1],[140,4],[142,5],[141,1],[147,6],[143,1],[146,7],[144,1],[149,8],[150,9],[152,10],[153,1],[154,1],[155,1],[156,11],[157,12],[145,1],[159,13],[160,14],[158,15],[161,16],[162,17],[163,18],[164,19],[165,20],[166,21],[167,22],[168,23],[169,24],[170,25],[176,26],[177,10],[148,1],[178,1],[172,1],[173,27],[43,28],[44,28],[46,29],[47,30],[48,31],[49,32],[50,33],[51,34],[52,35],[53,36],[54,37],[55,38],[56,38],[58,39],[57,40],[59,39],[60,41],[61,42],[45,43],[95,1],[62,44],[63,45],[64,46],[96,47],[65,48],[66,49],[67,50],[68,51],[69,52],[70,53],[71,54],[72,55],[73,56],[74,57],[75,57],[76,58],[77,59],[79,60],[78,61],[80,62],[81,63],[82,1],[83,64],[84,65],[85,66],[86,67],[87,68],[88,69],[89,70],[90,71],[91,72],[92,73],[93,74],[94,75],[179,1],[180,39],[181,1],[182,1],[183,1],[184,1],[185,1],[190,76],[186,1],[189,77],[175,1],[191,1],[188,1],[216,78],[217,79],[192,80],[195,80],[214,78],[215,78],[205,78],[204,81],[202,78],[197,78],[210,78],[208,78],[212,78],[196,78],[209,78],[213,78],[198,78],[199,78],[211,78],[193,78],[200,78],[201,78],[203,78],[207,78],[218,82],[206,78],[194,78],[231,83],[230,1],[225,82],[227,84],[226,82],[219,82],[220,82],[222,82],[224,82],[228,84],[229,84],[221,84],[223,84],[232,1],[174,85],[233,1],[235,86],[151,1],[251,1],[249,87],[248,88],[239,89],[240,90],[241,90],[242,89],[243,89],[244,89],[245,91],[238,92],[246,88],[247,93],[237,1],[250,94],[252,1],[253,95],[254,96],[255,97],[236,1],[187,1],[101,1],[171,98],[98,99],[97,1],[102,100],[234,1],[134,101],[135,102],[128,1],[133,1],[132,1],[8,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[4,1],[22,1],[19,1],[20,1],[21,1],[23,1],[24,1],[25,1],[5,1],[26,1],[27,1],[28,1],[29,1],[6,1],[33,1],[30,1],[31,1],[32,1],[34,1],[7,1],[35,1],[40,1],[41,1],[36,1],[37,1],[38,1],[39,1],[1,1],[42,1],[123,103],[118,104],[116,105],[117,106],[105,107],[106,105],[113,108],[104,109],[109,110],[119,1],[110,111],[115,112],[120,113],[103,114],[111,115],[112,116],[107,117],[114,104],[108,118],[100,119],[99,1],[121,1],[122,120],[137,121],[136,122]],"exportedModulesMap":[[124,1],[131,2],[126,1],[125,1],[130,3],[127,1],[129,1],[139,1],[138,1],[140,4],[142,5],[141,1],[147,6],[143,1],[146,7],[144,1],[149,8],[150,9],[152,10],[153,1],[154,1],[155,1],[156,11],[157,12],[145,1],[159,13],[160,14],[158,15],[161,16],[162,17],[163,18],[164,19],[165,20],[166,21],[167,22],[168,23],[169,24],[170,25],[176,26],[177,10],[148,1],[178,1],[172,1],[173,27],[43,28],[44,28],[46,29],[47,30],[48,31],[49,32],[50,33],[51,34],[52,35],[53,36],[54,37],[55,38],[56,38],[58,39],[57,40],[59,39],[60,41],[61,42],[45,43],[95,1],[62,44],[63,45],[64,46],[96,47],[65,48],[66,49],[67,50],[68,51],[69,52],[70,53],[71,54],[72,55],[73,56],[74,57],[75,57],[76,58],[77,59],[79,60],[78,61],[80,62],[81,63],[82,1],[83,64],[84,65],[85,66],[86,67],[87,68],[88,69],[89,70],[90,71],[91,72],[92,73],[93,74],[94,75],[179,1],[180,39],[181,1],[182,1],[183,1],[184,1],[185,1],[190,76],[186,1],[189,77],[175,1],[191,1],[188,1],[216,78],[217,79],[192,80],[195,80],[214,78],[215,78],[205,78],[204,81],[202,78],[197,78],[210,78],[208,78],[212,78],[196,78],[209,78],[213,78],[198,78],[199,78],[211,78],[193,78],[200,78],[201,78],[203,78],[207,78],[218,82],[206,78],[194,78],[231,83],[230,1],[225,82],[227,84],[226,82],[219,82],[220,82],[222,82],[224,82],[228,84],[229,84],[221,84],[223,84],[232,1],[174,85],[233,1],[235,86],[151,1],[251,1],[249,87],[248,88],[239,89],[240,90],[241,90],[242,89],[243,89],[244,89],[245,91],[238,92],[246,88],[247,93],[237,1],[250,94],[252,1],[253,95],[254,96],[255,97],[236,1],[187,1],[101,1],[171,98],[98,99],[97,1],[102,100],[234,1],[134,101],[135,102],[128,1],[133,1],[132,1],[8,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[4,1],[22,1],[19,1],[20,1],[21,1],[23,1],[24,1],[25,1],[5,1],[26,1],[27,1],[28,1],[29,1],[6,1],[33,1],[30,1],[31,1],[32,1],[34,1],[7,1],[35,1],[40,1],[41,1],[36,1],[37,1],[38,1],[39,1],[1,1],[42,1],[123,103],[118,104],[116,105],[117,106],[105,107],[106,105],[113,108],[104,109],[109,110],[119,1],[110,111],[115,112],[120,113],[103,114],[111,115],[112,116],[107,117],[114,104],[108,118],[100,119],[99,1],[121,1],[122,120],[137,121]],"semanticDiagnosticsPerFile":[124,131,126,125,130,127,129,139,138,140,142,141,147,143,146,144,149,150,152,153,154,155,156,157,145,159,160,158,161,162,163,164,165,166,167,168,169,170,176,177,148,178,172,173,43,44,46,47,48,49,50,51,52,53,54,55,56,58,57,59,60,61,45,95,62,63,64,96,65,66,67,68,69,70,71,72,73,74,75,76,77,79,78,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,179,180,181,182,183,184,185,190,186,189,175,191,188,216,217,192,195,214,215,205,204,202,197,210,208,212,196,209,213,198,199,211,193,200,201,203,207,218,206,194,231,230,225,227,226,219,220,222,224,228,229,221,223,232,174,233,235,151,251,249,248,239,240,241,242,243,244,245,238,246,247,237,250,252,253,254,255,236,187,101,171,98,97,102,234,134,135,128,133,132,8,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,33,30,31,32,34,7,35,40,41,36,37,38,39,1,42,123,118,116,117,105,106,113,104,109,119,110,115,120,103,111,112,107,114,108,100,99,121,122,137,136],"latestChangedDtsFile":"./index.d.ts"},"version":"4.9.5"}
|
1
|
+
{"program":{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/dom-events.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/readline/promises.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/test.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/globals.global.d.ts","../../node_modules/@types/node/index.d.ts","../../node_modules/rollup/node_modules/@types/estree/index.d.ts","../../node_modules/rollup/dist/rollup.d.ts","../../node_modules/vite/types/hmrPayload.d.ts","../../node_modules/vite/types/customEvent.d.ts","../../node_modules/esbuild/lib/main.d.ts","../../node_modules/source-map-js/source-map.d.ts","../../node_modules/vite/node_modules/postcss/lib/previous-map.d.ts","../../node_modules/vite/node_modules/postcss/lib/input.d.ts","../../node_modules/vite/node_modules/postcss/lib/css-syntax-error.d.ts","../../node_modules/vite/node_modules/postcss/lib/declaration.d.ts","../../node_modules/vite/node_modules/postcss/lib/root.d.ts","../../node_modules/vite/node_modules/postcss/lib/warning.d.ts","../../node_modules/vite/node_modules/postcss/lib/lazy-result.d.ts","../../node_modules/vite/node_modules/postcss/lib/no-work-result.d.ts","../../node_modules/vite/node_modules/postcss/lib/processor.d.ts","../../node_modules/vite/node_modules/postcss/lib/result.d.ts","../../node_modules/vite/node_modules/postcss/lib/document.d.ts","../../node_modules/vite/node_modules/postcss/lib/rule.d.ts","../../node_modules/vite/node_modules/postcss/lib/node.d.ts","../../node_modules/vite/node_modules/postcss/lib/comment.d.ts","../../node_modules/vite/node_modules/postcss/lib/container.d.ts","../../node_modules/vite/node_modules/postcss/lib/at-rule.d.ts","../../node_modules/vite/node_modules/postcss/lib/list.d.ts","../../node_modules/vite/node_modules/postcss/lib/postcss.d.ts","../../node_modules/vite/types/importGlob.d.ts","../../node_modules/vite/types/metadata.d.ts","../../node_modules/vite/dist/node/index.d.ts","../bin/constants.d.ts","../../node_modules/zod/lib/helpers/typeAliases.d.ts","../../node_modules/zod/lib/helpers/util.d.ts","../../node_modules/zod/lib/ZodError.d.ts","../../node_modules/zod/lib/locales/en.d.ts","../../node_modules/zod/lib/errors.d.ts","../../node_modules/zod/lib/helpers/parseUtil.d.ts","../../node_modules/zod/lib/helpers/enumUtil.d.ts","../../node_modules/zod/lib/helpers/errorUtil.d.ts","../../node_modules/zod/lib/helpers/partialUtil.d.ts","../../node_modules/zod/lib/types.d.ts","../../node_modules/zod/lib/external.d.ts","../../node_modules/zod/lib/index.d.ts","../../node_modules/zod/index.d.ts","../bin/keycloakify/buildOptions/UserProvidedBuildOptions.d.ts","../bin/keycloakify/buildOptions/resolvedViteConfig.d.ts","../bin/keycloakify/buildOptions/getCacheDirPath.d.ts","../bin/tools/String.prototype.replaceAll.d.ts","../../node_modules/tsafe/id.d.ts","../bin/tools/fs.rm.d.ts","../bin/keycloakify/generateTheme/downloadKeycloakStaticResources.d.ts","../bin/copy-keycloak-resources-to-public.d.ts","../../node_modules/tsafe/tools/Unite.d.ts","../../node_modules/tsafe/tools/StrictEquals.d.ts","../../node_modules/tsafe/Equals.d.ts","../../node_modules/tsafe/assert.d.ts","../bin/keycloakify/buildOptions/buildOptions.d.ts","../bin/keycloakify/buildOptions/index.d.ts","../../src/vite-plugin/vite-plugin.ts","../../src/vite-plugin/index.ts","../../node_modules/@types/aria-query/index.d.ts","../../node_modules/@babel/types/lib/index.d.ts","../../node_modules/@types/babel__generator/index.d.ts","../../node_modules/@types/chai/index.d.ts","../../node_modules/@types/chai-subset/index.d.ts","../../node_modules/@types/eslint/helpers.d.ts","../../node_modules/@types/estree/index.d.ts","../../node_modules/@types/json-schema/index.d.ts","../../node_modules/@types/eslint/index.d.ts","../../node_modules/@types/eslint-scope/index.d.ts","../../node_modules/@types/minimatch/index.d.ts","../../node_modules/@types/glob/index.d.ts","../../node_modules/@types/graceful-fs/index.d.ts","../../node_modules/@types/unist/index.d.ts","../../node_modules/@types/hast/index.d.ts","../../node_modules/@types/html-minifier-terser/index.d.ts","../../node_modules/@types/is-function/index.d.ts","../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../node_modules/@types/istanbul-lib-report/index.d.ts","../../node_modules/@types/istanbul-reports/index.d.ts","../../node_modules/@types/lodash/common/common.d.ts","../../node_modules/@types/lodash/common/array.d.ts","../../node_modules/@types/lodash/common/collection.d.ts","../../node_modules/@types/lodash/common/date.d.ts","../../node_modules/@types/lodash/common/function.d.ts","../../node_modules/@types/lodash/common/lang.d.ts","../../node_modules/@types/lodash/common/math.d.ts","../../node_modules/@types/lodash/common/number.d.ts","../../node_modules/@types/lodash/common/object.d.ts","../../node_modules/@types/lodash/common/seq.d.ts","../../node_modules/@types/lodash/common/string.d.ts","../../node_modules/@types/lodash/common/util.d.ts","../../node_modules/@types/lodash/index.d.ts","../../node_modules/form-data/index.d.ts","../../node_modules/@types/node-fetch/externals.d.ts","../../node_modules/@types/node-fetch/index.d.ts","../../node_modules/@types/ssri/index.d.ts","../../node_modules/@types/retry/index.d.ts","../../node_modules/@types/make-fetch-happen/index.d.ts","../../node_modules/@types/mdast/index.d.ts","../../node_modules/@types/minimist/index.d.ts","../../node_modules/@types/normalize-package-data/index.d.ts","../../node_modules/@types/npmlog/index.d.ts","../../node_modules/@types/parse-json/index.d.ts","../../node_modules/@types/parse5/index.d.ts","../../node_modules/@types/pretty-hrtime/index.d.ts","../../node_modules/@types/prop-types/index.d.ts","../../node_modules/@types/qs/index.d.ts","../../node_modules/@types/react/ts5.0/global.d.ts","../../node_modules/csstype/index.d.ts","../../node_modules/@types/scheduler/tracing.d.ts","../../node_modules/@types/react/ts5.0/index.d.ts","../../node_modules/@types/react-dom/index.d.ts","../../node_modules/@types/scheduler/index.d.ts","../../node_modules/@types/semver/classes/semver.d.ts","../../node_modules/@types/semver/functions/parse.d.ts","../../node_modules/@types/semver/functions/valid.d.ts","../../node_modules/@types/semver/functions/clean.d.ts","../../node_modules/@types/semver/functions/inc.d.ts","../../node_modules/@types/semver/functions/diff.d.ts","../../node_modules/@types/semver/functions/major.d.ts","../../node_modules/@types/semver/functions/minor.d.ts","../../node_modules/@types/semver/functions/patch.d.ts","../../node_modules/@types/semver/functions/prerelease.d.ts","../../node_modules/@types/semver/functions/compare.d.ts","../../node_modules/@types/semver/functions/rcompare.d.ts","../../node_modules/@types/semver/functions/compare-loose.d.ts","../../node_modules/@types/semver/functions/compare-build.d.ts","../../node_modules/@types/semver/functions/sort.d.ts","../../node_modules/@types/semver/functions/rsort.d.ts","../../node_modules/@types/semver/functions/gt.d.ts","../../node_modules/@types/semver/functions/lt.d.ts","../../node_modules/@types/semver/functions/eq.d.ts","../../node_modules/@types/semver/functions/neq.d.ts","../../node_modules/@types/semver/functions/gte.d.ts","../../node_modules/@types/semver/functions/lte.d.ts","../../node_modules/@types/semver/functions/cmp.d.ts","../../node_modules/@types/semver/functions/coerce.d.ts","../../node_modules/@types/semver/classes/comparator.d.ts","../../node_modules/@types/semver/classes/range.d.ts","../../node_modules/@types/semver/functions/satisfies.d.ts","../../node_modules/@types/semver/ranges/max-satisfying.d.ts","../../node_modules/@types/semver/ranges/min-satisfying.d.ts","../../node_modules/@types/semver/ranges/to-comparators.d.ts","../../node_modules/@types/semver/ranges/min-version.d.ts","../../node_modules/@types/semver/ranges/valid.d.ts","../../node_modules/@types/semver/ranges/outside.d.ts","../../node_modules/@types/semver/ranges/gtr.d.ts","../../node_modules/@types/semver/ranges/ltr.d.ts","../../node_modules/@types/semver/ranges/intersects.d.ts","../../node_modules/@types/semver/ranges/simplify.d.ts","../../node_modules/@types/semver/ranges/subset.d.ts","../../node_modules/@types/semver/internals/identifiers.d.ts","../../node_modules/@types/semver/index.d.ts","../../node_modules/@types/source-list-map/index.d.ts","../../node_modules/@types/tapable/index.d.ts","../../node_modules/source-map/source-map.d.ts","../../node_modules/@types/uglify-js/index.d.ts","../../node_modules/anymatch/index.d.ts","../../node_modules/@types/webpack-sources/node_modules/source-map/source-map.d.ts","../../node_modules/@types/webpack-sources/lib/Source.d.ts","../../node_modules/@types/webpack-sources/lib/CompatSource.d.ts","../../node_modules/@types/webpack-sources/lib/ConcatSource.d.ts","../../node_modules/@types/webpack-sources/lib/OriginalSource.d.ts","../../node_modules/@types/webpack-sources/lib/PrefixSource.d.ts","../../node_modules/@types/webpack-sources/lib/RawSource.d.ts","../../node_modules/@types/webpack-sources/lib/ReplaceSource.d.ts","../../node_modules/@types/webpack-sources/lib/SizeOnlySource.d.ts","../../node_modules/@types/webpack-sources/lib/SourceMapSource.d.ts","../../node_modules/@types/webpack-sources/lib/index.d.ts","../../node_modules/@types/webpack-sources/lib/CachedSource.d.ts","../../node_modules/@types/webpack-sources/index.d.ts","../../node_modules/@types/webpack/index.d.ts","../../node_modules/@types/webpack-env/index.d.ts","../../node_modules/@types/yargs-parser/index.d.ts","../../node_modules/@types/yargs/index.d.ts","../../node_modules/@types/yauzl/index.d.ts","../../node_modules/@types/yazl/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"57b6cb95756d1fe3bfeb20205de27b0c5406e4a86e130c6dfa6bd92af641e09d","affectsGlobalScope":true},"11e2d554398d2bd460e7d06b2fa5827a297c8acfbe00b4f894a224ac0862857f",{"version":"e193e634a99c9c1d71f1c6e4e1567a4a73584328d21ea02dd5cddbaad6693f61","affectsGlobalScope":true},"374ca798f244e464346f14301dc2a8b4b111af1a83b49fffef5906c338a1f922","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","e596c9bb2f29a2699fdd4ae89139612652245192f67f45617c5a4b20832aaae9","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","1cdcfc1f624d6c08aa12c73935f6e13f095919cd99edf95752951796eb225729","216717f17c095cde1dc19375e1ab3af0a4a485355860c077a4f9d6ea59fab5b5","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"816ad2e607a96de5bcac7d437f843f5afd8957f1fa5eefa6bba8e4ed7ca8fd84","affectsGlobalScope":true},"80473bd0dd90ca1e166514c2dfead9d5803f9c51418864ca35abbeec6e6847e1","1c84b46267610a34028edfd0d035509341751262bac1062857f3c8df7aff7153","e6c86d83bd526c8bdb5d0bf935b8e72ce983763d600743f74d812fdf4abf4df6","a3d541d303ee505053f5dcbf9fafb65cac3d5631037501cd616195863a6c5740","8d3c583a07e0c37e876908c2d5da575019f689df8d9fa4c081d99119d53dba22","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e630e5528e899219ae319e83bef54bf3bcb91b01d76861ecf881e8e614b167f0","affectsGlobalScope":true},"bcebb922784739bdb34c18ee51095d25a92b560c78ccd2eaacd6bd00f7443d83","7ee6ed878c4528215c82b664fe0cfe80e8b4da6c0d4cc80869367868774db8b1","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true},{"version":"0715e4cd28ad471b2a93f3e552ff51a3ae423417a01a10aa1d3bc7c6b95059d6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","7d55d78cd47cf5280643b53434b16c2d9d11d144126932759fbdd51da525eec4","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","f69ff39996a61a0dd10f4bce73272b52e8024a4d58b13ab32bf4712909d0a2b7",{"version":"3c4ba1dd9b12ffa284b565063108f2f031d150ea15b8fafbdc17f5d2a07251f3","affectsGlobalScope":true},"e10177274a35a9d07c825615340b2fcde2f610f53f3fb40269fd196b4288dda6","c4577fb855ca259bdbf3ea663ca73988ce5f84251a92b4aef80a1f4122b6f98e","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"f0900cd5d00fe1263ff41201fb8073dbeb984397e4af3b8002a5c207a30bdc33","affectsGlobalScope":true},{"version":"ff07a9a03c65732ccc59b3c65bc584173da093bd563a6565411c01f5703bd3cb","affectsGlobalScope":true},"6de4a219df57d2b27274d59b67708f13c2cbf7ed211abe57d8f9ab8b25cde776","0fe8985a28f82c450a04a6edf1279d7181c0893f37da7d2a27f8efd4fd5edb03","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"da26af7362f53d122283bc69fed862b9a9fe27e01bc6a69d1d682e0e5a4df3e6","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"d8d555f3d607ecaa18d55de6995ea8f206342ecc93305919eac945c7c78c78c6","ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea",{"version":"bf1b2e7c6fc81ec0118c8264c4d004458e60ed8af4c16b3267885a932e2a6c11","affectsGlobalScope":true},"bcb6ea18f23dae2c48459d7b86d3adccd6898f824fcbf9da08b935f559896580","1363ba7d52f2353d0c4306d0ecdaf171bf4509c0148842f9fd8d3986c098a2eb","4ac282004b0038c107795523475e549e6b357a347831cc635eb08360d63c1468","858d0d831826c6eb563df02f7db71c90e26deadd0938652096bea3cc14899700","8885cf05f3e2abf117590bbb951dcf6359e3e5ac462af1c901cfd24c6a6472e2","18c04c22baee54d13b505fa6e8bcd4223f8ba32beee80ec70e6cac972d1cc9a6","5e92a2e8ba5cbcdfd9e51428f94f7bd0ab6e45c9805b1c9552b64abaffad3ce3","53ca39fe70232633759dd3006fc5f467ecda540252c0c819ab53e9f6ad97b226","e7174a839d4732630d904a8b488f22380e5bcf1d6405d1f59614e10795eca17d","7ec359bbc29b69d4063fe7dad0baaf35f1856f914db16b3f4f6e3e1bca4099fa","b9261ac3e9944d3d72c5ee4cf888ad35d9743a5563405c6963c4e43ee3708ca4","c84fd54e8400def0d1ef1569cafd02e9f39a622df9fa69b57ccc82128856b916","c7a38c1ef8d6ae4bf252be67bd9a8b012b2cdea65bd6225a3d1a726c4f0d52b6","e773630f8772a06e82d97046fc92da59ada8414c61689894fff0155dd08f102c","74f2815d9e1b8530120dcad409ed5f706df8513c4d93e99fc6213997aa4dd60e","9d1f36ccd354f2e286b909bf01d626a3a28dd6590770303a18afa7796fe50db9","c4bc6a572f9d763ac7fa0d839be3de80273a67660e2002e3225e00ef716b4f37","106e607866d6c3e9a497a696ac949c3e2ec46b6e7dda35aabe76100bf740833b","8a6c755dc994d16c4e072bba010830fa2500d98ff322c442c7c91488d160a10d","d4514d11e7d11c53da7d43b948654d6e608a3d93d666a36f8d01e18ece04c9bd","3d65182eff7bbb16de1a69e17651c51083f740af11a1a92359be6dab939e8bcf","670ddaf1f1b881abaa1cc28236430d86b691affbeaefd66b3ee1db31fdfb8dba","21092de52736dc30f478fe5f1e88ad1b545ce4b276062999302aa65b30a6787a","8f07f2b6514744ac96e51d7cb8518c0f4de319471237ea10cf688b8d0e9d0225","304df321f3b710c2a0951f2c9cddfe34986e4aeb6994fa4f9d21efd06835abec","0f24a92d2552c2b2798506be31c9e9a5889fa34d0e79d7b40621a6821c9f8f93","5487b97cfa28b26b4a9ef0770f872bdbebd4c46124858de00f242c3eed7519f4","7a01f546ace66019156e4232a1bee2fabc2f8eabeb052473d926ee1693956265","fb53b1c6a6c799b7e3cc2de3fb5c9a1c04a1c60d4380a37792d84c5f8b33933b","8485b6da53ec35637d072e516631d25dae53984500de70a6989058f24354666f","ebe80346928736532e4a822154eb77f57ef3389dbe2b3ba4e571366a15448ef2","c2cb3c8ff388781258ea9ddbcd8a947f751bddd6886e1d3b3ea09ddaa895df80","f672c876c1a04a223cf2023b3d91e8a52bb1544c576b81bf64a8fec82be9969c","98a9cc18f661d28e6bd31c436e1984f3980f35e0f0aa9cf795c54f8ccb667ffe","c76b0c5727302341d0bdfa2cc2cee4b19ff185b554edb6e8543f0661d8487116","19903057d0249e45c579bef2b771c37609e4853a8b88adbb0b6b63f9e1d1f372","f5ef066942e4f0bd98200aa6a6694b831e73200c9b3ade77ad0aa2409e8fe1b1","b9e99cd94f4166a245f5158f7286c05406e2a4c694619bceb7a4f3519d1d768e","5568d7c32e5cf5f35e092649f4e5e168c3114c800b1d7545b7ae5e0415704802","de675c1818740be0fa6268732a41b64ba761df90f51e1769a42dbd4c1907354d","1bb4c159942c2034dfa08bd90b865379b2462b47dbbb757029c05dfe78484ac5","90a3ca180ca4b3da867dc23270681a5736ed901c8fcc01e66dffb5c3e0ea359d","8865290d4db418ba410bea98dfc3e4236b9e95a4ca935206a52b5ed3761c42fe","9675934b30a3ba0582a480228b0770bc8b6e0612db80d930f829c1349a9cbf13","39e06d91b9e94552333e97bdb9c6b482c7e0f3f93e6170f5ec2c4bc7ea0aa3d7","e76f6db59e984caa4bc719bee399bd396708f2be4ee21c26ddeec753ab79c981","e5cea779450fc05fc3381a7ea717a57c960b46759d429557a7aff7648d4f87e2","2ac80842d9cafe9e128a13bd4a26813cc5902ececc48de01367f38b52798bf8f","18b1d10d73315c68e4a35eb2b70a662fa89f8c3a1287180f69415e80f9d4feb9","72f1c4c1b9fb45abab255f752dd46cbd01c9126888e2a0cf2db27bc89b6987cb","a6f092c0691a157888c4bfd6cda42352b1cb774d38e7154e4c8051dee5b5ab49","fb4026134a56496b7d7cc0fadbb3b1c9c819f07ffad705355f8e5823e1fc533b","1c8839a3eb7d380becc313267b65359d562c5c568942e77211d5d61407e8337c",{"version":"31e495974987c7bea509d4c2289e5ea2ed226c1c934c54cac55f3dcefe6144b3","signature":"f4f8ee0003160dc775a21811f989b9e97feb5929e3b4969c3ac4c3e2fb191284"},"d5bfb6a9f9d81a07102788e3eb6d6ef5b6e74eeb6b53fa424e1d03713fdc3d70","21522c0f405e58c8dd89cd97eb3d1aa9865ba017fde102d01f86ab50b44e5610","ac65f04c2df0218cb8e54f012745cbfcc3c0e67c1f6b1e557d88842bbb72e2db","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb",{"version":"b9734142a4b241cfb505be4a2eb0261d211647df7c73043f817f4fdd8d96c846","affectsGlobalScope":true},{"version":"f4c0db3a49cea9babd5d224ba14243a6a6119bf65a65198994033aaea3a60a71","affectsGlobalScope":true},{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true},"bee89e1eb6425eb49894f3f25e4562dc2564e84e5aa7610b7e13d8ecddf8f5db","f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","dea2650c477f53d503a27f78ed17b13d7184c2f922eb4d3367ccf52634765467","e050a0afcdbb269720a900c85076d18e0c1ab73e580202a2bf6964978181222a","963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","9c5c92b7fb8c38ff1b46df69701f2d1ea8e2d6468e3cd8f73d8af5e6f7864576","bf88ef4208a770ca39a844b182b3695df536326ea566893fdc5b8418702a331e","cddf5c26907c0b8378bc05543161c11637b830da9fadf59e02a11e675d11e180","3d2cd8f3047fff04a71e7037a6a4cb9f4accb28dbd8c0d83164d414811025af0","70b34c8420d6226ed565d55f47fe04912d0ca0ad128825c5a06e018a3498db32","de1d6e224048139baf7494237a9231be6bab9e990fb239c7825bfd38b06d8c90","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","c8a34d0c858532a9fab7f0b65f3cff6507df055a0cd8b965c4fd5667b5a0cf7d","3663d1b50f356656a314e5df169bb51cb9d5fd75905fa703f75db6bb32030568","2e588ef3417282f95b0c54b657dba1fa6d05abfaddc5093c3988fc0415abbfbe","510616459e6edd01acbce333fb256e06bdffdad43ca233a9090164bf8bb83912","2c70fc3e0c2a7f64018e295f630a9ed3d343cba94b508de654ddb8ef5e8fdf2a","5774751340e987a6a9e4a5dcc03ff68a6515adc2b91423e1af2f660fc8f30e81","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","df38da6685578ac3d0e4ce2d20f3d59462ee53959b8263d2532ec9cec48ae098","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","c555dd691dd05955e99cd93dd99c685a65e5287813ccb5e6bfde951183248e26","c0a3ea3aee13c4946a6aefce3a6ab9292a40a29f6622cde0fda0b1067a1a1f5f","6a386ff939f180ae8ef064699d8b7b6e62bc2731a62d7fbf5e02589383838dea","ba601641fac98c229ccd4a303f747de376d761babb33229bb7153bed9356c9cc",{"version":"49a253ec027e56c55c7450a0c331cfe96212b3d1cc215b1710ba94a083404cf3","affectsGlobalScope":true},"4c68749a564a6facdf675416d75789ee5a557afda8960e0803cf6711fa569288","f5a8b384f182b3851cec3596ccc96cb7464f8d3469f48c74bf2befb782a19de5",{"version":"278fe30e638dad09488d130287c728f99f61cb315ed86b70c36040e4311f9cf5","affectsGlobalScope":true},"d035565d969404edfb3dfce8a2e762fbed98f6dfd7388ac01af173aa1ef665bd","7ccce4adb23a87a044c257685613126b47160f6975b224cea5f6af36c7f37514","2b93035328f7778d200252681c1d86285d501ed424825a18f81e4c3028aa51d9","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","77c1d91a129ba60b8c405f9f539e42df834afb174fe0785f89d92a2c7c16b77a","7a9e0a564fee396cacf706523b5aeed96e04c6b871a8bebefad78499fbffc5bc","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","71405cc70f183d029cc5018375f6c35117ffdaf11846c35ebf85ee3956b1b2a6","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3","38e2b02897c6357bbcff729ef84c736727b45cc152abe95a7567caccdfad2a1d","d6610ea7e0b1a7686dba062a1e5544dd7d34140f4545305b7c6afaebfb348341","3dee35db743bdba2c8d19aece7ac049bde6fa587e195d86547c882784e6ba34c","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","843dd7b6a7c6269fd43827303f5cbe65c1fecabc30b4670a50d5a15d57daeeb9","f06d8b8567ee9fd799bf7f806efe93b67683ef24f4dea5b23ef12edff4434d9d","6017384f697ff38bc3ef6a546df5b230c3c31329db84cbfe686c83bec011e2b2","e1a5b30d9248549ca0c0bb1d653bafae20c64c4aa5928cc4cd3017b55c2177b0","a593632d5878f17295bd53e1c77f27bf4c15212822f764a2bfc1702f4b413fa0","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","da7545aba8f54a50fde23e2ede00158dc8112560d934cee58098dfb03aae9b9d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","6aee496bf0ecfbf6731aa8cca32f4b6e92cdc0a444911a7d88410408a45ecc5d","67fc055eb86a0632e2e072838f889ffe1754083cb13c8c80a06a7d895d877aae","3833c70307dc3d2b46cb6f2a8b6a90e4d7e7367a21ab18c481d7de0909a43e67","2887592574fcdfd087647c539dcb0fbe5af2521270dad4a37f9d17c16190d579","9dcd1a6ae84def6ce3e80b27a367912e5b8e9f15c039143820ab76f7ceb8f3ab","eac647a94fb1f09789e12dfecb52dcd678d05159a4796b4e415aa15892f3b103","b90c59ac4682368a01c83881b814738eb151de8a58f52eb7edadea2bcffb11b9","8560a87b2e9f8e2c3808c8f6172c9b7eb6c9b08cb9f937db71c285ecf292c81d","ffe3931ff864f28d80ae2f33bd11123ad3d7bad9896b910a1e61504cc093e1f5","083c1bd82f8dc3a1ed6fc9e8eaddf141f7c05df418eca386598821e045253af9","274ebe605bd7f71ce161f9f5328febc7d547a2929f803f04b44ec4a7d8729517","6ca0207e70d985a24396583f55836b10dc181063ab6069733561bfde404d1bad","5908142efeaab38ffdf43927ee0af681ae77e0d7672b956dfb8b6c705dbfe106","f772b188b943549b5c5eb803133314b8aa7689eced80eed0b70e2f30ca07ab9c","0026b816ef05cfbf290e8585820eef0f13250438669107dfc44482bac007b14f","05d64cc1118031b29786632a9a0f6d7cf1dcacb303f27023a466cf3cdc860538","e0fff9119e1a5d2fdd46345734126cd6cb99c2d98a9debf0257047fe3937cc3f","d84398556ba4595ee6be554671da142cfe964cbdebb2f0c517a10f76f2b016c0","e275297155ec3251200abbb334c7f5641fecc68b2a9573e40eed50dff7584762","1fc49547f60101e7fac0d9113a52c29178be082d46d7525009aebafdbb170a69",{"version":"401845ce10d4d9848a8e39f5004446eef7c3db2de5e9341b8a17c9b00aefcc0a","affectsGlobalScope":true},"70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","9cdb157e06005f2614aa42ddd4d6b46a3623145349bbac5dd1ee221fb71dcc25","65dfa4bc49ccd1355789abb6ae215b302a5b050fdee9651124fe7e826f33113c","942f54ddd7bc7cf3ba8aad472947434dc9c29707efbd0d38c4e480c3cf1a8057"],"options":{"composite":true,"declaration":true,"downlevelIteration":true,"esModuleInterop":true,"module":1,"newLine":1,"noFallthroughCasesInSwitch":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","rootDir":"../../src/vite-plugin","skipLibCheck":true,"sourceMap":true,"strict":true,"target":6},"fileIdsList":[[89],[89,144],[89,137],[89,150],[89,138],[89,124],[89,155],[89,157],[89,160,162],[89,159,160,161],[59,60,89,96,164],[60,89,96],[89,167],[89,171],[89,172],[89,174,176,177,178,179,180,181,182,183,184,185,186],[89,174,175,177,178,179,180,181,182,183,184,185,186],[89,175,176,177,178,179,180,181,182,183,184,185,186],[89,174,175,176,178,179,180,181,182,183,184,185,186],[89,174,175,176,177,179,180,181,182,183,184,185,186],[89,174,175,176,177,178,180,181,182,183,184,185,186],[89,174,175,176,177,178,179,181,182,183,184,185,186],[89,174,175,176,177,178,179,180,182,183,184,185,186],[89,174,175,176,177,178,179,180,181,183,184,185,186],[89,174,175,176,177,178,179,180,181,182,184,185,186],[89,174,175,176,177,178,179,180,181,182,183,185,186],[89,174,175,176,177,178,179,180,181,182,183,184,186],[89,174,175,176,177,178,179,180,181,182,183,184,185],[62,85,88,89,189,190,191],[62,88,89,96,187,188],[43,89],[46,89],[47,52,80,89],[48,59,60,67,77,88,89],[48,49,59,67,89],[50,89],[51,52,60,68,89],[52,77,85,89],[53,55,59,67,89],[54,89],[55,56,89],[59,89],[57,59,89],[59,60,61,77,88,89],[59,60,61,74,77,80,89],[89,93],[55,62,67,77,88,89],[59,60,62,63,67,77,85,88,89],[62,64,77,85,88,89],[43,44,45,46,47,48,49,50,51,52,53,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,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95],[59,65,89],[66,88,89],[55,59,67,77,89],[68,89],[69,89],[46,70,89],[71,87,89,93],[72,89],[73,89],[59,74,75,89],[74,76,89,91],[47,59,77,78,79,80,89],[47,77,79,89],[77,78,89],[80,89],[81,89],[59,83,84,89],[83,84,89],[52,67,77,85,89],[86,89],[67,87,89],[47,62,73,88,89],[52,89],[77,89,90],[89,91],[89,92],[47,52,59,61,70,77,88,89,91,93],[77,89,94],[89,205],[89,200,202,203,204],[89,208,247],[89,208,232,247],[89,247],[89,208],[89,208,233,247],[89,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246],[89,233,247],[52,77,89,96],[89,250],[89,96,254,255,256,257,258,259,260,261,262,263,264],[89,253,254,263],[89,254,263],[89,248,253,254,263],[89,254],[52,89,253,263],[89,253,254,255,256,257,258,259,260,261,262,264],[52,89,96,249,250,251,252,265],[89,268],[59,77,89,96],[47,89,96],[62,77,89,96],[89,97],[89,102],[89,146,147],[89,148],[59,60,62,63,64,67,77,85,88,89,94,96,98,99,100,101,120,121,122],[89,117],[89,115,117],[89,106,114,115,116,118],[89,104],[89,107,112,117,120],[89,103,120],[89,107,108,111,112,113,120],[89,107,108,109,111,112,120],[89,104,105,106,107,108,112,113,114,116,117,118,120],[89,102,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119],[89,102,120],[89,107,109,110,112,113,120],[89,111,120],[89,112,113,117,120],[89,105,115],[89,99],[89,98],[89,136],[89,125,126,136],[89,127,128],[89,125,126,127,129,130,134],[89,126,127],[89,135],[89,127],[89,125,126,127,130,131,132,133],[89,152],[60,69,89,123,124,138,139,140,141,142,143,145,149,151],[138,151]],"referencedMap":[[124,1],[145,2],[138,3],[150,1],[140,1],[151,4],[139,5],[144,6],[141,1],[143,1],[155,1],[154,1],[156,7],[158,8],[157,1],[163,9],[159,1],[162,10],[160,1],[165,11],[166,12],[168,13],[169,1],[170,1],[171,1],[172,14],[173,15],[161,1],[175,16],[176,17],[174,18],[177,19],[178,20],[179,21],[180,22],[181,23],[182,24],[183,25],[184,26],[185,27],[186,28],[192,29],[193,13],[164,1],[194,1],[188,1],[189,30],[43,31],[44,31],[46,32],[47,33],[48,34],[49,35],[50,36],[51,37],[52,38],[53,39],[54,40],[55,41],[56,41],[58,42],[57,43],[59,42],[60,44],[61,45],[45,46],[95,1],[62,47],[63,48],[64,49],[96,50],[65,51],[66,52],[67,53],[68,54],[69,55],[70,56],[71,57],[72,58],[73,59],[74,60],[75,60],[76,61],[77,62],[79,63],[78,64],[80,65],[81,66],[82,1],[83,67],[84,68],[85,69],[86,70],[87,71],[88,72],[89,73],[90,74],[91,75],[92,76],[93,77],[94,78],[195,1],[196,42],[197,1],[198,1],[199,1],[200,1],[201,1],[206,79],[202,1],[205,80],[191,1],[207,1],[204,1],[232,81],[233,82],[208,83],[211,83],[230,81],[231,81],[221,81],[220,84],[218,81],[213,81],[226,81],[224,81],[228,81],[212,81],[225,81],[229,81],[214,81],[215,81],[227,81],[209,81],[216,81],[217,81],[219,81],[223,81],[234,85],[222,81],[210,81],[247,86],[246,1],[241,85],[243,87],[242,85],[235,85],[236,85],[238,85],[240,85],[244,87],[245,87],[237,87],[239,87],[248,1],[190,88],[249,1],[251,89],[167,1],[267,1],[265,90],[264,91],[255,92],[256,93],[257,93],[258,92],[259,92],[260,92],[261,94],[254,95],[262,91],[263,96],[253,1],[266,97],[268,1],[269,98],[270,99],[271,100],[252,1],[203,1],[101,1],[187,101],[98,102],[97,1],[102,103],[250,1],[148,104],[149,105],[142,1],[147,1],[146,1],[8,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[4,1],[22,1],[19,1],[20,1],[21,1],[23,1],[24,1],[25,1],[5,1],[26,1],[27,1],[28,1],[29,1],[6,1],[33,1],[30,1],[31,1],[32,1],[34,1],[7,1],[35,1],[40,1],[41,1],[36,1],[37,1],[38,1],[39,1],[1,1],[42,1],[123,106],[118,107],[116,108],[117,109],[105,110],[106,108],[113,111],[104,112],[109,113],[119,1],[110,114],[115,115],[120,116],[103,117],[111,118],[112,119],[107,120],[114,107],[108,121],[100,122],[99,1],[121,1],[122,123],[137,124],[127,125],[129,126],[135,127],[131,1],[132,1],[130,128],[133,124],[125,1],[126,1],[136,129],[128,130],[134,131],[153,132],[152,133]],"exportedModulesMap":[[124,1],[145,2],[138,3],[150,1],[140,1],[151,4],[139,5],[144,6],[141,1],[143,1],[155,1],[154,1],[156,7],[158,8],[157,1],[163,9],[159,1],[162,10],[160,1],[165,11],[166,12],[168,13],[169,1],[170,1],[171,1],[172,14],[173,15],[161,1],[175,16],[176,17],[174,18],[177,19],[178,20],[179,21],[180,22],[181,23],[182,24],[183,25],[184,26],[185,27],[186,28],[192,29],[193,13],[164,1],[194,1],[188,1],[189,30],[43,31],[44,31],[46,32],[47,33],[48,34],[49,35],[50,36],[51,37],[52,38],[53,39],[54,40],[55,41],[56,41],[58,42],[57,43],[59,42],[60,44],[61,45],[45,46],[95,1],[62,47],[63,48],[64,49],[96,50],[65,51],[66,52],[67,53],[68,54],[69,55],[70,56],[71,57],[72,58],[73,59],[74,60],[75,60],[76,61],[77,62],[79,63],[78,64],[80,65],[81,66],[82,1],[83,67],[84,68],[85,69],[86,70],[87,71],[88,72],[89,73],[90,74],[91,75],[92,76],[93,77],[94,78],[195,1],[196,42],[197,1],[198,1],[199,1],[200,1],[201,1],[206,79],[202,1],[205,80],[191,1],[207,1],[204,1],[232,81],[233,82],[208,83],[211,83],[230,81],[231,81],[221,81],[220,84],[218,81],[213,81],[226,81],[224,81],[228,81],[212,81],[225,81],[229,81],[214,81],[215,81],[227,81],[209,81],[216,81],[217,81],[219,81],[223,81],[234,85],[222,81],[210,81],[247,86],[246,1],[241,85],[243,87],[242,85],[235,85],[236,85],[238,85],[240,85],[244,87],[245,87],[237,87],[239,87],[248,1],[190,88],[249,1],[251,89],[167,1],[267,1],[265,90],[264,91],[255,92],[256,93],[257,93],[258,92],[259,92],[260,92],[261,94],[254,95],[262,91],[263,96],[253,1],[266,97],[268,1],[269,98],[270,99],[271,100],[252,1],[203,1],[101,1],[187,101],[98,102],[97,1],[102,103],[250,1],[148,104],[149,105],[142,1],[147,1],[146,1],[8,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[4,1],[22,1],[19,1],[20,1],[21,1],[23,1],[24,1],[25,1],[5,1],[26,1],[27,1],[28,1],[29,1],[6,1],[33,1],[30,1],[31,1],[32,1],[34,1],[7,1],[35,1],[40,1],[41,1],[36,1],[37,1],[38,1],[39,1],[1,1],[42,1],[123,106],[118,107],[116,108],[117,109],[105,110],[106,108],[113,111],[104,112],[109,113],[119,1],[110,114],[115,115],[120,116],[103,117],[111,118],[112,119],[107,120],[114,107],[108,121],[100,122],[99,1],[121,1],[122,123],[137,124],[127,125],[129,126],[135,127],[131,1],[132,1],[130,128],[133,124],[125,1],[126,1],[136,129],[128,130],[134,131],[153,132],[152,134]],"semanticDiagnosticsPerFile":[124,145,138,150,140,151,139,144,141,143,155,154,156,158,157,163,159,162,160,165,166,168,169,170,171,172,173,161,175,176,174,177,178,179,180,181,182,183,184,185,186,192,193,164,194,188,189,43,44,46,47,48,49,50,51,52,53,54,55,56,58,57,59,60,61,45,95,62,63,64,96,65,66,67,68,69,70,71,72,73,74,75,76,77,79,78,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,195,196,197,198,199,200,201,206,202,205,191,207,204,232,233,208,211,230,231,221,220,218,213,226,224,228,212,225,229,214,215,227,209,216,217,219,223,234,222,210,247,246,241,243,242,235,236,238,240,244,245,237,239,248,190,249,251,167,267,265,264,255,256,257,258,259,260,261,254,262,263,253,266,268,269,270,271,252,203,101,187,98,97,102,250,148,149,142,147,146,8,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,33,30,31,32,34,7,35,40,41,36,37,38,39,1,42,123,118,116,117,105,106,113,104,109,119,110,115,120,103,111,112,107,114,108,100,99,121,122,137,127,129,135,131,132,130,133,125,126,136,128,134,153,152],"latestChangedDtsFile":"./index.d.ts"},"version":"4.9.5"}
|
@@ -1 +1,6 @@
|
|
1
|
-
|
1
|
+
import type { BuildOptions } from "../bin/keycloakify/buildOptions";
|
2
|
+
import type { UserProvidedBuildOptions } from "../bin/keycloakify/buildOptions/UserProvidedBuildOptions";
|
3
|
+
export type Params = UserProvidedBuildOptions & {
|
4
|
+
postBuildScript?: (buildOptions: Omit<BuildOptions, "bundler">) => Promise<void>;
|
5
|
+
};
|
6
|
+
export declare function keycloakify(params: Params): any;
|
@@ -33,7 +33,8 @@ const id_1 = require("tsafe/id");
|
|
33
33
|
const fs_rm_1 = require("../bin/tools/fs.rm");
|
34
34
|
const copy_keycloak_resources_to_public_1 = require("../bin/copy-keycloak-resources-to-public");
|
35
35
|
const assert_1 = require("tsafe/assert");
|
36
|
-
function keycloakify() {
|
36
|
+
function keycloakify(params) {
|
37
|
+
const { postBuildScript, ...userProvidedBuildOptions } = params;
|
37
38
|
let reactAppRootDirPath = undefined;
|
38
39
|
let urlPathname = undefined;
|
39
40
|
let buildDirPath = undefined;
|
@@ -41,6 +42,18 @@ function keycloakify() {
|
|
41
42
|
const plugin = {
|
42
43
|
"name": "keycloakify",
|
43
44
|
"configResolved": async (resolvedConfig) => {
|
45
|
+
run_post_build_script: {
|
46
|
+
const buildOptionJson = process.env[constants_1.keycloakifyBuildOptionsForPostPostBuildScriptEnvName];
|
47
|
+
if (buildOptionJson === undefined) {
|
48
|
+
break run_post_build_script;
|
49
|
+
}
|
50
|
+
if (params.postBuildScript === undefined) {
|
51
|
+
process.exit(0);
|
52
|
+
}
|
53
|
+
const buildOptions = JSON.parse(buildOptionJson);
|
54
|
+
await params.postBuildScript(buildOptions);
|
55
|
+
process.exit(0);
|
56
|
+
}
|
44
57
|
command = resolvedConfig.command;
|
45
58
|
reactAppRootDirPath = resolvedConfig.root;
|
46
59
|
urlPathname = (() => {
|
@@ -74,7 +87,8 @@ function keycloakify() {
|
|
74
87
|
"publicDir": (0, path_1.relative)(reactAppRootDirPath, resolvedConfig.publicDir),
|
75
88
|
"assetsDir": resolvedConfig.build.assetsDir,
|
76
89
|
"buildDir": resolvedConfig.build.outDir,
|
77
|
-
urlPathname
|
90
|
+
urlPathname,
|
91
|
+
userProvidedBuildOptions
|
78
92
|
}), null, 2), "utf8"));
|
79
93
|
await (0, copy_keycloak_resources_to_public_1.copyKeycloakResourcesToPublic)({
|
80
94
|
"processArgv": ["--project", reactAppRootDirPath]
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"vite-plugin.js","sourceRoot":"","sources":["../src/vite-plugin/vite-plugin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+BAAkF;AAElF,uCAAyB;AACzB,
|
1
|
+
{"version":3,"file":"vite-plugin.js","sourceRoot":"","sources":["../src/vite-plugin/vite-plugin.ts"],"names":[],"mappings":"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"}
|