@absolutejs/absolute 0.19.0-beta.978 → 0.19.0-beta.979
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/components/core/streamingSlotRegistrar.js +1 -1
- package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
- package/dist/angular/index.js +3 -3
- package/dist/angular/index.js.map +3 -3
- package/dist/angular/server.js +3 -3
- package/dist/angular/server.js.map +3 -3
- package/dist/build.js +3 -3
- package/dist/build.js.map +3 -3
- package/dist/index.js +3 -3
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15091,10 +15091,10 @@ ${fields}
|
|
|
15091
15091
|
const inlined = await inlineResources(sourceCode, dirname18(actualPath), stylePreprocessors);
|
|
15092
15092
|
sourceCode = inlineTemplateAndLowerDeferSync(inlined.source, dirname18(actualPath)).source;
|
|
15093
15093
|
const inputDir = dirname18(actualPath);
|
|
15094
|
-
const relativeDir = inputDir.startsWith(baseDir) ? inputDir.substring(baseDir.length + 1) : inputDir;
|
|
15095
15094
|
const fileBase = basename9(actualPath).replace(/\.[cm]?[tj]sx?$/, ".js");
|
|
15096
|
-
const targetDir = join30(outDir, relativeDir);
|
|
15097
15095
|
const targetPath = toOutputPath(actualPath);
|
|
15096
|
+
const targetDir = dirname18(targetPath);
|
|
15097
|
+
const relativeDir = relative12(outDir, targetDir).replace(/\\/g, "/");
|
|
15098
15098
|
const localImports = [];
|
|
15099
15099
|
const importRewrites = new Map;
|
|
15100
15100
|
const fromRegex = /(?:from|import)\s+['"]([^'".][^'"]*|\.\.?\/[^'"]+)['"]/g;
|
|
@@ -35643,5 +35643,5 @@ export {
|
|
|
35643
35643
|
ANGULAR_INIT_TIMEOUT_MS
|
|
35644
35644
|
};
|
|
35645
35645
|
|
|
35646
|
-
//# debugId=
|
|
35646
|
+
//# debugId=67A0A66AFB01AF0A64756E2164756E21
|
|
35647
35647
|
//# sourceMappingURL=index.js.map
|