@absolutejs/absolute 0.19.0-beta.440 → 0.19.0-beta.441
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/vue/components/index.js +2 -3
- package/dist/vue/components/index.js.map +3 -3
- package/dist/vue/index.js +2 -3
- package/dist/vue/index.js.map +3 -3
- package/package.json +1 -1
package/dist/angular/index.js
CHANGED
|
@@ -169198,7 +169198,7 @@ ${registrations}
|
|
|
169198
169198
|
({ tsLibDir } = cached);
|
|
169199
169199
|
cached.lastUsed = Date.now();
|
|
169200
169200
|
} else {
|
|
169201
|
-
const tsPath = __require.resolve("typescript");
|
|
169201
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
169202
169202
|
const tsRootDir = dirname(tsPath);
|
|
169203
169203
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve(tsRootDir, "lib");
|
|
169204
169204
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -181950,5 +181950,5 @@ export {
|
|
|
181950
181950
|
DeferErrorTemplateDirective
|
|
181951
181951
|
};
|
|
181952
181952
|
|
|
181953
|
-
//# debugId=
|
|
181953
|
+
//# debugId=572288BFD117D87464756E2164756E21
|
|
181954
181954
|
//# sourceMappingURL=index.js.map
|