@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/index.js
CHANGED
|
@@ -173280,7 +173280,7 @@ ${registrations}
|
|
|
173280
173280
|
({ tsLibDir } = cached);
|
|
173281
173281
|
cached.lastUsed = Date.now();
|
|
173282
173282
|
} else {
|
|
173283
|
-
const tsPath = __require.resolve("typescript");
|
|
173283
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
173284
173284
|
const tsRootDir = dirname9(tsPath);
|
|
173285
173285
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve18(tsRootDir, "lib");
|
|
173286
173286
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -187610,5 +187610,5 @@ export {
|
|
|
187610
187610
|
ANGULAR_INIT_TIMEOUT_MS
|
|
187611
187611
|
};
|
|
187612
187612
|
|
|
187613
|
-
//# debugId=
|
|
187613
|
+
//# debugId=900D9DFBBCD14BB164756E2164756E21
|
|
187614
187614
|
//# sourceMappingURL=index.js.map
|