@absolutejs/absolute 0.19.0-beta.344 → 0.19.0-beta.345
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/types/island.d.ts +4 -7
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -202234,7 +202234,7 @@ ${registrations}
|
|
|
202234
202234
|
({ tsLibDir } = cached);
|
|
202235
202235
|
cached.lastUsed = Date.now();
|
|
202236
202236
|
} else {
|
|
202237
|
-
const tsPath = __require.resolve("
|
|
202237
|
+
const tsPath = __require.resolve("typescript");
|
|
202238
202238
|
const tsRootDir = dirname10(tsPath);
|
|
202239
202239
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve20(tsRootDir, "lib");
|
|
202240
202240
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -215598,5 +215598,5 @@ export {
|
|
|
215598
215598
|
ANGULAR_INIT_TIMEOUT_MS
|
|
215599
215599
|
};
|
|
215600
215600
|
|
|
215601
|
-
//# debugId=
|
|
215601
|
+
//# debugId=5FAE9266E4F1DF7964756E2164756E21
|
|
215602
215602
|
//# sourceMappingURL=index.js.map
|