@absolutejs/absolute 0.19.0-beta.387 → 0.19.0-beta.388
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 +12 -3
- package/dist/build.js.map +3 -3
- package/dist/index.js +37 -12
- package/dist/index.js.map +7 -6
- package/dist/src/plugins/devtoolsJson.d.ts +8 -1
- package/dist/src/plugins/index.d.ts +1 -0
- package/dist/types/build.d.ts +6 -0
- package/package.json +1 -1
package/dist/angular/server.js
CHANGED
|
@@ -169035,7 +169035,7 @@ ${registrations}
|
|
|
169035
169035
|
({ tsLibDir } = cached);
|
|
169036
169036
|
cached.lastUsed = Date.now();
|
|
169037
169037
|
} else {
|
|
169038
|
-
const tsPath = __require.resolve("
|
|
169038
|
+
const tsPath = __require.resolve("typescript");
|
|
169039
169039
|
const tsRootDir = dirname(tsPath);
|
|
169040
169040
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve(tsRootDir, "lib");
|
|
169041
169041
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -171245,5 +171245,5 @@ export {
|
|
|
171245
171245
|
handleAngularPageRequest
|
|
171246
171246
|
};
|
|
171247
171247
|
|
|
171248
|
-
//# debugId=
|
|
171248
|
+
//# debugId=7F92FFF6BDD19C2564756E2164756E21
|
|
171249
171249
|
//# sourceMappingURL=server.js.map
|