@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/index.js
CHANGED
|
@@ -175494,6 +175494,8 @@ import { rm as rm4 } from "fs/promises";
|
|
|
175494
175494
|
var {build: bunBuild2 } = globalThis.Bun;
|
|
175495
175495
|
var resolveJsxDevRuntimeCompatPath = () => {
|
|
175496
175496
|
const candidates = [
|
|
175497
|
+
resolve19(import.meta.dir, "react", "jsxDevRuntimeCompat.js"),
|
|
175498
|
+
resolve19(import.meta.dir, "src", "react", "jsxDevRuntimeCompat.ts"),
|
|
175497
175499
|
resolve19(import.meta.dir, "..", "react", "jsxDevRuntimeCompat.js"),
|
|
175498
175500
|
resolve19(import.meta.dir, "..", "src", "react", "jsxDevRuntimeCompat.ts"),
|
|
175499
175501
|
resolve19(import.meta.dir, "..", "..", "dist", "react", "jsxDevRuntimeCompat.js"),
|
|
@@ -175504,7 +175506,7 @@ var resolveJsxDevRuntimeCompatPath = () => {
|
|
|
175504
175506
|
return candidate.replace(/\\/g, "/");
|
|
175505
175507
|
}
|
|
175506
175508
|
}
|
|
175507
|
-
return (candidates[0] ?? resolve19(import.meta.dir, "
|
|
175509
|
+
return (candidates[0] ?? resolve19(import.meta.dir, "react", "jsxDevRuntimeCompat.js")).replace(/\\/g, "/");
|
|
175508
175510
|
}, jsxDevRuntimeCompatPath, reactSpecifiers, isResolvable = (specifier) => {
|
|
175509
175511
|
try {
|
|
175510
175512
|
Bun.resolveSync(specifier, process.cwd());
|
|
@@ -188798,5 +188800,5 @@ export {
|
|
|
188798
188800
|
ANGULAR_INIT_TIMEOUT_MS
|
|
188799
188801
|
};
|
|
188800
188802
|
|
|
188801
|
-
//# debugId=
|
|
188803
|
+
//# debugId=5C6C4C3C62221DC164756E2164756E21
|
|
188802
188804
|
//# sourceMappingURL=index.js.map
|