@absolutejs/absolute 0.19.0-beta.1110 → 0.19.0-beta.1111

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-7PKrAu/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-SIKu4q/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-7PKrAu/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-SIKu4q/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-7PKrAu/src/core/streamingSlotRegistry.ts
51
+ // .angular-partial-tmp-SIKu4q/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
@@ -21665,6 +21665,7 @@ ${content.slice(firstUseIdx)}`;
21665
21665
  const sveltePagesPath = svelteDir && join36(svelteDir, "pages");
21666
21666
  const vuePagesPath = vueDir && join36(vueDir, "pages");
21667
21667
  const htmxPagesPath = htmxDir && join36(htmxDir, "pages");
21668
+ const htmxScriptsPath = htmxDir && join36(htmxDir, "scripts");
21668
21669
  const angularPagesPath = angularDir && join36(angularDir, "pages");
21669
21670
  const emberPagesPath = emberDir && join36(emberDir, "pages");
21670
21671
  const frontends = [
@@ -21795,7 +21796,10 @@ ${content.slice(firstUseIdx)}`;
21795
21796
  ] = await Promise.all([
21796
21797
  tailwindPromise,
21797
21798
  reactIndexesPath ? tracePhase("scan/react-indexes", () => scanEntryPoints(reactIndexesPath, "*.tsx")) : [],
21798
- htmlScriptsPath ? tracePhase("scan/html-scripts", () => scanEntryPoints(htmlScriptsPath, "*.{js,ts}")) : [],
21799
+ tracePhase("scan/html-htmx-scripts", async () => {
21800
+ const entries = await Promise.all([htmlScriptsPath, htmxScriptsPath].filter((path) => Boolean(path)).map((path) => scanEntryPoints(path, "*.{js,ts}")));
21801
+ return entries.flat();
21802
+ }),
21799
21803
  reactPagesPath ? tracePhase("scan/react-conventions", () => scanConventions(reactPagesPath, "*.tsx")) : emptyConventionResult,
21800
21804
  sveltePagesPath ? tracePhase("scan/svelte-conventions", () => scanConventions(sveltePagesPath, "*.svelte")) : emptyConventionResult,
21801
21805
  vuePagesPath ? tracePhase("scan/vue-conventions", () => scanConventions(vuePagesPath, "*.vue")) : emptyConventionResult,
@@ -21915,7 +21919,7 @@ ${content.slice(firstUseIdx)}`;
21915
21919
  }
21916
21920
  return null;
21917
21921
  }) : allReactEntries;
21918
- const htmlEntries = isIncremental && htmlScriptsPath && !shouldIncludeHtmlAssets ? filterToIncrementalEntries(allHtmlEntries, (entry) => entry) : allHtmlEntries;
21922
+ const htmlEntries = isIncremental && (htmlScriptsPath || htmxScriptsPath) && !shouldIncludeHtmlAssets ? filterToIncrementalEntries(allHtmlEntries, (entry) => entry) : allHtmlEntries;
21919
21923
  const svelteEntries = isIncremental ? filterToIncrementalEntries(allSvelteEntries, (entry) => entry) : allSvelteEntries;
21920
21924
  const vueEntries = isIncremental ? filterToIncrementalEntries(allVueEntries, (entry) => entry) : allVueEntries;
21921
21925
  const angularEntries = isIncremental ? filterToIncrementalEntries(allAngularEntries, (entry) => entry) : allAngularEntries;
@@ -29643,5 +29647,5 @@ export {
29643
29647
  build
29644
29648
  };
29645
29649
 
29646
- //# debugId=A803444A4860084964756E2164756E21
29650
+ //# debugId=32124873B665A8B964756E2164756E21
29647
29651
  //# sourceMappingURL=build.js.map