@absolutejs/absolute 0.19.0-beta.858 → 0.19.0-beta.859

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-tL6HLh/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-ogot2c/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-tL6HLh/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-ogot2c/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-tL6HLh/src/core/streamingSlotRegistry.ts
51
+ // .angular-partial-tmp-ogot2c/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
@@ -18657,8 +18657,8 @@ var fail = (reason, detail) => ({ ok: false, reason, detail }), fingerprintCache
18657
18657
  }
18658
18658
  break;
18659
18659
  }
18660
- const inputNames = Object.keys(inputs).sort();
18661
- const outputNames = Object.keys(outputs).sort();
18660
+ const inputNames = Object.entries(inputs).map(([k2, m]) => `${k2}:${m.bindingPropertyName}`).sort();
18661
+ const outputNames = Object.entries(outputs).map(([k2, v2]) => `${k2}:${v2}`).sort();
18662
18662
  const arrowFieldSig = extractArrowFieldSig(cls);
18663
18663
  const memberDecoratorSig = extractMemberDecoratorSig(cls);
18664
18664
  const providerImportSig = extractProviderImportSig(decoratorMeta.importsExpr, sourceFile, componentDir);
@@ -21581,5 +21581,5 @@ export {
21581
21581
  build
21582
21582
  };
21583
21583
 
21584
- //# debugId=B20F16F557D901EC64756E2164756E21
21584
+ //# debugId=4B5569A871309B9A64756E2164756E21
21585
21585
  //# sourceMappingURL=build.js.map