@absolutejs/absolute 0.19.0-beta.828 → 0.19.0-beta.829
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-cGvTmr/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-cGvTmr/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-cGvTmr/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
|
@@ -15334,8 +15334,6 @@ ${stubs}
|
|
|
15334
15334
|
const stubReplace = (_match, prefix, specifier, suffix) => {
|
|
15335
15335
|
if (specifier.startsWith("/") || specifier.startsWith("."))
|
|
15336
15336
|
return _match;
|
|
15337
|
-
if (!specifier.startsWith("@absolutejs/"))
|
|
15338
|
-
return `${prefix}/@stub/${encodeURIComponent(specifier)}${suffix}`;
|
|
15339
15337
|
const resolved = resolveAbsoluteSpecifier(specifier, projectRoot);
|
|
15340
15338
|
if (resolved) {
|
|
15341
15339
|
return `${prefix}${srcUrl(resolved, projectRoot)}${suffix}`;
|
|
@@ -18215,5 +18213,5 @@ export {
|
|
|
18215
18213
|
build
|
|
18216
18214
|
};
|
|
18217
18215
|
|
|
18218
|
-
//# debugId=
|
|
18216
|
+
//# debugId=68C3B7FF178C0EBC64756E2164756E21
|
|
18219
18217
|
//# sourceMappingURL=build.js.map
|