@absolutejs/absolute 0.19.0-beta.344 → 0.19.0-beta.345
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/build.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/types/island.d.ts +4 -7
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -201767,7 +201767,7 @@ ${registrations}
|
|
|
201767
201767
|
({ tsLibDir } = cached);
|
|
201768
201768
|
cached.lastUsed = Date.now();
|
|
201769
201769
|
} else {
|
|
201770
|
-
const tsPath = __require.resolve("
|
|
201770
|
+
const tsPath = __require.resolve("typescript");
|
|
201771
201771
|
const tsRootDir = dirname9(tsPath);
|
|
201772
201772
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve17(tsRootDir, "lib");
|
|
201773
201773
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -208150,5 +208150,5 @@ export {
|
|
|
208150
208150
|
build
|
|
208151
208151
|
};
|
|
208152
208152
|
|
|
208153
|
-
//# debugId=
|
|
208153
|
+
//# debugId=011ADA126E08717B64756E2164756E21
|
|
208154
208154
|
//# sourceMappingURL=build.js.map
|