@absolutejs/absolute 0.19.0-beta.346 → 0.19.0-beta.347
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/islands/browser.js +2 -2
- package/dist/islands/browser.js.map +3 -3
- package/package.json +1 -5
- package/dist/islands/server.js +0 -30383
- package/dist/islands/server.js.map +0 -30
- package/dist/src/islands/server.d.ts +0 -3
package/dist/index.js
CHANGED
|
@@ -202231,7 +202231,7 @@ ${registrations}
|
|
|
202231
202231
|
({ tsLibDir } = cached);
|
|
202232
202232
|
cached.lastUsed = Date.now();
|
|
202233
202233
|
} else {
|
|
202234
|
-
const tsPath = __require.resolve("typescript");
|
|
202234
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
202235
202235
|
const tsRootDir = dirname10(tsPath);
|
|
202236
202236
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve20(tsRootDir, "lib");
|
|
202237
202237
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -215595,5 +215595,5 @@ export {
|
|
|
215595
215595
|
ANGULAR_INIT_TIMEOUT_MS
|
|
215596
215596
|
};
|
|
215597
215597
|
|
|
215598
|
-
//# debugId=
|
|
215598
|
+
//# debugId=C42B89E4733B7A0964756E2164756E21
|
|
215599
215599
|
//# sourceMappingURL=index.js.map
|