@absolutejs/absolute 0.19.0-beta.383 → 0.19.0-beta.385
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 +4 -7
- package/dist/build.js.map +4 -4
- package/dist/index.js +4 -7
- package/dist/index.js.map +4 -4
- package/dist/svelte/index.js +2 -3
- package/dist/svelte/index.js.map +3 -3
- package/dist/svelte/server.js +2 -3
- package/dist/svelte/server.js.map +3 -3
- package/package.json +1 -1
package/dist/angular/index.js
CHANGED
|
@@ -169050,7 +169050,7 @@ ${registrations}
|
|
|
169050
169050
|
({ tsLibDir } = cached);
|
|
169051
169051
|
cached.lastUsed = Date.now();
|
|
169052
169052
|
} else {
|
|
169053
|
-
const tsPath = __require.resolve("typescript");
|
|
169053
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
169054
169054
|
const tsRootDir = dirname(tsPath);
|
|
169055
169055
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve(tsRootDir, "lib");
|
|
169056
169056
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -181414,5 +181414,5 @@ export {
|
|
|
181414
181414
|
DeferSlotComponent
|
|
181415
181415
|
};
|
|
181416
181416
|
|
|
181417
|
-
//# debugId=
|
|
181417
|
+
//# debugId=1EBB8B27962DACA864756E2164756E21
|
|
181418
181418
|
//# sourceMappingURL=index.js.map
|