@absolutejs/absolute 0.19.0-beta.860 → 0.19.0-beta.862

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-O7pKCK/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-KVqUIa/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-O7pKCK/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-KVqUIa/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-O7pKCK/src/core/streamingSlotRegistry.ts
51
+ // .angular-partial-tmp-KVqUIa/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
@@ -19179,7 +19179,7 @@ var globalCache, getCachedHmrProgram = () => globalCache.__ABSOLUTE_ANGULAR_HMR_
19179
19179
  return program.compiler.emitHmrUpdateModule(node);
19180
19180
  }, encodeHmrComponentId = (absoluteFilePath, className) => {
19181
19181
  const projectRel = relative14(process.cwd(), absoluteFilePath).replace(/\\/g, "/");
19182
- return encodeURIComponent(`${projectRel}@${className}`);
19182
+ return `${projectRel}@${className}`;
19183
19183
  };
19184
19184
  var init_hmrCompiler = __esm(() => {
19185
19185
  init_logger();
@@ -21608,5 +21608,5 @@ export {
21608
21608
  build
21609
21609
  };
21610
21610
 
21611
- //# debugId=9DE391363E94C8DE64756E2164756E21
21611
+ //# debugId=C9EE5441EC17464B64756E2164756E21
21612
21612
  //# sourceMappingURL=build.js.map