minimal-piral 1.8.0-beta.7653 → 1.8.0-beta.7655
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/app/{index.1a51f9.js → index.ec4d4a.js} +34 -13
- package/app/index.ec4d4a.js.map +1 -0
- package/app/index.html +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +5 -5
- package/app/index.1a51f9.js.map +0 -1
|
@@ -3815,12 +3815,12 @@ function installPiralDebug(options) {
|
|
|
3815
3815
|
debug: debugApiVersion,
|
|
3816
3816
|
instance: {
|
|
3817
3817
|
name: "minimal-piral",
|
|
3818
|
-
version: "1.8.0-beta.
|
|
3818
|
+
version: "1.8.0-beta.7655",
|
|
3819
3819
|
dependencies: "tslib,react,react-dom,react-router,react-router-dom"
|
|
3820
3820
|
},
|
|
3821
3821
|
build: {
|
|
3822
|
-
date: "2024-12-
|
|
3823
|
-
cli: "1.8.0-beta.
|
|
3822
|
+
date: "2024-12-15T15:13:50.270Z",
|
|
3823
|
+
cli: "1.8.0-beta.7655",
|
|
3824
3824
|
compat: "1"
|
|
3825
3825
|
}
|
|
3826
3826
|
};
|
|
@@ -43211,7 +43211,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
43211
43211
|
var load = loader8[REGISTRY][id];
|
|
43212
43212
|
if (load) return load;
|
|
43213
43213
|
var importerSetters = [];
|
|
43214
|
-
var ns = Object.create(null);
|
|
43214
|
+
var ns = /* @__PURE__ */Object.create(null);
|
|
43215
43215
|
if (toStringTag$1) Object.defineProperty(ns, toStringTag$1, {
|
|
43216
43216
|
value: "Module"
|
|
43217
43217
|
});
|
|
@@ -43279,17 +43279,34 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
43279
43279
|
});
|
|
43280
43280
|
return load = loader8[REGISTRY][id] = {
|
|
43281
43281
|
id: id,
|
|
43282
|
+
// importerSetters, the setters functions registered to this dependency
|
|
43283
|
+
// we retain this to add more later
|
|
43282
43284
|
i: importerSetters,
|
|
43285
|
+
// module namespace object
|
|
43283
43286
|
n: ns,
|
|
43287
|
+
// extra module information for import assertion
|
|
43288
|
+
// shape like: { assert: { type: 'xyz' } }
|
|
43284
43289
|
m: meta,
|
|
43290
|
+
// instantiate
|
|
43285
43291
|
I: instantiatePromise,
|
|
43292
|
+
// link
|
|
43286
43293
|
L: linkPromise,
|
|
43294
|
+
// whether it has hoisted exports
|
|
43287
43295
|
h: false,
|
|
43296
|
+
// On instantiate completion we have populated:
|
|
43297
|
+
// dependency load records
|
|
43288
43298
|
d: void 0,
|
|
43299
|
+
// execution function
|
|
43289
43300
|
e: void 0,
|
|
43301
|
+
// On execution we have populated:
|
|
43302
|
+
// the execution error if any
|
|
43290
43303
|
er: void 0,
|
|
43304
|
+
// in the case of TLA, the execution promise
|
|
43291
43305
|
E: void 0,
|
|
43306
|
+
// On execution, L, I, E cleared
|
|
43307
|
+
// Promise for top-level completion
|
|
43292
43308
|
C: void 0,
|
|
43309
|
+
// parent instantiator / executor
|
|
43293
43310
|
p: void 0
|
|
43294
43311
|
};
|
|
43295
43312
|
}
|
|
@@ -43316,7 +43333,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
43316
43333
|
return load.n;
|
|
43317
43334
|
});
|
|
43318
43335
|
}
|
|
43319
|
-
var nullContext = Object.freeze(Object.create(null));
|
|
43336
|
+
var nullContext = Object.freeze( /* @__PURE__ */Object.create(null));
|
|
43320
43337
|
function postOrderExec(loader8, load, seen) {
|
|
43321
43338
|
if (seen[load.id]) return;
|
|
43322
43339
|
seen[load.id] = true;
|
|
@@ -43641,7 +43658,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
43641
43658
|
}));
|
|
43642
43659
|
});
|
|
43643
43660
|
if (wasmContentType.test(contentType)) return (WebAssembly.compileStreaming ? WebAssembly.compileStreaming(res) : res.arrayBuffer().then(WebAssembly.compile)).then(function (module) {
|
|
43644
|
-
if (!global2.System.wasmModules) global2.System.wasmModules = Object.create(null);
|
|
43661
|
+
if (!global2.System.wasmModules) global2.System.wasmModules = /* @__PURE__ */Object.create(null);
|
|
43645
43662
|
global2.System.wasmModules[url] = module;
|
|
43646
43663
|
var deps = [];
|
|
43647
43664
|
var setterSources = [];
|
|
@@ -43680,7 +43697,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
43680
43697
|
if (toStringTag && module[toStringTag] === "Module") {
|
|
43681
43698
|
ns = module;
|
|
43682
43699
|
} else {
|
|
43683
|
-
ns = Object.assign(Object.create(null), module);
|
|
43700
|
+
ns = Object.assign( /* @__PURE__ */Object.create(null), module);
|
|
43684
43701
|
if (toStringTag) Object.defineProperty(ns, toStringTag, {
|
|
43685
43702
|
value: "Module"
|
|
43686
43703
|
});
|
|
@@ -43766,8 +43783,8 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
43766
43783
|
System2.constructor = SystemJS;
|
|
43767
43784
|
var firstNamedDefine, firstName;
|
|
43768
43785
|
function setRegisterRegistry(systemInstance) {
|
|
43769
|
-
systemInstance.registerRegistry = Object.create(null);
|
|
43770
|
-
systemInstance.namedRegisterAliases = Object.create(null);
|
|
43786
|
+
systemInstance.registerRegistry = /* @__PURE__ */Object.create(null);
|
|
43787
|
+
systemInstance.namedRegisterAliases = /* @__PURE__ */Object.create(null);
|
|
43771
43788
|
}
|
|
43772
43789
|
var register = systemJSPrototype.register;
|
|
43773
43790
|
systemJSPrototype.register = function (name, deps, declare, metas) {
|
|
@@ -44948,9 +44965,13 @@ function createListener() {
|
|
|
44948
44965
|
return events;
|
|
44949
44966
|
}
|
|
44950
44967
|
|
|
44951
|
-
/*!
|
|
44952
|
-
|
|
44953
|
-
|
|
44968
|
+
/*! Bundled license information:
|
|
44969
|
+
|
|
44970
|
+
systemjs/dist/system.js:
|
|
44971
|
+
(*!
|
|
44972
|
+
* SystemJS 6.14.2
|
|
44973
|
+
*)
|
|
44974
|
+
*/
|
|
44954
44975
|
|
|
44955
44976
|
/***/ }),
|
|
44956
44977
|
|
|
@@ -45136,4 +45157,4 @@ var instance = (0,piral_core__WEBPACK_IMPORTED_MODULE_2__.createInstance)({
|
|
|
45136
45157
|
|
|
45137
45158
|
/******/ })()
|
|
45138
45159
|
;
|
|
45139
|
-
//# sourceMappingURL=index.
|
|
45160
|
+
//# sourceMappingURL=index.ec4d4a.js.map
|