@absolutejs/absolute 0.19.0-beta.1022 → 0.19.0-beta.1023
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
var __require = import.meta.require;
|
|
3
3
|
|
|
4
|
-
// .angular-partial-tmp-
|
|
4
|
+
// .angular-partial-tmp-l8Nczb/src/core/streamingSlotRegistrar.ts
|
|
5
5
|
var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
|
|
6
6
|
var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
|
|
7
7
|
var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
var __require = import.meta.require;
|
|
3
3
|
|
|
4
|
-
// .angular-partial-tmp-
|
|
4
|
+
// .angular-partial-tmp-l8Nczb/src/core/streamingSlotRegistrar.ts
|
|
5
5
|
var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
|
|
6
6
|
var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
|
|
7
7
|
var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
|
|
@@ -48,7 +48,7 @@ var warnMissingStreamingSlotCollector = (primitiveName) => {
|
|
|
48
48
|
getWarningController()?.maybeWarn(primitiveName);
|
|
49
49
|
};
|
|
50
50
|
|
|
51
|
-
// .angular-partial-tmp-
|
|
51
|
+
// .angular-partial-tmp-l8Nczb/src/core/streamingSlotRegistry.ts
|
|
52
52
|
var STREAMING_SLOT_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotAsyncLocalStorage");
|
|
53
53
|
var isObjectRecord2 = (value) => Boolean(value) && typeof value === "object";
|
|
54
54
|
var isAsyncLocalStorage = (value) => isObjectRecord2(value) && ("getStore" in value) && typeof value.getStore === "function" && ("run" in value) && typeof value.run === "function";
|
package/dist/build.js
CHANGED
|
@@ -20631,6 +20631,12 @@ ${content.slice(firstUseIdx)}`;
|
|
|
20631
20631
|
vendorPaths = computeVendorPaths2();
|
|
20632
20632
|
setDevVendorPaths(vendorPaths);
|
|
20633
20633
|
}
|
|
20634
|
+
if (!hmr && reactDir) {
|
|
20635
|
+
const { buildReactVendor: buildReactVendor2, computeVendorPaths: computeVendorPaths2 } = await Promise.resolve().then(() => (init_buildReactVendor(), exports_buildReactVendor));
|
|
20636
|
+
await buildReactVendor2(buildPath);
|
|
20637
|
+
vendorPaths = computeVendorPaths2();
|
|
20638
|
+
setDevVendorPaths(vendorPaths);
|
|
20639
|
+
}
|
|
20634
20640
|
let angularVendorPaths2 = getAngularVendorPaths();
|
|
20635
20641
|
if (!angularVendorPaths2 && hmr && angularDir) {
|
|
20636
20642
|
const { computeAngularVendorPaths: computeAngularVendorPaths2 } = await Promise.resolve().then(() => (init_buildAngularVendor(), exports_buildAngularVendor));
|
|
@@ -20671,12 +20677,24 @@ ${content.slice(firstUseIdx)}`;
|
|
|
20671
20677
|
vueVendorPaths2 = computeVueVendorPaths2();
|
|
20672
20678
|
setVueVendorPaths(vueVendorPaths2);
|
|
20673
20679
|
}
|
|
20680
|
+
if (!hmr && vueDir) {
|
|
20681
|
+
const { buildVueVendor: buildVueVendor2, computeVueVendorPaths: computeVueVendorPaths2 } = await Promise.resolve().then(() => (init_buildVueVendor(), exports_buildVueVendor));
|
|
20682
|
+
await buildVueVendor2(buildPath);
|
|
20683
|
+
vueVendorPaths2 = computeVueVendorPaths2();
|
|
20684
|
+
setVueVendorPaths(vueVendorPaths2);
|
|
20685
|
+
}
|
|
20674
20686
|
let svelteVendorPaths2 = getSvelteVendorPaths();
|
|
20675
20687
|
if (!svelteVendorPaths2 && hmr && svelteDir) {
|
|
20676
20688
|
const { computeSvelteVendorPaths: computeSvelteVendorPaths2 } = await Promise.resolve().then(() => (init_buildSvelteVendor(), exports_buildSvelteVendor));
|
|
20677
20689
|
svelteVendorPaths2 = computeSvelteVendorPaths2();
|
|
20678
20690
|
setSvelteVendorPaths(svelteVendorPaths2);
|
|
20679
20691
|
}
|
|
20692
|
+
if (!hmr && svelteDir) {
|
|
20693
|
+
const { buildSvelteVendor: buildSvelteVendor2, computeSvelteVendorPaths: computeSvelteVendorPaths2 } = await Promise.resolve().then(() => (init_buildSvelteVendor(), exports_buildSvelteVendor));
|
|
20694
|
+
await buildSvelteVendor2(buildPath);
|
|
20695
|
+
svelteVendorPaths2 = computeSvelteVendorPaths2();
|
|
20696
|
+
setSvelteVendorPaths(svelteVendorPaths2);
|
|
20697
|
+
}
|
|
20680
20698
|
const depVendorPaths = hmr && globalThis.__depVendorPaths ? globalThis.__depVendorPaths : {};
|
|
20681
20699
|
const reactExternalPaths = {
|
|
20682
20700
|
...vendorPaths ?? {},
|
|
@@ -27363,5 +27381,5 @@ export {
|
|
|
27363
27381
|
build
|
|
27364
27382
|
};
|
|
27365
27383
|
|
|
27366
|
-
//# debugId=
|
|
27384
|
+
//# debugId=AE7F6D553EBCD1D164756E2164756E21
|
|
27367
27385
|
//# sourceMappingURL=build.js.map
|