@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/build.js
CHANGED
|
@@ -201764,7 +201764,7 @@ ${registrations}
|
|
|
201764
201764
|
({ tsLibDir } = cached);
|
|
201765
201765
|
cached.lastUsed = Date.now();
|
|
201766
201766
|
} else {
|
|
201767
|
-
const tsPath = __require.resolve("typescript");
|
|
201767
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
201768
201768
|
const tsRootDir = dirname9(tsPath);
|
|
201769
201769
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve17(tsRootDir, "lib");
|
|
201770
201770
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -208147,5 +208147,5 @@ export {
|
|
|
208147
208147
|
build
|
|
208148
208148
|
};
|
|
208149
208149
|
|
|
208150
|
-
//# debugId=
|
|
208150
|
+
//# debugId=0F8ED2292644AB1964756E2164756E21
|
|
208151
208151
|
//# sourceMappingURL=build.js.map
|