@absolutejs/absolute 0.19.0-beta.664 → 0.19.0-beta.666
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/cli/index.js +286 -98
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/src/cli/utils.d.ts +1 -1
- package/package.json +1 -1
package/dist/angular/index.js
CHANGED
|
@@ -172206,7 +172206,7 @@ ${registrations}
|
|
|
172206
172206
|
({ tsLibDir } = cached);
|
|
172207
172207
|
cached.lastUsed = Date.now();
|
|
172208
172208
|
} else {
|
|
172209
|
-
const tsPath = __require.resolve("typescript");
|
|
172209
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
172210
172210
|
const tsRootDir = dirname3(tsPath);
|
|
172211
172211
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve5(tsRootDir, "lib");
|
|
172212
172212
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -182265,5 +182265,5 @@ export {
|
|
|
182265
182265
|
Island
|
|
182266
182266
|
};
|
|
182267
182267
|
|
|
182268
|
-
//# debugId=
|
|
182268
|
+
//# debugId=A4976FFCF3FA59C364756E2164756E21
|
|
182269
182269
|
//# sourceMappingURL=index.js.map
|