@absolutejs/absolute 0.19.0-beta.366 → 0.19.0-beta.367
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 +6042 -6040
- package/dist/index.js.map +14 -14
- package/dist/src/core/pageHandlers.d.ts +1 -0
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -172556,7 +172556,7 @@ ${registrations}
|
|
|
172556
172556
|
({ tsLibDir } = cached);
|
|
172557
172557
|
cached.lastUsed = Date.now();
|
|
172558
172558
|
} else {
|
|
172559
|
-
const tsPath = __require.resolve("typescript");
|
|
172559
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
172560
172560
|
const tsRootDir = dirname8(tsPath);
|
|
172561
172561
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve15(tsRootDir, "lib");
|
|
172562
172562
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -179703,5 +179703,5 @@ export {
|
|
|
179703
179703
|
build
|
|
179704
179704
|
};
|
|
179705
179705
|
|
|
179706
|
-
//# debugId=
|
|
179706
|
+
//# debugId=DF9EA1EB950C542E64756E2164756E21
|
|
179707
179707
|
//# sourceMappingURL=build.js.map
|