@absolutejs/absolute 0.19.0-beta.2 → 0.19.0-beta.3
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/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/.claude/settings.local.json +2 -1
- package/dist/build.js +3 -3
- package/dist/build.js.map +3 -3
- package/dist/index.js +3 -3
- package/dist/index.js.map +3 -3
- package/native/packages/darwin-arm64/fast_ops.dylib +0 -0
- package/native/packages/darwin-arm64/package.json +1 -1
- package/native/packages/darwin-x64/fast_ops.dylib +0 -0
- package/native/packages/darwin-x64/package.json +1 -1
- package/native/packages/linux-arm64/package.json +1 -1
- package/native/packages/linux-x64/fast_ops.so +0 -0
- package/native/packages/linux-x64/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -202838,7 +202838,7 @@ var parseErrorLocationFromMessage = (msg) => {
|
|
|
202838
202838
|
Object.assign(state.manifest, pageManifest);
|
|
202839
202839
|
populateAssetStore(state.assetStore, pageManifest, buildDir);
|
|
202840
202840
|
const [firstOutput] = result.outputs;
|
|
202841
|
-
return firstOutput ? `/${
|
|
202841
|
+
return firstOutput ? `/${relative6(buildDir, firstOutput.path).replace(/\\/g, "/")}` : undefined;
|
|
202842
202842
|
}, isReactPageFile = (file4, reactPagesPath) => (file4.endsWith(".tsx") || file4.endsWith(".jsx")) && resolve19(file4).startsWith(resolve19(reactPagesPath)), handleReactEsmFastPath = async (state, config, filesToRebuild, startTime, onRebuildComplete) => {
|
|
202843
202843
|
const reactDir = config.reactDirectory ?? "";
|
|
202844
202844
|
const reactPagesPath = resolve19(reactDir, "pages");
|
|
@@ -202978,7 +202978,7 @@ var parseErrorLocationFromMessage = (msg) => {
|
|
|
202978
202978
|
});
|
|
202979
202979
|
});
|
|
202980
202980
|
onRebuildComplete({ hmrState: state, manifest });
|
|
202981
|
-
Promise.all([
|
|
202981
|
+
await Promise.all([
|
|
202982
202982
|
rm6(resolve19(svelteDir, "client"), {
|
|
202983
202983
|
force: true,
|
|
202984
202984
|
recursive: true
|
|
@@ -204311,5 +204311,5 @@ export {
|
|
|
204311
204311
|
ANGULAR_INIT_TIMEOUT_MS
|
|
204312
204312
|
};
|
|
204313
204313
|
|
|
204314
|
-
//# debugId=
|
|
204314
|
+
//# debugId=2AE2EC9F4FC9BD0064756E2164756E21
|
|
204315
204315
|
//# sourceMappingURL=index.js.map
|