@absolutejs/absolute 0.19.0-beta.800 → 0.19.0-beta.801
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/build.js +2 -2
- package/dist/{chunk-mpk61s31.js → chunk-2g15ak0e.js} +3 -3
- package/dist/{chunk-8feq2qek.js → chunk-41bf6aqt.js} +2 -2
- package/dist/{chunk-pesza0p6.js → chunk-86vpx6hc.js} +7 -10
- package/dist/{chunk-pesza0p6.js.map → chunk-86vpx6hc.js.map} +3 -3
- package/dist/{chunk-1e9vsfyh.js → chunk-mtxzyxpg.js} +4 -2
- package/dist/{chunk-1e9vsfyh.js.map → chunk-mtxzyxpg.js.map} +3 -3
- package/dist/index.js +1 -1
- package/dist/src/dev/moduleMapper.d.ts +1 -1
- package/dist/src/dev/reactComponentClassifier.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-mpk61s31.js.map → chunk-2g15ak0e.js.map} +0 -0
- /package/dist/{chunk-8feq2qek.js.map → chunk-41bf6aqt.js.map} +0 -0
package/dist/build.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
build,
|
|
4
4
|
devBuild
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-86vpx6hc.js";
|
|
6
6
|
import"./chunk-vkrpm7kc.js";
|
|
7
7
|
import"./chunk-cg95827x.js";
|
|
8
8
|
import"./chunk-hcsmxw1v.js";
|
|
@@ -16,7 +16,7 @@ import"./chunk-cdxd7sy2.js";
|
|
|
16
16
|
import"./chunk-jn91vzkh.js";
|
|
17
17
|
import"./chunk-swrnzs4c.js";
|
|
18
18
|
import"./chunk-b3gbnrwe.js";
|
|
19
|
-
import"./chunk-
|
|
19
|
+
import"./chunk-mtxzyxpg.js";
|
|
20
20
|
import"./chunk-hyjs4bqs.js";
|
|
21
21
|
import"./chunk-t81a331y.js";
|
|
22
22
|
import"./chunk-85n68sy6.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
devBuild
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-86vpx6hc.js";
|
|
5
5
|
import"./chunk-vkrpm7kc.js";
|
|
6
6
|
import"./chunk-cg95827x.js";
|
|
7
7
|
import"./chunk-hcsmxw1v.js";
|
|
@@ -15,7 +15,7 @@ import"./chunk-cdxd7sy2.js";
|
|
|
15
15
|
import"./chunk-jn91vzkh.js";
|
|
16
16
|
import"./chunk-swrnzs4c.js";
|
|
17
17
|
import"./chunk-b3gbnrwe.js";
|
|
18
|
-
import"./chunk-
|
|
18
|
+
import"./chunk-mtxzyxpg.js";
|
|
19
19
|
import"./chunk-hyjs4bqs.js";
|
|
20
20
|
import"./chunk-t81a331y.js";
|
|
21
21
|
import"./chunk-85n68sy6.js";
|
|
@@ -48,4 +48,4 @@ export {
|
|
|
48
48
|
};
|
|
49
49
|
|
|
50
50
|
//# debugId=168CA101CFD7E28A64756E2164756E21
|
|
51
|
-
//# sourceMappingURL=chunk-
|
|
51
|
+
//# sourceMappingURL=chunk-2g15ak0e.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
generateManifest
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-mtxzyxpg.js";
|
|
5
5
|
import"./chunk-hyjs4bqs.js";
|
|
6
6
|
import"./chunk-cbkrwmvh.js";
|
|
7
7
|
import"./chunk-gf0ygptk.js";
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
};
|
|
15
15
|
|
|
16
16
|
//# debugId=C379B9CF434B0B1A64756E2164756E21
|
|
17
|
-
//# sourceMappingURL=chunk-
|
|
17
|
+
//# sourceMappingURL=chunk-41bf6aqt.js.map
|
|
@@ -46,7 +46,7 @@ import {
|
|
|
46
46
|
} from "./chunk-b3gbnrwe.js";
|
|
47
47
|
import {
|
|
48
48
|
generateManifest
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-mtxzyxpg.js";
|
|
50
50
|
import {
|
|
51
51
|
normalizePath
|
|
52
52
|
} from "./chunk-hyjs4bqs.js";
|
|
@@ -1366,10 +1366,7 @@ var build = async ({
|
|
|
1366
1366
|
format: "esm",
|
|
1367
1367
|
naming: `[dir]/[name].[hash].[ext]`,
|
|
1368
1368
|
outdir: serverOutDir,
|
|
1369
|
-
plugins: [
|
|
1370
|
-
stylePreprocessorPlugin,
|
|
1371
|
-
...angularDir ? [createAngularLinkerPlugin(hmr)] : []
|
|
1372
|
-
],
|
|
1369
|
+
plugins: [stylePreprocessorPlugin],
|
|
1373
1370
|
root: serverRoot,
|
|
1374
1371
|
target: "bun",
|
|
1375
1372
|
throw: false,
|
|
@@ -2686,7 +2683,7 @@ var updateServerManifestEntry = (state, artifact) => {
|
|
|
2686
2683
|
};
|
|
2687
2684
|
var bundleAngularClient = async (state, clientPaths, buildDir) => {
|
|
2688
2685
|
const { build: bunBuild3 } = await Promise.resolve(globalThis.Bun);
|
|
2689
|
-
const { generateManifest: generateManifest2 } = await import("./chunk-
|
|
2686
|
+
const { generateManifest: generateManifest2 } = await import("./chunk-41bf6aqt.js");
|
|
2690
2687
|
const { getAngularVendorPaths: getAngularVendorPaths2 } = await import("./chunk-77cqkarb.js");
|
|
2691
2688
|
const clientRoot = await computeClientRoot(state.resolvedPaths);
|
|
2692
2689
|
const depVendorPaths = globalThis.__depVendorPaths ?? {};
|
|
@@ -2827,7 +2824,7 @@ var collectReactEntries = (state, filesToRebuild, reactPagesPath, reactIndexesPa
|
|
|
2827
2824
|
};
|
|
2828
2825
|
var bundleReactClient = async (state, reactEntries, reactIndexesPath, buildDir) => {
|
|
2829
2826
|
const { build: bunBuild3 } = await Promise.resolve(globalThis.Bun);
|
|
2830
|
-
const { generateManifest: generateManifest2 } = await import("./chunk-
|
|
2827
|
+
const { generateManifest: generateManifest2 } = await import("./chunk-41bf6aqt.js");
|
|
2831
2828
|
const { getDevVendorPaths: getDevVendorPaths2 } = await import("./chunk-77cqkarb.js");
|
|
2832
2829
|
const { rewriteReactImports: rewriteReactImports2 } = await import("./chunk-6sccb4jr.js");
|
|
2833
2830
|
const clientRoot = await computeClientRoot(state.resolvedPaths);
|
|
@@ -2991,7 +2988,7 @@ var handleClientManifestUpdate = async (state, clientResult, buildDir) => {
|
|
|
2991
2988
|
if (!clientResult?.success) {
|
|
2992
2989
|
return;
|
|
2993
2990
|
}
|
|
2994
|
-
const { generateManifest: generateManifest2 } = await import("./chunk-
|
|
2991
|
+
const { generateManifest: generateManifest2 } = await import("./chunk-41bf6aqt.js");
|
|
2995
2992
|
const clientManifest = generateManifest2(clientResult.outputs, buildDir);
|
|
2996
2993
|
Object.assign(state.manifest, clientManifest);
|
|
2997
2994
|
await populateAssetStore(state.assetStore, clientManifest, buildDir);
|
|
@@ -4348,5 +4345,5 @@ var devBuild = async (config) => {
|
|
|
4348
4345
|
|
|
4349
4346
|
export { build, devBuild };
|
|
4350
4347
|
|
|
4351
|
-
//# debugId=
|
|
4352
|
-
//# sourceMappingURL=chunk-
|
|
4348
|
+
//# debugId=408DBFF5E87FC4C064756E2164756E21
|
|
4349
|
+
//# sourceMappingURL=chunk-86vpx6hc.js.map
|