@absolutejs/absolute 0.19.0-beta.656 → 0.19.0-beta.657
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 +4 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +4 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -174680,6 +174680,8 @@ import { rm as rm4 } from "fs/promises";
|
|
|
174680
174680
|
var {build: bunBuild2 } = globalThis.Bun;
|
|
174681
174681
|
var resolveJsxDevRuntimeCompatPath = () => {
|
|
174682
174682
|
const candidates = [
|
|
174683
|
+
resolve16(import.meta.dir, "react", "jsxDevRuntimeCompat.js"),
|
|
174684
|
+
resolve16(import.meta.dir, "src", "react", "jsxDevRuntimeCompat.ts"),
|
|
174683
174685
|
resolve16(import.meta.dir, "..", "react", "jsxDevRuntimeCompat.js"),
|
|
174684
174686
|
resolve16(import.meta.dir, "..", "src", "react", "jsxDevRuntimeCompat.ts"),
|
|
174685
174687
|
resolve16(import.meta.dir, "..", "..", "dist", "react", "jsxDevRuntimeCompat.js"),
|
|
@@ -174690,7 +174692,7 @@ var resolveJsxDevRuntimeCompatPath = () => {
|
|
|
174690
174692
|
return candidate.replace(/\\/g, "/");
|
|
174691
174693
|
}
|
|
174692
174694
|
}
|
|
174693
|
-
return (candidates[0] ?? resolve16(import.meta.dir, "
|
|
174695
|
+
return (candidates[0] ?? resolve16(import.meta.dir, "react", "jsxDevRuntimeCompat.js")).replace(/\\/g, "/");
|
|
174694
174696
|
}, jsxDevRuntimeCompatPath, reactSpecifiers, isResolvable = (specifier) => {
|
|
174695
174697
|
try {
|
|
174696
174698
|
Bun.resolveSync(specifier, process.cwd());
|
|
@@ -181098,5 +181100,5 @@ export {
|
|
|
181098
181100
|
build
|
|
181099
181101
|
};
|
|
181100
181102
|
|
|
181101
|
-
//# debugId=
|
|
181103
|
+
//# debugId=0094E6530A3C866064756E2164756E21
|
|
181102
181104
|
//# sourceMappingURL=build.js.map
|