@absolutejs/absolute 0.19.0-beta.376 → 0.19.0-beta.377
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/dist/src/svelte/browser.d.ts +0 -3
- package/dist/src/svelte/index.d.ts +0 -3
- package/dist/svelte/browser.js +2 -11
- package/dist/svelte/browser.js.map +3 -3
- package/dist/svelte/index.js +2 -11
- package/dist/svelte/index.js.map +3 -3
- package/package.json +5 -1
- package/dist/AwaitSlot-yd9jtwpr.svelte +0 -39
- package/dist/Island-hn6g4vxm.svelte +0 -71
- package/dist/StreamSlot-kyee4w0z.svelte +0 -35
package/dist/build.js
CHANGED
|
@@ -172564,7 +172564,7 @@ ${registrations}
|
|
|
172564
172564
|
({ tsLibDir } = cached);
|
|
172565
172565
|
cached.lastUsed = Date.now();
|
|
172566
172566
|
} else {
|
|
172567
|
-
const tsPath = __require.resolve("typescript");
|
|
172567
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
172568
172568
|
const tsRootDir = dirname8(tsPath);
|
|
172569
172569
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve15(tsRootDir, "lib");
|
|
172570
172570
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -179171,5 +179171,5 @@ export {
|
|
|
179171
179171
|
build
|
|
179172
179172
|
};
|
|
179173
179173
|
|
|
179174
|
-
//# debugId=
|
|
179174
|
+
//# debugId=B13D62D47B5CDF7A64756E2164756E21
|
|
179175
179175
|
//# sourceMappingURL=build.js.map
|