@absolutejs/absolute 0.19.0-beta.384 → 0.19.0-beta.385
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 +3 -5
- package/dist/build.js.map +3 -3
- package/dist/index.js +3 -5
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -173231,7 +173231,7 @@ ${registrations}
|
|
|
173231
173231
|
({ tsLibDir } = cached);
|
|
173232
173232
|
cached.lastUsed = Date.now();
|
|
173233
173233
|
} else {
|
|
173234
|
-
const tsPath = __require.resolve("typescript");
|
|
173234
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
173235
173235
|
const tsRootDir = dirname9(tsPath);
|
|
173236
173236
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve18(tsRootDir, "lib");
|
|
173237
173237
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -174231,9 +174231,7 @@ var isDev2, collectConventionSourceFiles = (entry) => {
|
|
|
174231
174231
|
const indexFile = join18(svelteIndexDir, "pages", `${name}.js`);
|
|
174232
174232
|
if (!existsSync16(indexFile))
|
|
174233
174233
|
continue;
|
|
174234
|
-
|
|
174235
|
-
const srcRel = relative9(process.cwd(), resolve19(entry)).replace(/\\/g, "/");
|
|
174236
|
-
content = content.replace(/import\s+Component\s+from\s+['"]([^'"]+)['"]/, `import Component from "/@src/${srcRel}"`);
|
|
174234
|
+
const content = readFileSync10(indexFile, "utf-8");
|
|
174237
174235
|
writeFileSync7(join18(devIndexDir, `${name}.svelte.js`), content);
|
|
174238
174236
|
}
|
|
174239
174237
|
}, copyVueDevIndexes = (vueDir, vuePagesPath, vueEntries, devIndexDir) => {
|
|
@@ -187483,5 +187481,5 @@ export {
|
|
|
187483
187481
|
ANGULAR_INIT_TIMEOUT_MS
|
|
187484
187482
|
};
|
|
187485
187483
|
|
|
187486
|
-
//# debugId=
|
|
187484
|
+
//# debugId=A0906D9B6FC12A5964756E2164756E21
|
|
187487
187485
|
//# sourceMappingURL=index.js.map
|