@absolutejs/absolute 0.19.0-beta.917 → 0.19.0-beta.919

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-BXLVaF/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-y8lh03/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-BXLVaF/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-y8lh03/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-BXLVaF/src/core/streamingSlotRegistry.ts
51
+ // .angular-partial-tmp-y8lh03/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
@@ -19836,6 +19836,9 @@ ${block}
19836
19836
  if (typeof ang.i18nUseExternalIds === "boolean") {
19837
19837
  opts.i18nUseExternalIds = ang.i18nUseExternalIds;
19838
19838
  }
19839
+ if (typeof ang.i18nNormalizeLineEndingsInICUs === "boolean") {
19840
+ opts.i18nNormalizeLineEndingsInICUs = ang.i18nNormalizeLineEndingsInICUs;
19841
+ }
19839
19842
  }
19840
19843
  } catch {}
19841
19844
  }
@@ -19909,6 +19912,7 @@ ${block}
19909
19912
  try {
19910
19913
  parsed = compiler.parseTemplate(templateText, templatePath, {
19911
19914
  enableI18nLegacyMessageIdFormat: projectDefaults.enableI18nLegacyMessageIdFormat,
19915
+ i18nNormalizeLineEndingsInICUs: projectDefaults.i18nNormalizeLineEndingsInICUs,
19912
19916
  preserveWhitespaces: decoratorMeta.preserveWhitespaces
19913
19917
  });
19914
19918
  } catch (err) {
@@ -19979,7 +19983,7 @@ ${block}
19979
19983
  preserveWhitespaces: decoratorMeta.preserveWhitespaces
19980
19984
  },
19981
19985
  declarations,
19982
- defer: { mode: 0, blocks: new Map },
19986
+ defer: { dependenciesFn: null, mode: 1 },
19983
19987
  declarationListEmitMode: declarations.length > 0 ? 1 : 0,
19984
19988
  styles,
19985
19989
  encapsulation: 0,
@@ -22832,5 +22836,5 @@ export {
22832
22836
  build
22833
22837
  };
22834
22838
 
22835
- //# debugId=D16C21AF3EFB293164756E2164756E21
22839
+ //# debugId=FEBA66FC5CE070C864756E2164756E21
22836
22840
  //# sourceMappingURL=build.js.map