@absolutejs/absolute 0.19.0-beta.809 → 0.19.0-beta.810

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-t6JiYI/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-bAURJ8/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-t6JiYI/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-bAURJ8/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-t6JiYI/src/core/streamingSlotRegistry.ts
51
+ // .angular-partial-tmp-bAURJ8/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";
@@ -421,13 +421,11 @@ var requireCurrentIslandRegistry = () => {
421
421
  };
422
422
 
423
423
  // src/angular/requestProviders.ts
424
- import { REQUEST, REQUEST_CONTEXT, RESPONSE_INIT } from "@angular/core";
425
424
  var buildRequestProviders = (deps, request, requestContext, responseInit) => [
426
425
  { provide: deps.REQUEST, useValue: request ?? null },
427
426
  { provide: deps.REQUEST_CONTEXT, useValue: requestContext ?? null },
428
427
  { provide: deps.RESPONSE_INIT, useValue: responseInit ?? null }
429
428
  ];
430
- var init_requestProviders = () => {};
431
429
 
432
430
  // src/angular/ssrRender.ts
433
431
  var routePropsCache, cacheRouteData = (pagePath, data) => {
@@ -513,7 +511,6 @@ var routePropsCache, cacheRouteData = (pagePath, data) => {
513
511
  };
514
512
  var init_ssrRender = __esm(() => {
515
513
  init_registerClientScript();
516
- init_requestProviders();
517
514
  routePropsCache = new Map;
518
515
  selectorCache = new Map;
519
516
  });
@@ -14624,10 +14621,6 @@ var withPendingTask = async (work) => {
14624
14621
  removeTask();
14625
14622
  }
14626
14623
  };
14627
-
14628
- // src/angular/index.ts
14629
- init_requestProviders();
14630
-
14631
14624
  // src/angular/createIsland.ts
14632
14625
  init_renderIslandMarkup();
14633
14626
  var createTypedIsland = (registry) => (props) => renderIslandMarkup(registry, props);
@@ -14938,9 +14931,6 @@ export {
14938
14931
  createDeterministicRandom,
14939
14932
  buildAbsoluteHttpTransferCacheOptions,
14940
14933
  StreamSlotComponent,
14941
- RESPONSE_INIT,
14942
- REQUEST_CONTEXT,
14943
- REQUEST,
14944
14934
  IslandStore,
14945
14935
  Island,
14946
14936
  DETERMINISTIC_SEED,
@@ -14949,5 +14939,5 @@ export {
14949
14939
  ABSOLUTE_HTTP_TRANSFER_CACHE_SKIP_HEADER
14950
14940
  };
14951
14941
 
14952
- //# debugId=C176B2F76B99BA3564756E2164756E21
14942
+ //# debugId=00EC844F8BD5762264756E2164756E21
14953
14943
  //# sourceMappingURL=index.js.map