@lwrjs/everywhere 0.17.2-alpha.4 → 0.17.2-alpha.5
Sign up to get free protection for your applications and to get access to all the features.
- package/build/__generated_site_amd_modules__/1/application/amd/l/en-US/ai/amd-bootstrap/configuration/ci/-/-/s/f301b2be87353a5119d7a4f6d83034f9/config.js +12 -0
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/@lwrjs/app-service/amd-bootstrap/module/amd/v/{0_17_2-alpha_4 → 0_17_2-alpha_5}/s/3aba11034f11c8d5598c93bfca4d4690/@lwrjs_app-service_amd-bootstrap_module_amd.js +5 -5
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwc/v/{8_12_6/s/386f673e62a516d2ee3206eeaaacfd2f → 8_12_7/s/0390a4359d2ed0e9ea9f26570071fff3}/lwc.js +14 -14
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/everywhereAmd/v/{0_17_2-alpha_4 → 0_17_2-alpha_5}/s/cb931ebef2b89dcf8ab51456e3a68864/lwr_everywhereAmd.js +3 -3
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/init/v/{0_17_2-alpha_4/s/6451a6239fe9143b9edff08eb9b3698f → 0_17_2-alpha_5/s/ee686861fdf5fa9ed99e7a5c780254ae}/lwr_init.js +56 -35
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/loader/v/{0_17_2-alpha_4/s/4486ae794f58c6e3a51ba0d2366ab781 → 0_17_2-alpha_5/s/8038a935143944754609dca4f2f3e2ef}/lwr_loader.js +68 -18
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/metrics/v/{0_17_2-alpha_4 → 0_17_2-alpha_5}/s/fb8c5dd340c69fdf7ded52d3eba633b9/lwr_metrics.js +1 -1
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/preInit/v/{0_17_2-alpha_4 → 0_17_2-alpha_5}/s/ec0fad0e38a96bb0b88c9f4553460347/lwr_preInit.js +1 -1
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/profiler/v/{0_17_2-alpha_4/s/a152b8d35f12ca1b5147c5cd1ee155fb → 0_17_2-alpha_5/s/309a6aefe2693406a267eb1a357d6ab4}/lwr_profiler.js +2 -1
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/vault/v/{0_17_2-alpha_4 → 0_17_2-alpha_5}/s/c92abd8c1fec2d7eff62e4b097abbe14/lwr_vault.js +1 -1
- package/build/__generated_site_amd_modules__/1/resource/amd/lwr-error-shim.js/v/{0_17_2-alpha_4 → 0_17_2-alpha_5}/lwr-error-shim.js +1 -1
- package/build/__generated_site_amd_modules__/1/resource/amd/lwr-loader-shim.bundle.js/v/{0_17_2-alpha_4 → 0_17_2-alpha_5}/lwr-loader-shim.bundle.js +93 -24
- package/build/assets/amd/lwr-everywhere-debug.js +73 -25
- package/build/assets/amd/lwr-everywhere-min.js +4 -3
- package/build/assets/amd/lwr-everywhere.js +73 -25
- package/build/assets/core/lwr-everywhere-debug.js +69 -21
- package/build/assets/core/lwr-everywhere-min.js +4 -3
- package/build/assets/core/lwr-everywhere.js +69 -21
- package/build/assets/esm/lwr-everywhere-debug.js +1 -1
- package/build/assets/esm/lwr-everywhere-min.js +1 -1
- package/build/assets/esm/lwr-everywhere.js +1 -1
- package/package.json +6 -6
- package/build/__generated_site_amd_modules__/1/application/amd/l/en-US/ai/amd-bootstrap/configuration/ci/-/-/s/83ff91e29423af3996b557181ab2b0ef/config.js +0 -12
@@ -52,7 +52,7 @@ function getConfiguration(options) {
|
|
52
52
|
* SPDX-License-Identifier: MIT
|
53
53
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
54
54
|
*/
|
55
|
-
/* LWR Module Loader v0.17.2-alpha.
|
55
|
+
/* LWR Module Loader v0.17.2-alpha.5 */
|
56
56
|
const templateRegex = /\{([0-9]+)\}/g;
|
57
57
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
58
58
|
function templateString(template, args) {
|
@@ -156,7 +156,7 @@ const STALE_HOOK_ERROR = Object.freeze({
|
|
156
156
|
level: 0,
|
157
157
|
message: 'An error occurred handling module conflict',
|
158
158
|
});
|
159
|
-
|
159
|
+
Object.freeze({
|
160
160
|
code: 3017,
|
161
161
|
level: 0,
|
162
162
|
message: 'Marking module(s) as externally loaded, but they are already loaded:',
|
@@ -645,6 +645,12 @@ function evaluateHandleStaleModuleHooks(
|
|
645
645
|
|
646
646
|
const MODULE_LOAD_TIMEOUT_TIMER = 60 * 1000; // 1m
|
647
647
|
|
648
|
+
var MODULE_WARNING; (function (MODULE_WARNING) {
|
649
|
+
const MODULE_REDEFINE = 'Module redefine attempted'; MODULE_WARNING["MODULE_REDEFINE"] = MODULE_REDEFINE;
|
650
|
+
const MODULE_ALREADY_LOADED = 'Marking module(s) as externally loaded, but they are already loaded'; MODULE_WARNING["MODULE_ALREADY_LOADED"] = MODULE_ALREADY_LOADED;
|
651
|
+
const ALIAS_UPDATE = 'Alias update attempt'; MODULE_WARNING["ALIAS_UPDATE"] = ALIAS_UPDATE;
|
652
|
+
})(MODULE_WARNING || (MODULE_WARNING = {}));
|
653
|
+
|
648
654
|
/*!
|
649
655
|
* Copyright (C) 2023 salesforce.com, inc.
|
650
656
|
*/
|
@@ -820,7 +826,7 @@ async function evaluateLoadHook(
|
|
820
826
|
});
|
821
827
|
}
|
822
828
|
|
823
|
-
/* global
|
829
|
+
/* global process console */
|
824
830
|
|
825
831
|
|
826
832
|
|
@@ -867,13 +873,20 @@ async function evaluateLoadHook(
|
|
867
873
|
|
868
874
|
class ModuleRegistry {
|
869
875
|
|
876
|
+
|
877
|
+
__init() {this.isAppMounted = false;}
|
870
878
|
|
871
|
-
constructor(config) {ModuleRegistry.prototype.__init.call(this);ModuleRegistry.prototype.__init2.call(this);ModuleRegistry.prototype.__init3.call(this);
|
879
|
+
constructor(config) {ModuleRegistry.prototype.__init.call(this);ModuleRegistry.prototype.__init2.call(this);ModuleRegistry.prototype.__init3.call(this);ModuleRegistry.prototype.__init4.call(this);
|
872
880
|
this.profiler = config.profiler;
|
873
881
|
this.resolver = new ImportMetadataResolver(
|
874
882
|
config,
|
875
883
|
this.importMetadataInvalidationCallback.bind(this),
|
876
884
|
);
|
885
|
+
this.warnings = {
|
886
|
+
[MODULE_WARNING.MODULE_REDEFINE]: [],
|
887
|
+
[MODULE_WARNING.MODULE_ALREADY_LOADED]: [],
|
888
|
+
[MODULE_WARNING.ALIAS_UPDATE]: [],
|
889
|
+
};
|
877
890
|
}
|
878
891
|
|
879
892
|
async load(id, importer) {
|
@@ -1005,11 +1018,14 @@ class ModuleRegistry {
|
|
1005
1018
|
// eslint-disable-next-line lwr/no-unguarded-apis
|
1006
1019
|
process.env.NODE_ENV !== 'production' &&
|
1007
1020
|
// eslint-disable-next-line lwr/no-unguarded-apis
|
1008
|
-
process.env.MRT_HMR !== 'true'
|
1009
|
-
hasConsole
|
1021
|
+
process.env.MRT_HMR !== 'true'
|
1010
1022
|
) {
|
1011
|
-
|
1012
|
-
|
1023
|
+
if (!this.warnings[MODULE_WARNING.MODULE_REDEFINE].includes(name)) {
|
1024
|
+
this.warnings[MODULE_WARNING.MODULE_REDEFINE].push(name);
|
1025
|
+
}
|
1026
|
+
if (this.isAppMounted) {
|
1027
|
+
this.logMessage('warning', `${MODULE_WARNING.MODULE_REDEFINE}: ${name}`);
|
1028
|
+
}
|
1013
1029
|
}
|
1014
1030
|
this.lastDefine = mod;
|
1015
1031
|
return;
|
@@ -1063,9 +1079,13 @@ class ModuleRegistry {
|
|
1063
1079
|
};
|
1064
1080
|
this.namedDefineRegistry.set(id, moduleDef );
|
1065
1081
|
// eslint-disable-next-line lwr/no-unguarded-apis
|
1066
|
-
} else if (process.env.NODE_ENV !== 'production'
|
1067
|
-
|
1068
|
-
|
1082
|
+
} else if (process.env.NODE_ENV !== 'production') {
|
1083
|
+
if (!this.warnings[MODULE_WARNING.MODULE_ALREADY_LOADED].includes(id)) {
|
1084
|
+
this.warnings[MODULE_WARNING.MODULE_ALREADY_LOADED].push(id);
|
1085
|
+
}
|
1086
|
+
if (this.isAppMounted) {
|
1087
|
+
this.logMessage('warning', `${MODULE_WARNING.MODULE_ALREADY_LOADED}: ${id}`);
|
1088
|
+
}
|
1069
1089
|
}
|
1070
1090
|
});
|
1071
1091
|
}
|
@@ -1073,13 +1093,13 @@ class ModuleRegistry {
|
|
1073
1093
|
|
1074
1094
|
|
1075
1095
|
// A registry for named AMD defines containing the *metadata* of AMD module
|
1076
|
-
|
1096
|
+
__init2() {this.namedDefineRegistry = new Map();}
|
1077
1097
|
|
1078
1098
|
// The evaluated module registry where the module identifier (name or URL?) is the key
|
1079
|
-
|
1099
|
+
__init3() {this.moduleRegistry = new Map();}
|
1080
1100
|
|
1081
1101
|
// Aliases of modules in the registry
|
1082
|
-
|
1102
|
+
__init4() {this.aliases = new Map();}
|
1083
1103
|
|
1084
1104
|
|
1085
1105
|
|
@@ -1159,10 +1179,12 @@ class ModuleRegistry {
|
|
1159
1179
|
// Warn the user if they were not aliasing to the resolvedId
|
1160
1180
|
const currentResolvedId = this.aliases.get(aliasId);
|
1161
1181
|
if (currentResolvedId !== resolvedId) {
|
1162
|
-
|
1163
|
-
if (
|
1164
|
-
|
1165
|
-
|
1182
|
+
const warningMsg = `${aliasId}=>${currentResolvedId}, ${resolvedId}`;
|
1183
|
+
if (!this.warnings[MODULE_WARNING.ALIAS_UPDATE].includes(warningMsg)) {
|
1184
|
+
this.warnings[MODULE_WARNING.ALIAS_UPDATE].push(warningMsg);
|
1185
|
+
}
|
1186
|
+
if (this.isAppMounted) {
|
1187
|
+
this.logMessage('warning', `${MODULE_WARNING.ALIAS_UPDATE}: ${warningMsg}`);
|
1166
1188
|
}
|
1167
1189
|
}
|
1168
1190
|
}
|
@@ -1475,6 +1497,28 @@ class ModuleRegistry {
|
|
1475
1497
|
res === null || typeof res === 'string' || (res && typeof (res ).url === 'string')
|
1476
1498
|
);
|
1477
1499
|
}
|
1500
|
+
|
1501
|
+
getModuleWarnings(isAppMounted = false) {
|
1502
|
+
this.isAppMounted = isAppMounted;
|
1503
|
+
return this.warnings;
|
1504
|
+
}
|
1505
|
+
|
1506
|
+
logMessage(logType, message) {
|
1507
|
+
if (
|
1508
|
+
!hasProcessEnv ||
|
1509
|
+
!hasConsole || // eslint-disable-next-line lwr/no-unguarded-apis
|
1510
|
+
process.env.NODE_ENV === 'production'
|
1511
|
+
) {
|
1512
|
+
return;
|
1513
|
+
}
|
1514
|
+
if (logType == 'warning') {
|
1515
|
+
// eslint-disable-next-line lwr/no-unguarded-apis
|
1516
|
+
console.warn(message);
|
1517
|
+
} else {
|
1518
|
+
// eslint-disable-next-line lwr/no-unguarded-apis
|
1519
|
+
console.log(message);
|
1520
|
+
}
|
1521
|
+
}
|
1478
1522
|
}
|
1479
1523
|
|
1480
1524
|
/**
|
@@ -1608,6 +1652,10 @@ class Loader {
|
|
1608
1652
|
registerExternalModules(modules) {
|
1609
1653
|
this.registry.registerExternalModules(modules);
|
1610
1654
|
}
|
1655
|
+
|
1656
|
+
getModuleWarnings(isAppMounted = false) {
|
1657
|
+
return this.registry.getModuleWarnings(isAppMounted);
|
1658
|
+
}
|
1611
1659
|
}
|
1612
1660
|
|
1613
1661
|
function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
@@ -1631,12 +1679,12 @@ await loader.registerImportMappings({ imports, index }, [bootstrapModule]);
|
|
1631
1679
|
(globalThis ).LWR = Object.freeze({ define: loader.define.bind(loader) });
|
1632
1680
|
|
1633
1681
|
// Define preload modules (ie: ABS, vault, etc) BEFORE loading them
|
1634
|
-
LWR.define('lwr/everywhereAmd/v/0_0_1', ['exports', 'lwr/vault/v/0_0_1'], (function (exports,
|
1682
|
+
LWR.define('lwr/everywhereAmd/v/0_0_1', ['exports', 'lwr/vault/v/0_0_1'], (function (exports, _0_17_2Alpha_5) {
|
1635
1683
|
// IMPORTANT: Do not add any static imports to this file that are not bundled with the amd-client
|
1636
1684
|
|
1637
1685
|
// Do an OAuthed fetch
|
1638
1686
|
async function authFetch(url, accept = 'javascript') {
|
1639
|
-
const authInfo =
|
1687
|
+
const authInfo = _0_17_2Alpha_5.getAuthInfo();
|
1640
1688
|
if (authInfo) {
|
1641
1689
|
return fetch(url, {
|
1642
1690
|
headers: {
|
@@ -1685,7 +1733,7 @@ LWR.define('lwr/everywhereAmd/v/0_0_1', ['exports', 'lwr/vault/v/0_0_1'], (funct
|
|
1685
1733
|
function authenticate(authInfo) {
|
1686
1734
|
// Put OAuth info into the vault
|
1687
1735
|
if (authInfo) {
|
1688
|
-
|
1736
|
+
_0_17_2Alpha_5.setAuthInfo(authInfo);
|
1689
1737
|
}
|
1690
1738
|
}
|
1691
1739
|
|
@@ -20,7 +20,7 @@ function getConfiguration(options) {
|
|
20
20
|
: `${ORIGIN}${PREFIX}/module/${format}/${POSTFIX}/mi/`;
|
21
21
|
|
22
22
|
// Component specifiers and URIs
|
23
|
-
const BOOT_MODULE = `lwr/everywhere${format === 'esm' ? 'Esm' : 'Amd'}/v/0_17_2-
|
23
|
+
const BOOT_MODULE = `lwr/everywhere${format === 'esm' ? 'Esm' : 'Amd'}/v/0_17_2-alpha_5`;
|
24
24
|
const BOOT_URI = `${ENDPOINT}${encodeURIComponent(BOOT_MODULE)}/latest${debug ? '?debug' : ''}`;
|
25
25
|
|
26
26
|
// Client Bootstrap Config
|
@@ -1 +1 @@
|
|
1
|
-
globalThis.process={env:{NODE_ENV:"production"}};const e=function(e){const{format:o,server:i,apiVersion:n,apiPrefix:t,locale:p,bundle:r,debug:s}=e,a=new URL(import.meta.url),m=i||a.origin||"",d=`${t}/${n}`,$="0"+(p?`/l/${p}`:""),u="/bi/3_A,B,O,S,EG,JLMT,C,D,F,H,I,K,N,P,Q,R",l=r?`${m}${d}/bundle/${o}/${$}${u}-0/module/mi/`:`${m}${d}/module/${o}/${$}/mi/`,b=`lwr/everywhere${"esm"===o?"Esm":"Amd"}/v/0_17_2-
|
1
|
+
globalThis.process={env:{NODE_ENV:"production"}};const e=function(e){const{format:o,server:i,apiVersion:n,apiPrefix:t,locale:p,bundle:r,debug:s}=e,a=new URL(import.meta.url),m=i||a.origin||"",d=`${t}/${n}`,$="0"+(p?`/l/${p}`:""),u="/bi/3_A,B,O,S,EG,JLMT,C,D,F,H,I,K,N,P,Q,R",l=r?`${m}${d}/bundle/${o}/${$}${u}-0/module/mi/`:`${m}${d}/module/${o}/${$}/mi/`,b=`lwr/everywhere${"esm"===o?"Esm":"Amd"}/v/0_17_2-alpha_5`,g=`${l}${encodeURIComponent(b)}/latest${s?"?debug":""}`,c={appId:"lwre",autoBoot:!0,bootstrapModule:b,baseUrl:m,imports:{[g]:[b]},index:{[b]:g},endpoints:{uris:{module:l,mapping:`${m}${d}/mapping/${o}/${$}${r?u:""}/mp/`}}};return s&&c.endpoints&&(c.endpoints.modifiers={debug:"true"}),c}({format:"esm",apiVersion:"1",apiPrefix:"",bundle:!0,debug:!1}),{bootstrapModule:o,imports:i,index:n={},importMappings:t,endpoints:p}=e,{initEsm:r,authenticate:s,createComponent:a}=await import(n[o]);r({imports:i,index:n,importMappings:t,endpoints:p});export{s as authenticate,a as createComponent};
|
@@ -20,7 +20,7 @@ function getConfiguration(options) {
|
|
20
20
|
: `${ORIGIN}${PREFIX}/module/${format}/${POSTFIX}/mi/`;
|
21
21
|
|
22
22
|
// Component specifiers and URIs
|
23
|
-
const BOOT_MODULE = `lwr/everywhere${format === 'esm' ? 'Esm' : 'Amd'}/v/0_17_2-
|
23
|
+
const BOOT_MODULE = `lwr/everywhere${format === 'esm' ? 'Esm' : 'Amd'}/v/0_17_2-alpha_5`;
|
24
24
|
const BOOT_URI = `${ENDPOINT}${encodeURIComponent(BOOT_MODULE)}/latest${debug ? '?debug' : ''}`;
|
25
25
|
|
26
26
|
// Client Bootstrap Config
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lwrjs/everywhere",
|
3
3
|
"description": "LWR Everywhere",
|
4
|
-
"version": "0.17.2-alpha.
|
4
|
+
"version": "0.17.2-alpha.5",
|
5
5
|
"license": "MIT",
|
6
6
|
"publishConfig": {
|
7
7
|
"access": "public"
|
@@ -51,10 +51,10 @@
|
|
51
51
|
},
|
52
52
|
"devDependencies": {
|
53
53
|
"@locker/trusted-types": "0.23.6",
|
54
|
-
"@lwrjs/loader": "0.17.2-alpha.
|
55
|
-
"@lwrjs/router": "0.17.2-alpha.
|
56
|
-
"@lwrjs/types": "0.17.2-alpha.
|
57
|
-
"lwr": "0.17.2-alpha.
|
54
|
+
"@lwrjs/loader": "0.17.2-alpha.5",
|
55
|
+
"@lwrjs/router": "0.17.2-alpha.5",
|
56
|
+
"@lwrjs/types": "0.17.2-alpha.5",
|
57
|
+
"lwr": "0.17.2-alpha.5"
|
58
58
|
},
|
59
59
|
"peerDependencies": {
|
60
60
|
"@lwc/module-resolver": ">= 2.x"
|
@@ -81,5 +81,5 @@
|
|
81
81
|
"engines": {
|
82
82
|
"node": ">=18.0.0"
|
83
83
|
},
|
84
|
-
"gitHead": "
|
84
|
+
"gitHead": "b87daf19f22c54126ccaf01e0f899aabe6265885"
|
85
85
|
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
/* This script is generated */
|
2
|
-
/* Client Bootstrap configuration */
|
3
|
-
globalThis.LWR = globalThis.LWR || {};
|
4
|
-
Object.assign(globalThis.LWR, {"appId":"amd-bootstrap","bootstrapModule":"@lwrjs/app-service/amd-bootstrap/module/amd/v/0_17_2-alpha_4","autoBoot":true,"imports":{"/1/module/amd/1/l/en-US/mi/%40lwrjs%2Fapp-service%2Famd-bootstrap%2Fmodule%2Famd%2Fv%2F0_17_2-alpha_4/s/3aba11034f11c8d5598c93bfca4d4690/@lwrjs_app-service_amd-bootstrap_module_amd.js":["@lwrjs/app-service/amd-bootstrap/module/amd/v/0_17_2-alpha_4"],"/1/module/amd/1/l/en-US/mi/lwr%2FpreInit%2Fv%2F0_17_2-alpha_4/s/ec0fad0e38a96bb0b88c9f4553460347/lwr_preInit.js":["lwr/preInit/v/0_17_2-alpha_4"],"/1/module/amd/1/l/en-US/mi/lwr%2Finit%2Fv%2F0_17_2-alpha_4/s/6451a6239fe9143b9edff08eb9b3698f/lwr_init.js":["lwr/init/v/0_17_2-alpha_4"],"/1/module/amd/1/l/en-US/mi/lwr%2Fmetrics%2Fv%2F0_17_2-alpha_4/s/fb8c5dd340c69fdf7ded52d3eba633b9/lwr_metrics.js":["lwr/metrics/v/0_17_2-alpha_4"],"/1/module/amd/1/l/en-US/mi/lwc%2Fv%2F8_12_6/s/386f673e62a516d2ee3206eeaaacfd2f/lwc.js":["lwc/v/8_12_6"],"/1/module/amd/1/l/en-US/mi/lwr%2FeverywhereAmd%2Fv%2F0_17_2-alpha_4/s/cb931ebef2b89dcf8ab51456e3a68864/lwr_everywhereAmd.js":["lwr/everywhereAmd/v/0_17_2-alpha_4"],"/1/module/amd/1/l/en-US/mi/lwr%2Fvault%2Fv%2F0_17_2-alpha_4/s/c92abd8c1fec2d7eff62e4b097abbe14/lwr_vault.js":["lwr/vault/v/0_17_2-alpha_4"]},"index":{"@lwrjs/app-service/amd-bootstrap/module/amd/v/0_17_2-alpha_4":"/1/module/amd/1/l/en-US/mi/%40lwrjs%2Fapp-service%2Famd-bootstrap%2Fmodule%2Famd%2Fv%2F0_17_2-alpha_4/s/3aba11034f11c8d5598c93bfca4d4690/@lwrjs_app-service_amd-bootstrap_module_amd.js","lwr/preInit/v/0_17_2-alpha_4":"/1/module/amd/1/l/en-US/mi/lwr%2FpreInit%2Fv%2F0_17_2-alpha_4/s/ec0fad0e38a96bb0b88c9f4553460347/lwr_preInit.js","lwr/init/v/0_17_2-alpha_4":"/1/module/amd/1/l/en-US/mi/lwr%2Finit%2Fv%2F0_17_2-alpha_4/s/6451a6239fe9143b9edff08eb9b3698f/lwr_init.js","lwr/metrics/v/0_17_2-alpha_4":"/1/module/amd/1/l/en-US/mi/lwr%2Fmetrics%2Fv%2F0_17_2-alpha_4/s/fb8c5dd340c69fdf7ded52d3eba633b9/lwr_metrics.js","lwc/v/8_12_6":"/1/module/amd/1/l/en-US/mi/lwc%2Fv%2F8_12_6/s/386f673e62a516d2ee3206eeaaacfd2f/lwc.js","lwr/everywhereAmd/v/0_17_2-alpha_4":"/1/module/amd/1/l/en-US/mi/lwr%2FeverywhereAmd%2Fv%2F0_17_2-alpha_4/s/cb931ebef2b89dcf8ab51456e3a68864/lwr_everywhereAmd.js","lwr/vault/v/0_17_2-alpha_4":"/1/module/amd/1/l/en-US/mi/lwr%2Fvault%2Fv%2F0_17_2-alpha_4/s/c92abd8c1fec2d7eff62e4b097abbe14/lwr_vault.js"},"rootComponents":["lwr/everywhereAmd/v/0_17_2-alpha_4"],"serverData":{},"requiredModules":["@lwrjs/app-service/amd-bootstrap/module/amd/v/0_17_2-alpha_4"],"preloadModules":["lwr/preInit/v/0_17_2-alpha_4","lwr/init/v/0_17_2-alpha_4","lwr/metrics/v/0_17_2-alpha_4","lwc/v/8_12_6","lwr/everywhereAmd/v/0_17_2-alpha_4"],"endpoints":{"uris":{"mapping":"/1/mapping/amd/1/l/en-US/mp/"}}});
|
5
|
-
globalThis.LWR = {...globalThis.LWR, env: {"SSR":false,"basePath":"","locale":"en-US","assetBasePath":"","uiBasePath":""}};
|
6
|
-
globalThis.process={...globalThis.process,env:{...globalThis.process?.env,...{"NODE_ENV":"compat"}}};
|
7
|
-
globalThis.lwcRuntimeFlags = { ENABLE_MIXED_SHADOW_MODE: false, ENABLE_WIRE_SYNC_EMIT: false };
|
8
|
-
// Appended by Static Site Generator
|
9
|
-
if (!globalThis.LWR.imports) { globalThis.LWR.imports = {}; }
|
10
|
-
Object.assign(globalThis.LWR.imports, {"/1/module/amd/1/l/en-US/mi/lwr%2Fprofiler%2Fv%2F0_17_2-alpha_4/s/a152b8d35f12ca1b5147c5cd1ee155fb/lwr_profiler.js":["lwr/profiler/v/0_17_2-alpha_4"],"/1/module/amd/1/l/en-US/mi/lwr%2Floader%2Fv%2F0_17_2-alpha_4/s/4486ae794f58c6e3a51ba0d2366ab781/lwr_loader.js":["lwr/loader/v/0_17_2-alpha_4"]})
|
11
|
-
if (!globalThis.LWR.index) { globalThis.LWR.index = {}; }
|
12
|
-
Object.assign(globalThis.LWR.index, {"lwr/profiler/v/0_17_2-alpha_4":"/1/module/amd/1/l/en-US/mi/lwr%2Fprofiler%2Fv%2F0_17_2-alpha_4/s/a152b8d35f12ca1b5147c5cd1ee155fb/lwr_profiler.js","lwr/loader/v/0_17_2-alpha_4":"/1/module/amd/1/l/en-US/mi/lwr%2Floader%2Fv%2F0_17_2-alpha_4/s/4486ae794f58c6e3a51ba0d2366ab781/lwr_loader.js"})
|