@absolutejs/absolute 0.19.0-beta.975 → 0.19.0-beta.977

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.
package/dist/index.js CHANGED
@@ -20381,8 +20381,13 @@ ${content.slice(firstUseIdx)}`;
20381
20381
  },
20382
20382
  shouldCompileAngular ? tracePhase("compile/angular", async () => {
20383
20383
  const mod = await Promise.resolve().then(() => (init_compileAngular(), exports_compileAngular));
20384
- const combinedAngularEntries = angularProvidersEntryAddons.length > 0 ? [...angularEntries, ...angularProvidersEntryAddons] : angularEntries;
20385
- const result = await mod.compileAngular(combinedAngularEntries, angularDir, hmr, styleTransformConfig);
20384
+ const result = await mod.compileAngular(angularEntries, angularDir, hmr, styleTransformConfig);
20385
+ if (angularProvidersEntryAddons.length > 0 && angularDir) {
20386
+ const { compileAngularFileJIT: compileAngularFileJIT2 } = await Promise.resolve().then(() => (init_compileAngular(), exports_compileAngular));
20387
+ const { getFrameworkGeneratedDir: getFrameworkGeneratedDir2 } = await Promise.resolve().then(() => (init_generatedDir(), exports_generatedDir));
20388
+ const compiledRoot = getFrameworkGeneratedDir2("angular", projectRoot);
20389
+ await Promise.all(angularProvidersEntryAddons.map((entry) => compileAngularFileJIT2(entry, compiledRoot, angularDir, styleTransformConfig)));
20390
+ }
20386
20391
  if (hmr) {
20387
20392
  try {
20388
20393
  const { primeComponentFingerprint: primeComponentFingerprint2 } = await Promise.resolve().then(() => (init_fastHmrCompiler(), exports_fastHmrCompiler));
@@ -35647,5 +35652,5 @@ export {
35647
35652
  ANGULAR_INIT_TIMEOUT_MS
35648
35653
  };
35649
35654
 
35650
- //# debugId=192D823B278E9AC264756E2164756E21
35655
+ //# debugId=5754D59281C5987464756E2164756E21
35651
35656
  //# sourceMappingURL=index.js.map