@powerlines/engine 0.46.3 → 0.46.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_internal/worker.cjs +71 -44
- package/dist/_internal/worker.mjs +73 -46
- package/dist/_internal/worker.mjs.map +1 -1
- package/dist/api.cjs +5 -1
- package/dist/api.d.cts +1 -1
- package/dist/api.d.cts.map +1 -1
- package/dist/api.d.mts +1 -1
- package/dist/api.d.mts.map +1 -1
- package/dist/api.mjs +5 -1
- package/dist/api.mjs.map +1 -1
- package/dist/{base-context-D7G_24-i.cjs → base-context-CbFlRUd-.cjs} +8 -6
- package/dist/{base-context-DU0NRHDt.mjs → base-context-Ce9PuQ9z.mjs} +9 -7
- package/dist/{base-context-DU0NRHDt.mjs.map → base-context-Ce9PuQ9z.mjs.map} +1 -1
- package/dist/context/index.cjs +3 -3
- package/dist/context/index.d.cts +3 -3
- package/dist/context/index.d.cts.map +1 -1
- package/dist/context/index.d.mts +3 -3
- package/dist/context/index.d.mts.map +1 -1
- package/dist/context/index.mjs +3 -3
- package/dist/{engine-context-BvDfqfY7.mjs → engine-context-CEbC9dHR.mjs} +2 -2
- package/dist/{engine-context-BvDfqfY7.mjs.map → engine-context-CEbC9dHR.mjs.map} +1 -1
- package/dist/{engine-context-BuJQY312.cjs → engine-context-D-rpz-J2.cjs} +1 -1
- package/dist/{execution-context-BpRfsnkE.d.mts → execution-context-CghMd-eP.d.cts} +9 -5
- package/dist/execution-context-CghMd-eP.d.cts.map +1 -0
- package/dist/{execution-context-Cu_xPYxI.mjs → execution-context-D-djno_x.mjs} +66 -46
- package/dist/execution-context-D-djno_x.mjs.map +1 -0
- package/dist/{execution-context-xj0KA802.cjs → execution-context-Lj_23Ps4.cjs} +60 -40
- package/dist/{execution-context-CodQucFX.d.cts → execution-context-rKd-zSZy.d.mts} +9 -5
- package/dist/execution-context-rKd-zSZy.d.mts.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/storage/index.d.mts +1 -1
- package/dist/typescript/index.d.mts +1 -1
- package/package.json +3 -3
- package/dist/execution-context-BpRfsnkE.d.mts.map +0 -1
- package/dist/execution-context-CodQucFX.d.cts.map +0 -1
- package/dist/execution-context-Cu_xPYxI.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-C0xms8kb.cjs');
|
|
2
|
-
const require_base_context = require('./base-context-
|
|
2
|
+
const require_base_context = require('./base-context-CbFlRUd-.cjs');
|
|
3
3
|
const require_fs = require('./fs-XogSgMqT.cjs');
|
|
4
4
|
const require_virtual = require('./virtual-Ct3ZqPeN.cjs');
|
|
5
5
|
const require_tsconfig = require('./tsconfig-BUDqmOaT.cjs');
|
|
@@ -23,9 +23,9 @@ let chalk = require("chalk");
|
|
|
23
23
|
chalk = require_chunk.__toESM(chalk, 1);
|
|
24
24
|
let defu = require("defu");
|
|
25
25
|
defu = require_chunk.__toESM(defu, 1);
|
|
26
|
+
let node_fs = require("node:fs");
|
|
26
27
|
let _stryke_path_join_paths = require("@stryke/path/join-paths");
|
|
27
28
|
let _powerlines_core_lib_utilities_format = require("@powerlines/core/lib/utilities/format");
|
|
28
|
-
let _storm_software_config_tools_logger_console = require("@storm-software/config-tools/logger/console");
|
|
29
29
|
let _stryke_fs_exists = require("@stryke/fs/exists");
|
|
30
30
|
let _stryke_helpers_get_unique = require("@stryke/helpers/get-unique");
|
|
31
31
|
let _stryke_helpers_omit = require("@stryke/helpers/omit");
|
|
@@ -34,7 +34,6 @@ let _stryke_path_is_parent_path = require("@stryke/path/is-parent-path");
|
|
|
34
34
|
let _stryke_string_format_title_case = require("@stryke/string-format/title-case");
|
|
35
35
|
let _stryke_type_checks_is_function = require("@stryke/type-checks/is-function");
|
|
36
36
|
let _stryke_type_checks_is_object = require("@stryke/type-checks/is-object");
|
|
37
|
-
let _stryke_type_checks_is_promise = require("@stryke/type-checks/is-promise");
|
|
38
37
|
let _stryke_fs_json = require("@stryke/fs/json");
|
|
39
38
|
let _stryke_helpers_deep_clone = require("@stryke/helpers/deep-clone");
|
|
40
39
|
let _powerlines_core_lib_entry = require("@powerlines/core/lib/entry");
|
|
@@ -43,13 +42,14 @@ let _stryke_hash = require("@stryke/hash");
|
|
|
43
42
|
let _stryke_hash_node = require("@stryke/hash/node");
|
|
44
43
|
let _stryke_http_fetch = require("@stryke/http/fetch");
|
|
45
44
|
let _stryke_path_is_equal = require("@stryke/path/is-equal");
|
|
45
|
+
let _stryke_type_checks_is_regexp = require("@stryke/type-checks/is-regexp");
|
|
46
|
+
let _stryke_type_checks_is_undefined = require("@stryke/type-checks/is-undefined");
|
|
46
47
|
let bundle_require = require("bundle-require");
|
|
47
48
|
let compatx = require("compatx");
|
|
48
49
|
let flat_cache = require("flat-cache");
|
|
49
50
|
let oxc_parser = require("oxc-parser");
|
|
50
51
|
let undici = require("undici");
|
|
51
52
|
require("@stryke/fs/remove-file");
|
|
52
|
-
let _powerlines_core = require("@powerlines/core");
|
|
53
53
|
let _stryke_capnp = require("@stryke/capnp");
|
|
54
54
|
_stryke_capnp = require_chunk.__toESM(_stryke_capnp, 1);
|
|
55
55
|
let _stryke_fs_buffer = require("@stryke/fs/buffer");
|
|
@@ -58,7 +58,6 @@ let _stryke_path_glob_to_regex = require("@stryke/path/glob-to-regex");
|
|
|
58
58
|
let _stryke_path_is_type = require("@stryke/path/is-type");
|
|
59
59
|
let _stryke_path_slash = require("@stryke/path/slash");
|
|
60
60
|
let _stryke_string_format_pretty_bytes = require("@stryke/string-format/pretty-bytes");
|
|
61
|
-
let _stryke_type_checks_is_regexp = require("@stryke/type-checks/is-regexp");
|
|
62
61
|
let node_buffer = require("node:buffer");
|
|
63
62
|
let node_url = require("node:url");
|
|
64
63
|
let _stryke_helpers_get_field = require("@stryke/helpers/get-field");
|
|
@@ -164,7 +163,7 @@ function formatWriteLogMessage(context, meta, message) {
|
|
|
164
163
|
payload: {
|
|
165
164
|
meta: {
|
|
166
165
|
type: combinedMeta.type,
|
|
167
|
-
category: combinedMeta.category ||
|
|
166
|
+
category: combinedMeta.category || _powerlines_core_constants.LogCategories.GENERAL,
|
|
168
167
|
logId: combinedMeta.logId || (0, _stryke_unique_id_uuid.uuid)(),
|
|
169
168
|
timestamp: combinedMeta.timestamp ?? Date.now(),
|
|
170
169
|
name: combinedMeta.name || context.config.name,
|
|
@@ -1292,7 +1291,8 @@ const UNRESOLVED_CONFIG_NAMES = [
|
|
|
1292
1291
|
"initialConfig",
|
|
1293
1292
|
"userConfig",
|
|
1294
1293
|
"inlineConfig",
|
|
1295
|
-
"pluginConfig"
|
|
1294
|
+
"pluginConfig",
|
|
1295
|
+
"environmentConfig"
|
|
1296
1296
|
];
|
|
1297
1297
|
var PowerlinesContext = class PowerlinesContext extends require_base_context.PowerlinesBaseContext {
|
|
1298
1298
|
#checksum = null;
|
|
@@ -1359,6 +1359,10 @@ var PowerlinesContext = class PowerlinesContext extends require_base_context.Pow
|
|
|
1359
1359
|
*/
|
|
1360
1360
|
pluginConfig = {};
|
|
1361
1361
|
/**
|
|
1362
|
+
* The configuration options provided by the environment
|
|
1363
|
+
*/
|
|
1364
|
+
environmentConfig = {};
|
|
1365
|
+
/**
|
|
1362
1366
|
* The resolved entry type definitions for the project
|
|
1363
1367
|
*/
|
|
1364
1368
|
get entry() {
|
|
@@ -1940,7 +1944,7 @@ var PowerlinesContext = class PowerlinesContext extends require_base_context.Pow
|
|
|
1940
1944
|
* @returns A promise that resolves when the inline configuration values have been set.
|
|
1941
1945
|
*/
|
|
1942
1946
|
async setInlineConfig(config) {
|
|
1943
|
-
this.logger.
|
|
1947
|
+
this.logger.debug({
|
|
1944
1948
|
meta: { category: "config" },
|
|
1945
1949
|
message: `Updating inline configuration object: \n${this.logConfig(config)}`
|
|
1946
1950
|
});
|
|
@@ -1954,7 +1958,7 @@ var PowerlinesContext = class PowerlinesContext extends require_base_context.Pow
|
|
|
1954
1958
|
* @returns A promise that resolves when the plugin configuration values have been set.
|
|
1955
1959
|
*/
|
|
1956
1960
|
async setPluginConfig(config) {
|
|
1957
|
-
this.logger.
|
|
1961
|
+
this.logger.debug({
|
|
1958
1962
|
meta: { category: "config" },
|
|
1959
1963
|
message: `Updating plugin configuration object: \n${this.logConfig(config)}`
|
|
1960
1964
|
});
|
|
@@ -1970,21 +1974,21 @@ var PowerlinesContext = class PowerlinesContext extends require_base_context.Pow
|
|
|
1970
1974
|
return (0, _powerlines_core_plugin_utils.mergeConfig)({
|
|
1971
1975
|
mode: this.initialOptions.mode,
|
|
1972
1976
|
framework: this.initialOptions.framework,
|
|
1973
|
-
initialOptions: this.initialOptions,
|
|
1974
1977
|
logLevel: this.initialOptions.logLevel,
|
|
1975
|
-
options: this.options,
|
|
1976
1978
|
inlineConfig: this.inlineConfig,
|
|
1977
1979
|
userConfig: this.userConfig,
|
|
1978
1980
|
initialConfig: this.initialConfig,
|
|
1979
|
-
pluginConfig: this.pluginConfig
|
|
1981
|
+
pluginConfig: this.pluginConfig,
|
|
1982
|
+
environmentConfig: this.environmentConfig
|
|
1980
1983
|
}, getConfigProps(this.overriddenConfig), (0, _stryke_helpers_omit.omit)(this.options, [
|
|
1984
|
+
"name",
|
|
1981
1985
|
"mode",
|
|
1982
1986
|
"framework",
|
|
1983
1987
|
"logLevel"
|
|
1984
1988
|
]), getConfigProps(this.inlineConfig), getConfigProps(this.userConfig), getConfigProps(this.initialConfig), getConfigProps(this.pluginConfig), {
|
|
1989
|
+
name: this.initialOptions.name,
|
|
1985
1990
|
version: this.packageJson?.version,
|
|
1986
|
-
description: this.packageJson?.description
|
|
1987
|
-
}, {
|
|
1991
|
+
description: this.packageJson?.description,
|
|
1988
1992
|
environments: {},
|
|
1989
1993
|
resolve: {}
|
|
1990
1994
|
});
|
|
@@ -1996,7 +2000,7 @@ var PowerlinesContext = class PowerlinesContext extends require_base_context.Pow
|
|
|
1996
2000
|
* @returns A promise that resolves when the user configuration values have been set.
|
|
1997
2001
|
*/
|
|
1998
2002
|
async setUserConfig(config) {
|
|
1999
|
-
this.logger.
|
|
2003
|
+
this.logger.debug({
|
|
2000
2004
|
meta: { category: "config" },
|
|
2001
2005
|
message: `Updating user configuration object: \n${this.logConfig(config)}`
|
|
2002
2006
|
});
|
|
@@ -2035,7 +2039,7 @@ var PowerlinesContext = class PowerlinesContext extends require_base_context.Pow
|
|
|
2035
2039
|
const mergedConfig = this.mergeConfig();
|
|
2036
2040
|
this.logger.trace({
|
|
2037
2041
|
meta: { category: "config" },
|
|
2038
|
-
message: `Pre-setup Powerlines configuration object: \n ---
|
|
2042
|
+
message: `Pre-setup Powerlines configuration object: \n --- Merged Config --- \n${this.logConfig(mergedConfig)} \n\n --- Initial Options --- \n${this.logConfig(this.initialOptions)} \n\n --- Initial Config --- \n${this.logConfig(this.initialConfig)} \n\n --- User Config --- \n${this.logConfig(this.userConfig)} \n\n --- Inline Config --- \n${this.logConfig(this.inlineConfig)} \n\n --- Plugin Config --- \n${this.logConfig(this.pluginConfig)} \n\n --- Environment Config --- \n${this.logConfig(this.environmentConfig)} \n\n --- Overridden Config --- \n${this.logConfig(this.overriddenConfig)}`
|
|
2039
2043
|
});
|
|
2040
2044
|
mergedConfig.output = (0, defu.default)(mergedConfig.output ?? {}, {
|
|
2041
2045
|
copy: { assets: [
|
|
@@ -2051,14 +2055,17 @@ var PowerlinesContext = class PowerlinesContext extends require_base_context.Pow
|
|
|
2051
2055
|
] },
|
|
2052
2056
|
dts: true
|
|
2053
2057
|
});
|
|
2054
|
-
if (
|
|
2055
|
-
if (
|
|
2056
|
-
if (
|
|
2057
|
-
if (!mergedConfig.platform) mergedConfig.platform = "neutral";
|
|
2058
|
+
if ((0, _stryke_type_checks_is_undefined.isUndefined)(mergedConfig.mode)) mergedConfig.mode = await this.getDefaultMode();
|
|
2059
|
+
if ((0, _stryke_type_checks_is_undefined.isUndefined)(mergedConfig.framework)) mergedConfig.framework = "powerlines";
|
|
2060
|
+
if ((0, _stryke_type_checks_is_undefined.isUndefined)(mergedConfig.platform)) mergedConfig.platform = "neutral";
|
|
2058
2061
|
mergedConfig.compatibilityDate = (0, compatx.resolveCompatibilityDates)(mergedConfig.compatibilityDate, "latest");
|
|
2062
|
+
if (!this.packageJson && (0, node_fs.existsSync)((0, _stryke_path_join.joinPaths)((0, _stryke_path_append.appendPath)(mergedConfig.root, mergedConfig.cwd), "package.json")) || !this.projectJson && (0, node_fs.existsSync)((0, _stryke_path_join.joinPaths)((0, _stryke_path_append.appendPath)(mergedConfig.root, mergedConfig.cwd), "project.json"))) {
|
|
2063
|
+
await this.resolvePackageConfigs(mergedConfig.cwd, mergedConfig.root);
|
|
2064
|
+
if (this.packageJson) mergedConfig.organization ??= (0, _powerlines_core_plugin_utils.getPackageJsonOrganization)(this.packageJson) || "powerlines";
|
|
2065
|
+
}
|
|
2066
|
+
if ((0, _stryke_type_checks_is_undefined.isUndefined)(mergedConfig.projectType)) mergedConfig.projectType = this.projectJson?.projectType || "application";
|
|
2059
2067
|
this.resolvedConfig = mergedConfig;
|
|
2060
2068
|
this.#configProxy = this.createConfigProxy();
|
|
2061
|
-
if (!this.packageJson) await this.resolvePackageConfigs();
|
|
2062
2069
|
mergedConfig.input = (0, _powerlines_core_lib_entry.getUniqueInputs)(mergedConfig.input);
|
|
2063
2070
|
if (mergedConfig.name?.startsWith("@") && mergedConfig.name.split("/").filter(Boolean).length > 1) mergedConfig.name = mergedConfig.name.split("/").filter(Boolean)[1];
|
|
2064
2071
|
mergedConfig.title ??= (0, _stryke_string_format_title_case.titleCase)(mergedConfig.name);
|
|
@@ -2069,18 +2076,18 @@ var PowerlinesContext = class PowerlinesContext extends require_base_context.Pow
|
|
|
2069
2076
|
ret.push(plugin);
|
|
2070
2077
|
return ret;
|
|
2071
2078
|
}, []);
|
|
2072
|
-
if (
|
|
2079
|
+
if ((0, _stryke_type_checks_is_undefined.isUndefined)(mergedConfig.logLevel)) if (mergedConfig.mode === "development") mergedConfig.logLevel = _powerlines_core_constants.DEFAULT_DEVELOPMENT_LOG_LEVEL;
|
|
2073
2080
|
else if (mergedConfig.mode === "test") mergedConfig.logLevel = _powerlines_core_constants.DEFAULT_TEST_LOG_LEVEL;
|
|
2074
2081
|
else mergedConfig.logLevel = _powerlines_core_constants.DEFAULT_PRODUCTION_LOG_LEVEL;
|
|
2075
2082
|
mergedConfig.logLevel = (0, _powerlines_core_plugin_utils.resolveLogLevel)(mergedConfig.logLevel);
|
|
2076
|
-
if (mergedConfig.tsconfig) mergedConfig.tsconfig = (0, _stryke_path_replace.replacePath)((0, _powerlines_core_plugin_utils.replacePathTokens)(this, mergedConfig.tsconfig), mergedConfig.cwd);
|
|
2083
|
+
if ((0, _stryke_type_checks_is_set_string.isSetString)(mergedConfig.tsconfig)) mergedConfig.tsconfig = (0, _stryke_path_replace.replacePath)((0, _powerlines_core_plugin_utils.replacePathTokens)(this, mergedConfig.tsconfig), mergedConfig.cwd);
|
|
2077
2084
|
else mergedConfig.tsconfig = require_tsconfig.getTsconfigFilePath(mergedConfig.cwd, mergedConfig.root);
|
|
2078
2085
|
mergedConfig.output.format = (0, _stryke_helpers_get_unique.getUnique)((0, _stryke_convert_to_array.toArray)(mergedConfig.output?.format ?? (mergedConfig.projectType === "library" ? ["cjs", "esm"] : ["esm"])));
|
|
2079
|
-
if (mergedConfig.output.path) mergedConfig.output.path = (0, _stryke_path_append.appendPath)((0, _powerlines_core_plugin_utils.replacePathTokens)(this, mergedConfig.output.path), mergedConfig.cwd);
|
|
2086
|
+
if ((0, _stryke_type_checks_is_set_string.isSetString)(mergedConfig.output.path)) mergedConfig.output.path = (0, _stryke_path_append.appendPath)((0, _powerlines_core_plugin_utils.replacePathTokens)(this, mergedConfig.output.path), mergedConfig.cwd);
|
|
2080
2087
|
else mergedConfig.output.path = (0, _stryke_path_append.appendPath)((0, _stryke_path_join.joinPaths)(mergedConfig.root, "dist"), mergedConfig.cwd);
|
|
2081
2088
|
mergedConfig.output.copy ??= {};
|
|
2082
|
-
if (mergedConfig.output.copy !== false) if (!mergedConfig.root.replace(/^\.\/?/, "")) mergedConfig.output.copy.path = mergedConfig.output.copy.path ? (0, _stryke_path_append.appendPath)((0, _powerlines_core_plugin_utils.replacePathTokens)(this, mergedConfig.output.copy.path), mergedConfig.cwd) : mergedConfig.output.path;
|
|
2083
|
-
else mergedConfig.output.copy.path = (0, _stryke_path_append.appendPath)((0, _powerlines_core_plugin_utils.replacePathTokens)(this, mergedConfig.output.copy.path
|
|
2089
|
+
if (mergedConfig.output.copy !== false) if (!mergedConfig.root.replace(/^\.\/?/, "")) mergedConfig.output.copy.path = (0, _stryke_type_checks_is_set_string.isSetString)(mergedConfig.output.copy.path) ? (0, _stryke_path_append.appendPath)((0, _powerlines_core_plugin_utils.replacePathTokens)(this, mergedConfig.output.copy.path), mergedConfig.cwd) : mergedConfig.output.path;
|
|
2090
|
+
else mergedConfig.output.copy.path = (0, _stryke_path_append.appendPath)((0, _powerlines_core_plugin_utils.replacePathTokens)(this, (0, _stryke_type_checks_is_set_string.isSetString)(mergedConfig.output.copy.path) ? mergedConfig.output.copy.path : (0, _stryke_path_join.joinPaths)("dist", mergedConfig.root)), mergedConfig.cwd);
|
|
2084
2091
|
if (mergedConfig.output.types !== false) mergedConfig.output.types = (0, _stryke_path_append.appendPath)((0, _powerlines_core_plugin_utils.replacePathTokens)(this, mergedConfig.output.types || (0, _stryke_path_join.joinPaths)(mergedConfig.root, `${mergedConfig.framework ?? "powerlines"}.d.ts`)), mergedConfig.cwd);
|
|
2085
2092
|
if (mergedConfig.output.copy && mergedConfig.output.copy.path && mergedConfig.output.copy.assets && Array.isArray(mergedConfig.output.copy.assets)) mergedConfig.output.copy.assets = (0, _stryke_helpers_get_unique.getUniqueBy)(mergedConfig.output.copy.assets.map((asset) => {
|
|
2086
2093
|
return {
|
|
@@ -2090,11 +2097,11 @@ var PowerlinesContext = class PowerlinesContext extends require_base_context.Pow
|
|
|
2090
2097
|
ignore: (0, _stryke_type_checks_is_set_object.isSetObject)(asset) && asset.ignore ? (0, _stryke_convert_to_array.toArray)(asset.ignore) : void 0
|
|
2091
2098
|
};
|
|
2092
2099
|
}), (a) => `${a.input}-${a.glob}-${a.output}`);
|
|
2093
|
-
if (
|
|
2100
|
+
if ((0, _stryke_type_checks_is_undefined.isUndefined)(mergedConfig.output?.sourceMap)) if (mergedConfig.mode === "development") mergedConfig.output.sourceMap = true;
|
|
2094
2101
|
else mergedConfig.output.sourceMap = false;
|
|
2095
|
-
if (
|
|
2102
|
+
if ((0, _stryke_type_checks_is_undefined.isUndefined)(mergedConfig.output?.minify)) if (mergedConfig.mode === "production") mergedConfig.output.minify = true;
|
|
2096
2103
|
else mergedConfig.output.minify = false;
|
|
2097
|
-
if (
|
|
2104
|
+
if ((0, _stryke_type_checks_is_undefined.isUndefined)(mergedConfig.output?.artifactsPath)) mergedConfig.output.artifactsPath = `.${mergedConfig.framework || "powerlines"}`;
|
|
2098
2105
|
if (mergedConfig.output.copy && mergedConfig.output.copy.assets) mergedConfig.output.copy.assets = mergedConfig.output.copy.assets.map((asset) => ({
|
|
2099
2106
|
...asset,
|
|
2100
2107
|
glob: (0, _powerlines_core_plugin_utils.replacePathTokens)(this, asset.glob),
|
|
@@ -2105,17 +2112,29 @@ var PowerlinesContext = class PowerlinesContext extends require_base_context.Pow
|
|
|
2105
2112
|
if ((0, _stryke_type_checks_is_set_string.isSetString)(mergedConfig.output?.storage) && mergedConfig.output.storage === "virtual" || (0, _stryke_type_checks_is_set_object.isSetObject)(mergedConfig.output?.storage) && Object.values(mergedConfig.output.storage).every((adapter) => adapter.preset === "virtual")) mergedConfig.output.overwrite = true;
|
|
2106
2113
|
this.resolvedConfig = mergedConfig;
|
|
2107
2114
|
this.#configProxy = this.createConfigProxy();
|
|
2108
|
-
this.logger.
|
|
2115
|
+
this.logger.info({
|
|
2109
2116
|
meta: { category: "config" },
|
|
2110
|
-
message: `Resolved Powerlines configuration object: \n
|
|
2117
|
+
message: `Resolved Powerlines configuration object: \n${this.logConfig(this.resolvedConfig)}`
|
|
2111
2118
|
});
|
|
2112
2119
|
this.#fs ??= await VirtualFileSystem.create(this);
|
|
2113
2120
|
}
|
|
2114
2121
|
logConfig(config) {
|
|
2115
|
-
return (
|
|
2116
|
-
...(0, _stryke_helpers_omit.omit)(config, [
|
|
2117
|
-
|
|
2118
|
-
|
|
2122
|
+
return JSON.stringify(Object.fromEntries(Object.entries({
|
|
2123
|
+
...(0, _stryke_helpers_omit.omit)(config, [
|
|
2124
|
+
"plugins",
|
|
2125
|
+
"initialConfig",
|
|
2126
|
+
"userConfig",
|
|
2127
|
+
"inlineConfig",
|
|
2128
|
+
"pluginConfig",
|
|
2129
|
+
"environmentConfig"
|
|
2130
|
+
]),
|
|
2131
|
+
resolve: {
|
|
2132
|
+
...config.resolve,
|
|
2133
|
+
external: (config.resolve?.external ?? []).filter(Boolean).map((external) => (0, _stryke_type_checks_is_set_string.isSetString)(external) ? external : (0, _stryke_type_checks_is_regexp.isRegExp)(external) ? external.source : "<unknown-external>"),
|
|
2134
|
+
noExternal: (config.resolve?.noExternal ?? []).filter(Boolean).map((noExternal) => (0, _stryke_type_checks_is_set_string.isSetString)(noExternal) ? noExternal : (0, _stryke_type_checks_is_regexp.isRegExp)(noExternal) ? noExternal.source : "<unknown-no-external>")
|
|
2135
|
+
},
|
|
2136
|
+
plugins: config.plugins ? config.plugins.flatMap((plugin) => (0, _stryke_convert_to_array.toArray)(plugin)).map((plugin) => String((0, _stryke_type_checks_is_set_string.isSetString)(plugin) ? plugin : (0, _stryke_type_checks_is_set_object.isSetObject)(plugin) && (0, _stryke_type_checks_is_set_string.isSetString)(plugin.name) ? plugin.name : Array.isArray(plugin) && (0, _stryke_type_checks_is_set_string.isSetString)(plugin[0]) ? plugin[0] : "<function-plugin>")) : []
|
|
2137
|
+
}).sort(([key1], [key2]) => key1.localeCompare(key2))), null, 4).replace(/"([^"]+)":/g, "$1:").replace(/,$/g, "");
|
|
2119
2138
|
}
|
|
2120
2139
|
createConfigProxy() {
|
|
2121
2140
|
return new Proxy(this.resolvedConfig, {
|
|
@@ -2142,6 +2161,7 @@ var PowerlinesContext = class PowerlinesContext extends require_base_context.Pow
|
|
|
2142
2161
|
if (key === "userConfig") return this.userConfig;
|
|
2143
2162
|
if (key === "inlineConfig") return this.inlineConfig;
|
|
2144
2163
|
if (key === "pluginConfig") return this.pluginConfig;
|
|
2164
|
+
if (key === "environmentConfig") return this.environmentConfig;
|
|
2145
2165
|
}
|
|
2146
2166
|
return Reflect.get(target, key, receiver);
|
|
2147
2167
|
},
|
|
@@ -2411,14 +2431,14 @@ var PowerlinesEnvironmentContext = class PowerlinesEnvironmentContext extends Po
|
|
|
2411
2431
|
/**
|
|
2412
2432
|
* Create a new context from the config.
|
|
2413
2433
|
*
|
|
2414
|
-
* @param
|
|
2434
|
+
* @param initialOptions - The resolved execution options.
|
|
2415
2435
|
* @param config - The user configuration options.
|
|
2416
2436
|
* @param overriddenConfig - The configuration options that should override all other configuration sources, such as CLI flags or environment variables. This is used to ensure that certain configuration values take precedence over any other settings defined in the user configuration or environment configuration, allowing for dynamic overrides based on the execution context.
|
|
2417
2437
|
* @param environment - The resolved environment configuration, which may include additional properties or modifications made during the configuration loading process. This is used to provide context about the environment in which the command is being executed, allowing for environment-specific behavior and configuration resolution.
|
|
2418
2438
|
* @returns A promise that resolves to an instance of the PowerlinesEnvironmentContext class, initialized with the provided configuration and environment data.
|
|
2419
2439
|
*/
|
|
2420
|
-
static async createEnvironment(
|
|
2421
|
-
const context = new PowerlinesEnvironmentContext(
|
|
2440
|
+
static async createEnvironment(initialOptions, config, overriddenConfig, environment) {
|
|
2441
|
+
const context = new PowerlinesEnvironmentContext(initialOptions, config, overriddenConfig);
|
|
2422
2442
|
await context.setEnvironmentConfig(environment);
|
|
2423
2443
|
return context;
|
|
2424
2444
|
}
|
|
@@ -2471,7 +2491,7 @@ var PowerlinesEnvironmentContext = class PowerlinesEnvironmentContext extends Po
|
|
|
2471
2491
|
* @returns A promise that resolves when the environment configuration values have been set.
|
|
2472
2492
|
*/
|
|
2473
2493
|
async setEnvironmentConfig(config) {
|
|
2474
|
-
this.logger.
|
|
2494
|
+
this.logger.debug({
|
|
2475
2495
|
meta: { category: "config" },
|
|
2476
2496
|
message: `Updating environment configuration object: \n${this.logConfig(config)}`
|
|
2477
2497
|
});
|
|
@@ -2724,7 +2744,7 @@ var PowerlinesExecutionContext = class PowerlinesExecutionContext extends Powerl
|
|
|
2724
2744
|
* @returns A new context instance with the updated environment.
|
|
2725
2745
|
*/
|
|
2726
2746
|
async createEnvironment(environment) {
|
|
2727
|
-
const context = await PowerlinesEnvironmentContext.createEnvironment((0, _stryke_helpers_deep_clone.deepClone)(this.
|
|
2747
|
+
const context = await PowerlinesEnvironmentContext.createEnvironment((0, _stryke_helpers_deep_clone.deepClone)(this.initialOptions), (0, _stryke_helpers_deep_clone.deepClone)(this.config), (0, _stryke_helpers_deep_clone.deepClone)(this.overriddenConfig), (0, _stryke_helpers_deep_clone.deepClone)(environment));
|
|
2728
2748
|
context.$$internal = this.$$internal;
|
|
2729
2749
|
context.dependencies = (0, _stryke_helpers_deep_clone.deepClone)(this.dependencies);
|
|
2730
2750
|
context.devDependencies = (0, _stryke_helpers_deep_clone.deepClone)(this.devDependencies);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { BaseContext, Context, EmitEntryOptions, EmitOptions, EngineOptions, EnvironmentContext, EnvironmentResolvedConfig, ExecutionContext, ExecutionOptions, FetchOptions, InferOverridableConfig, LogFn, LogLevelResolvedConfig, LogMessage, Logger, LoggerOptions, MetaInfo, Mode, ParseOptions, ParsedTypeScriptConfig, ParsedUserConfig, Plugin, PluginContext, ResolveOptions, ResolveResult, ResolvedConfig, ResolvedEntryTypeDefinition, Resolver, TransformResult, UserConfig, VirtualFile, VirtualFileSystemInterface, WorkspaceConfig } from "@powerlines/core";
|
|
2
|
-
import { DeepPartial, RequiredKeys } from "@stryke/types/base";
|
|
3
|
-
import { Unstable_ContextInternal, Unstable_EnvironmentContext } from "@powerlines/core/types/_internal";
|
|
4
1
|
import { EnvPaths } from "@stryke/env/get-env-paths";
|
|
5
2
|
import { FlatCache } from "flat-cache";
|
|
6
3
|
import { ParseResult } from "oxc-parser";
|
|
7
|
-
import { Range } from "semver";
|
|
8
4
|
import { RequestInfo, Response } from "undici";
|
|
5
|
+
import { BaseContext, Context, EmitEntryOptions, EmitOptions, EngineOptions, EnvironmentContext, EnvironmentResolvedConfig, ExecutionContext, ExecutionOptions, FetchOptions, InferOverridableConfig, LogFn, LogLevelResolvedConfig, LogMessage, Logger, LoggerOptions, MetaInfo, Mode, ParseOptions, ParsedTypeScriptConfig, ParsedUserConfig, Plugin, PluginContext, ResolveOptions, ResolveResult, ResolvedConfig, ResolvedEntryTypeDefinition, Resolver, TransformResult, UserConfig, VirtualFile, VirtualFileSystemInterface, WorkspaceConfig } from "@powerlines/core";
|
|
6
|
+
import { DeepPartial, RequiredKeys } from "@stryke/types/base";
|
|
7
|
+
import { Unstable_ContextInternal, Unstable_EnvironmentContext } from "@powerlines/core/types/_internal";
|
|
8
|
+
import { Range } from "semver";
|
|
9
9
|
import { PackageJson } from "@stryke/types/package-json";
|
|
10
10
|
|
|
11
11
|
//#region src/context/base-context.d.ts
|
|
@@ -220,6 +220,10 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
220
220
|
* The configuration options provided by plugins added by the user (and other plugins)
|
|
221
221
|
*/
|
|
222
222
|
protected pluginConfig: TResolvedConfig["pluginConfig"];
|
|
223
|
+
/**
|
|
224
|
+
* The configuration options provided by the environment
|
|
225
|
+
*/
|
|
226
|
+
protected environmentConfig: any;
|
|
223
227
|
/**
|
|
224
228
|
* The resolved entry type definitions for the project
|
|
225
229
|
*/
|
|
@@ -641,4 +645,4 @@ declare class PowerlinesExecutionContext<TResolvedConfig extends ResolvedConfig
|
|
|
641
645
|
}
|
|
642
646
|
//#endregion
|
|
643
647
|
export { PowerlinesContext as n, PowerlinesBaseContext as r, PowerlinesExecutionContext as t };
|
|
644
|
-
//# sourceMappingURL=execution-context-
|
|
648
|
+
//# sourceMappingURL=execution-context-rKd-zSZy.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execution-context-rKd-zSZy.d.mts","names":[],"sources":["../src/context/base-context.ts","../src/context/context.ts","../src/context/execution-context.ts"],"mappings":"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"}
|
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_chunk = require('./chunk-C0xms8kb.cjs');
|
|
3
|
-
const require_engine_context = require('./engine-context-
|
|
3
|
+
const require_engine_context = require('./engine-context-D-rpz-J2.cjs');
|
|
4
4
|
let _powerlines_core_constants = require("@powerlines/core/constants");
|
|
5
5
|
let _stryke_convert_to_array = require("@stryke/convert/to-array");
|
|
6
6
|
let _stryke_fs_resolve = require("@stryke/fs/resolve");
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as PowerlinesEngineContext } from "./engine-context-
|
|
1
|
+
import { t as PowerlinesEngineContext } from "./engine-context-CEbC9dHR.mjs";
|
|
2
2
|
import { POWERLINES_API_FUNCTIONS } from "@powerlines/core/constants";
|
|
3
3
|
import { toArray } from "@stryke/convert/to-array";
|
|
4
4
|
import { resolvePackage } from "@stryke/fs/resolve";
|
package/dist/storage/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Context, StorageAdapter, StoragePreset } from "@powerlines/core";
|
|
2
1
|
import { writeFile, writeFileSync } from "@stryke/fs/write-file";
|
|
2
|
+
import { Context, StorageAdapter, StoragePreset } from "@powerlines/core";
|
|
3
3
|
import { MaybePromise } from "@stryke/types/base";
|
|
4
4
|
|
|
5
5
|
//#region src/storage/base.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Context, ParsedTypeScriptConfig, TSConfig } from "@powerlines/core";
|
|
2
1
|
import ts from "typescript";
|
|
3
2
|
import { FileSystemHost, InMemoryFileSystemHost, Project, ProjectOptions, RuntimeDirEntry } from "ts-morph";
|
|
3
|
+
import { Context, ParsedTypeScriptConfig, TSConfig } from "@powerlines/core";
|
|
4
4
|
import { FilterPattern } from "@stryke/types/file";
|
|
5
5
|
|
|
6
6
|
//#region src/typescript/ts-morph.d.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/engine",
|
|
3
|
-
"version": "0.46.
|
|
3
|
+
"version": "0.46.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "An internal package containing the core engine modules for Powerlines.",
|
|
6
6
|
"homepage": "https://stormsoftware.com",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"@cacheable/memory": "^2.0.8",
|
|
138
138
|
"@donedeal0/superdiff": "^3.2.0",
|
|
139
139
|
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
140
|
-
"@powerlines/core": "^0.46.
|
|
140
|
+
"@powerlines/core": "^0.46.5",
|
|
141
141
|
"@storm-software/config": "^1.137.34",
|
|
142
142
|
"@storm-software/config-tools": "^1.190.1",
|
|
143
143
|
"@stryke/async": "^0.1.1",
|
|
@@ -180,5 +180,5 @@
|
|
|
180
180
|
"typescript": "^6.0.3",
|
|
181
181
|
"undici-types": "^7.25.0"
|
|
182
182
|
},
|
|
183
|
-
"gitHead": "
|
|
183
|
+
"gitHead": "9af888c54e58a82744cc334a6b80da52429fa0ac"
|
|
184
184
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"execution-context-BpRfsnkE.d.mts","names":[],"sources":["../src/context/base-context.ts","../src/context/context.ts","../src/context/execution-context.ts"],"mappings":";;;;;;;;;;;cA6Da,qBAAA,YAAiC,WAAA;EAAA;;;;EAMrC,cAAA;;AANT;;EAWS,QAAA,EAAW,QAAA;EAAA;;;EAKX,OAAA,EAAU,YAAA,CACf,aAAA;EAYkB;;;EALb,WAAA,EAAc,WAAA;EAiCE;;;EA5BhB,WAAA,EAAa,MAAA;EAoEU;;;EA/DvB,UAAA,EAAa,gBAAA;EA4HgC;;;EAAA,IAvHzC,MAAA,CAAA,GAAU,MAAA;EA4IK;;;EAAA,IArIf,SAAA,CAAA;EAAA,IAIA,QAAA,CAAA,GAAY,sBAAA;EAgJN;;;EAAA,IAzIN,QAAA,CAAA,GAAY,QAAA;EAmRW;;;;;EAtQ3B,KAAA,CAAM,OAAA,WAAkB,UAAA;EAtEwB;;;;;EA+EhD,KAAA,CAAM,OAAA,WAAkB,UAAA;EApEb;;;;;EA6EX,IAAA,CAAK,OAAA,WAAkB,UAAA;EA3DvB;;;;;EAoEA,IAAA,CAAK,OAAA,WAAkB,UAAA;EAnDnB;;;;;EA4DJ,KAAA,CAAM,OAAA,WAAkB,UAAA;EApCA;;;;;EA6CxB,KAAA,CAAM,OAAA,WAAkB,UAAA;EA3BD;;;;;;;;;;;;;EA4CvB,KAAA,CAAM,IAAA;EA0BgB;;;;;;;EAAtB,YAAA,CAAa,OAAA,EAAS,aAAA,EAAe,KAAA,GAAQ,KAAA,GAAQ,MAAA;EAcf;;;;;;EAAtC,YAAA,CAAa,OAAA,EAAS,aAAA,GAAgB,MAAA;EAqBlC;;;EAAA,UAdD,cAAA,EAAgB,aAAA;EAexB;;;EAAA,UAVQ,aAAA,EAAe,WAAA,CAAY,UAAA;EA6CrB;;;;;;EAAA,UArCP,WAAA,CACP,OAAA,EAAS,aAAA,EACT,aAAA,GAAe,WAAA,CAAY,UAAA;EA+JK;;;;;EAAA,UApJlB,kBAAA,CAAA,GAAsB,OAAA,CAAQ,eAAA;EAqKsB;;;;ACtStE;;EDsSsE,UA7IpD,IAAA,CAAA,GAAI,OAAA;ECxJI;;;;;;;;;;EAAA,UD6PR,qBAAA,CACd,GAAA,WACA,IAAA,YAAgC,OAAA;EClNT;;;;;EAAA,UDuOT,cAAA,CAAA,GAAkB,OAAA,CAAQ,IAAA;EC7MlB;;;;;EAAA,UD8NR,kBAAA,CAAA,GAAsB,OAAA,CAAQ,sBAAA;AAAA;;;cCtSnC,iBAAA,yBACa,cAAA,GAAiB,cAAA,UAEjC,qBAAA,YACG,OAAA,CAAQ,eAAA;EAAA;EDhFR;;;;;;EAAA,OCwGS,iBAAA,yBACM,cAAA,GAAiB,cAAA,CAAA,CAEzC,OAAA,EAAS,gBAAA,EACT,aAAA,EAAe,eAAA,oBACd,OAAA,CAAQ,iBAAA,CAAkB,eAAA;EDhFT;;;EC6FJ,OAAA,EAAS,YAAA,CACvB,gBAAA;EDlEqB;;;EC4EhB,YAAA,EAAc,MAAA,kBAAwB,KAAA;EDpCf;;;ECyCvB,eAAA,EAAiB,MAAA,kBAAwB,KAAA;EDoBI;;;ECf7C,aAAA,EAAe,QAAA;EDoCI;;;EC/BnB,eAAA,EAAiB,MAAA;ED8CK;;;EAAA,UCzCV,cAAA,EAAgB,gBAAA;ED4Ef;;;EAAA,UCvEV,cAAA,EAAgB,eAAA;EDoNoB;;;EAAA,UC/MpC,gBAAA,EAAkB,sBAAA,CAAuB,eAAA;EDnKI;;;EAAA,UCyK7C,YAAA,EAAc,eAAA;ED9JjB;;;EAAA,UCoKG,UAAA,EAAY,eAAA;ED9JpB;;;EAAA,UCoKQ,YAAA,EAAc,eAAA;EDxJJ;;;EAAA,IC6JT,KAAA,CAAA,GAAS,2BAAA;EDnJC;;;EAAA,ICqKV,QAAA,CAAA,GAAY,sBAAA;EDnJZ;;;EAAA,ICgKA,QAAA,CAAS,KAAA,EAAO,sBAAA;EDnJd;;;EAAA,IC2JF,EAAA,CAAA,GAAM,0BAAA;EDzIV;;;EAAA,ICoJI,QAAA,CAAA;ED3ImB;;;EAAA,ICkJnB,IAAA,CAAA,GAkBJ,QAAA;ED3JM;;;EAAA,ICiKF,MAAA,CAAA,GAAU,eAAA;EDvId;;;EAAA,ICkJI,aAAA,CAAA;EDxHS;;;EAAA,ICoIT,YAAA,CAAA;EDtHJ;;;EAAA,IC6HI,SAAA,CAAA;EDtHD;;;EAAA,IC6HC,kBAAA,CAAA;EDxH0B;;;EAAA,IC+H1B,QAAA,CAAA;EDrHM;;;EAAA,ICgIN,SAAA,CAAA;EDrH2B;;;EAAA,ICwI3B,SAAA,CAAA;EDXK;;;EAAA,ICoBL,uBAAA,CAAA;EDGK;;;EAAA,ICIL,QAAA,CAAA;EDa2B;;;EAAA,ICH3B,cAAA,CAAA,GAAkB,MAAA;;;;AAnS/B;;;MAoUa,KAAA,CAAA,GAAS,MAAA;EAnUqB;;;EAAA,IAsWrB,QAAA,CAAA,GAAY,sBAAA;EAxUrB;;;EAAA,IA+US,QAAA,CAAA,GAAY,QAAA;EA7U7B;;;EAAA,cAwVW,WAAA,CAAA,GAAe,SAAA;EAhUR;;;EAAA,cAiVP,YAAA,CAAA,GAAgB,SAAA;EAlUN;;;EAAA,cAmVV,aAAA,CAAA,GAAiB,2BAAA;EApUH;;;;;;EAAA,UA+WnB,WAAA,CACP,OAAA,EAAS,gBAAA,EACT,aAAA,EAAe,eAAA;EAnTA;;;;;;;EAiUD,YAAA,CAAa,OAAA,EAAS,aAAA,EAAe,KAAA,GAAQ,KAAA,GAAQ,MAAA;EA5EvC;;;;;;;;;;;;;;;;;;EA0HjB,KAAA,CACX,KAAA,EAAO,WAAA,EACP,OAAA,GAAS,YAAA,GACR,OAAA,CAAQ,QAAA;EAoRa;;;;;;;;;;;;;;;;;;EA3LX,KAAA,CAAM,IAAA,UAAc,OAAA,GAAS,YAAA,GAAiB,OAAA,CAAA,WAAA;EAmgBlC;;;;;;;;;;;;;;;;EAxdZ,OAAA,CACX,EAAA,UACA,QAAA,WACA,OAAA,GAAS,cAAA,GACR,OAAA,CAAQ,aAAA;EA9oB8B;;;;;;;;;;;;;;EAywB5B,IAAA,CAAK,EAAA,WAAa,OAAA,CAAQ,eAAA;EAzuBV;;;EA0vBhB,WAAA,CAAA,GAAW,OAAA,CAAA,WAAA;EAluBjB;;;;;;;EAsvBM,IAAA,CACX,IAAA,UACA,IAAA,UACA,OAAA,GAAS,WAAA,GACR,OAAA;EA3uBI;;;;;;;EA+wBA,QAAA,CAAS,IAAA,UAAc,IAAA,UAAc,OAAA,GAAS,WAAA;EAhwBF;;;;;;;EAoyBtC,SAAA,CACX,IAAA,UACA,IAAA,UACA,OAAA,GAAS,gBAAA,GACR,OAAA;EAjxBiB;;;;;;;EA8yBb,aAAA,CACL,IAAA,UACA,IAAA,UACA,OAAA,GAAS,gBAAA;EA/vBA;;;;;;;EA6xBE,WAAA,CACX,IAAA,UACA,EAAA,UACA,OAAA,GAAS,WAAA,GACR,OAAA;EA7tBQ;;;;;;;EAwvBJ,eAAA,CAAgB,IAAA,UAAc,EAAA,UAAY,OAAA,GAAS,WAAA;EAxpB/C;;;;;;;EAmrBE,kBAAA,CACX,IAAA,UACA,EAAA,UACA,OAAA,GAAS,WAAA,GACR,OAAA;EAjnBW;;;;;;;EA4oBP,sBAAA,CACL,IAAA,UACA,EAAA,UACA,OAAA,GAAS,WAAA;EAjlBT;;;;;;EA4mBW,gBAAA,CAAiB,IAAA,YAAgB,OAAA;EAhjBjC;;;;;;EA4jBA,eAAA,CACX,MAAA,EAAQ,eAAA,mBACP,OAAA;EAleU;;;;;;EAkfA,eAAA,CACX,MAAA,EAAQ,eAAA,mBACP,OAAA;EAxcD;;;;;EAAA,UAudQ,WAAA,CAAA,GAAe,eAAA;EAzVZ;;;;;;EAAA,UA6XG,aAAA,CACd,MAAA,EAAQ,eAAA,iBACP,OAAA;EA1VU;;;EAAA,UAuWY,IAAA,CAAA,GAAI,OAAA;EApW3B;;;;;;;;;;EAAA,UA0YuB,qBAAA,CACvB,GAAA,WACA,IAAA,YAA+B,OAAA;EAhU/B;;;EAAA,UAwUc,aAAA,CAAA,GAAiB,OAAA;EAAA,UAiTvB,SAAA,CACR,MAAA,EACI,eAAA,GACA,eAAA,oBACA,eAAA,iBACA,eAAA,mBACA,eAAA;EAAA,QAwBE,iBAAA;AAAA;;;cC3mDG,0BAAA,yBACa,cAAA,GAAiB,cAAA,UAEjC,iBAAA,CAAkB,eAAA,aACf,gBAAA,CAAiB,eAAA;EAAA;;;;;;AFM9B;SEuB+B,iBAAA,yBACH,cAAA,GAAiB,cAAA,CAAA,CAEzC,OAAA,EAAS,gBAAA,EACT,aAAA,EAAe,eAAA,oBACd,OAAA,CAAQ,0BAAA,CAA2B,eAAA;;;;;;;SAgBlB,gBAAA,yBACM,cAAA,GAAiB,cAAA,CAAA,CAEzC,OAAA,EAAS,gBAAA,EACT,aAAA,EAAe,eAAA,mBACf,YAAA,EAAc,eAAA,mBACb,OAAA,CAAQ,0BAAA,CAA2B,eAAA;EFXjB;;;;;;;;EAAA,IE8BV,UAAA,CAAA,GAAc,wBAAA,CAAyB,eAAA;EFyFrB;;;;;;;;EAAA,IE7ElB,UAAA,CAAW,KAAA,EAAO,wBAAA,CAAyB,eAAA;EFiHzB;;;EAAA,IEtGlB,EAAA,CAAA;EFyIS;;;EAAA,IElIT,YAAA,CAAA,GAAgB,MAAA,SAEzB,2BAAA,CAA4B,eAAA;EAAA,IAKnB,OAAA,CAAA,GAAW,KAAA,CAAM,MAAA,CAAO,aAAA,CAAc,eAAA;EFwQX;;;;;;EAAA,UE9P7B,WAAA,CACP,OAAA,EAAS,gBAAA,EACT,aAAA,GAAe,eAAA;EF3GV;;;;;;EEwHe,eAAA,CACpB,MAAA,EAAQ,eAAA,mBACP,OAAA;EFxGI;;;;;;;EEkIS,YAAA,CAAa,OAAA,EAAS,aAAA,EAAe,KAAA,GAAQ,KAAA,GAAQ,MAAA;EF7G9C;;;;;;EE8HP,YAAA,CAAa,OAAA,EAAS,aAAA,GAAgB,MAAA;EFjGvB;;;;;;EE+GlB,iBAAA,CACX,WAAA,EAAa,yBAAA,CAA0B,eAAA,mBACtC,OAAA,CAAQ,2BAAA,CAA4B,eAAA;EF/F3B;;;EE0KU,aAAA,CAAA,GAAa,OAAA;EFxJ5B;;;;;EE8KM,SAAA,CAAU,MAAA,EAAQ,MAAA,CAAO,aAAA,CAAc,eAAA,KAAiB,OAAA;EFnIxC;;;;;;EEmJhB,cAAA,CAAe,IAAA,YAAa,OAAA,CAAA,kBAAA,CAAA,eAAA;EFrIrB;;;;;;EE6LP,kBAAA,CACX,IAAA,YACC,OAAA,CAAQ,kBAAA,CAAmB,eAAA;EF3KrB;;;;;;;;EE2LI,aAAA,CAAA,GAAiB,OAAA,CAAQ,kBAAA,CAAmB,eAAA;AAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"execution-context-CodQucFX.d.cts","names":[],"sources":["../src/context/base-context.ts","../src/context/context.ts","../src/context/execution-context.ts"],"mappings":"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"}
|