@absolutejs/absolute 0.19.0-beta.732 → 0.19.0-beta.734

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
@@ -44660,6 +44660,12 @@ var init_buildReactVendor = __esm(() => {
44660
44660
  ];
44661
44661
  });
44662
44662
 
44663
+ // src/build/vendorEntrySource.ts
44664
+ var generateVendorEntrySource = (specifier) => `import * as __abs_ns from '${specifier}';
44665
+ ` + `export * from '${specifier}';
44666
+ ` + `export default __abs_ns.default;
44667
+ `;
44668
+
44663
44669
  // src/build/buildAngularVendor.ts
44664
44670
  var exports_buildAngularVendor = {};
44665
44671
  __export(exports_buildAngularVendor, {
@@ -44769,8 +44775,7 @@ var REQUIRED_ANGULAR_SPECIFIERS, SERVER_ONLY_ANGULAR_SPECIFIERS, SCAN_SKIP_DIRS,
44769
44775
  const entrypoints = await Promise.all(specifiers.map(async (specifier) => {
44770
44776
  const safeName = toSafeFileName2(specifier);
44771
44777
  const entryPath = join17(tmpDir, `${safeName}.ts`);
44772
- await Bun.write(entryPath, `export * from '${specifier}';
44773
- `);
44778
+ await Bun.write(entryPath, generateVendorEntrySource(specifier));
44774
44779
  return entryPath;
44775
44780
  }));
44776
44781
  const result = await bunBuild4({
@@ -49442,8 +49447,7 @@ var toSafeFileName5 = (specifier) => specifier.replace(/\//g, "_").replace(/@/g,
49442
49447
  dep: Array.from(dep).filter(isResolvable4),
49443
49448
  framework: Array.from(framework).filter(isResolvable4)
49444
49449
  };
49445
- }, generateEntrySource2 = (specifier) => `export * from '${specifier}';
49446
- `, collectTransitiveImports = async (specs, alreadyVendored, alreadyScanned) => {
49450
+ }, collectTransitiveImports = async (specs, alreadyVendored, alreadyScanned) => {
49447
49451
  const { readFileSync: readFileSync15 } = await import("fs");
49448
49452
  const transpiler4 = new Bun.Transpiler({ loader: "js" });
49449
49453
  const newSpecs = new Set;
@@ -49489,8 +49493,7 @@ var toSafeFileName5 = (specifier) => specifier.replace(/\//g, "_").replace(/@/g,
49489
49493
  const entrypoints = await Promise.all(specifiers.map(async (specifier) => {
49490
49494
  const safeName = toSafeFileName5(specifier);
49491
49495
  const entryPath = join22(tmpDir, `${safeName}.ts`);
49492
- const source = await generateEntrySource2(specifier);
49493
- await Bun.write(entryPath, source);
49496
+ await Bun.write(entryPath, generateVendorEntrySource(specifier));
49494
49497
  return entryPath;
49495
49498
  }));
49496
49499
  return bunBuild8({
@@ -58311,5 +58314,5 @@ export {
58311
58314
  ANGULAR_INIT_TIMEOUT_MS
58312
58315
  };
58313
58316
 
58314
- //# debugId=F4D0A34F69D98D4064756E2164756E21
58317
+ //# debugId=C4C031E905AA4A0E64756E2164756E21
58315
58318
  //# sourceMappingURL=index.js.map