@absolutejs/absolute 0.19.0-beta.401 → 0.19.0-beta.402
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/angular/index.js +2 -2
- package/dist/angular/index.js.map +1 -1
- package/dist/angular/server.js +2 -2
- package/dist/angular/server.js.map +1 -1
- 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/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -172699,7 +172699,7 @@ ${registrations}
|
|
|
172699
172699
|
({ tsLibDir } = cached);
|
|
172700
172700
|
cached.lastUsed = Date.now();
|
|
172701
172701
|
} else {
|
|
172702
|
-
const tsPath = __require.resolve("typescript");
|
|
172702
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
172703
172703
|
const tsRootDir = dirname8(tsPath);
|
|
172704
172704
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve15(tsRootDir, "lib");
|
|
172705
172705
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -179239,5 +179239,5 @@ export {
|
|
|
179239
179239
|
build
|
|
179240
179240
|
};
|
|
179241
179241
|
|
|
179242
|
-
//# debugId=
|
|
179242
|
+
//# debugId=290EF2188A08E67164756E2164756E21
|
|
179243
179243
|
//# sourceMappingURL=build.js.map
|