@absolutejs/absolute 0.19.0-beta.677 → 0.19.0-beta.679
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 +3 -3
- package/dist/cli/index.js +125 -6
- package/dist/index.js +2 -2
- package/dist/index.js.map +5 -5
- package/dist/src/cli/workspaceTui.d.ts +14 -0
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -173998,7 +173998,7 @@ ${registrations}
|
|
|
173998
173998
|
({ tsLibDir } = cached);
|
|
173999
173999
|
cached.lastUsed = Date.now();
|
|
174000
174000
|
} else {
|
|
174001
|
-
const tsPath = __require.resolve("typescript");
|
|
174001
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
174002
174002
|
const tsRootDir = dirname8(tsPath);
|
|
174003
174003
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve15(tsRootDir, "lib");
|
|
174004
174004
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -181139,5 +181139,5 @@ export {
|
|
|
181139
181139
|
build
|
|
181140
181140
|
};
|
|
181141
181141
|
|
|
181142
|
-
//# debugId=
|
|
181142
|
+
//# debugId=8A77E6562D9119CC64756E2164756E21
|
|
181143
181143
|
//# sourceMappingURL=build.js.map
|