@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/build.js
CHANGED
|
@@ -14865,10 +14865,10 @@ ${fields}
|
|
|
14865
14865
|
const inlined = await inlineResources(sourceCode, dirname16(actualPath), stylePreprocessors);
|
|
14866
14866
|
sourceCode = inlineTemplateAndLowerDeferSync(inlined.source, dirname16(actualPath)).source;
|
|
14867
14867
|
const inputDir = dirname16(actualPath);
|
|
14868
|
-
const relativeDir = inputDir.startsWith(baseDir) ? inputDir.substring(baseDir.length + 1) : inputDir;
|
|
14869
14868
|
const fileBase = basename8(actualPath).replace(/\.[cm]?[tj]sx?$/, ".js");
|
|
14870
|
-
const targetDir = join29(outDir, relativeDir);
|
|
14871
14869
|
const targetPath = toOutputPath(actualPath);
|
|
14870
|
+
const targetDir = dirname16(targetPath);
|
|
14871
|
+
const relativeDir = relative12(outDir, targetDir).replace(/\\/g, "/");
|
|
14872
14872
|
const localImports = [];
|
|
14873
14873
|
const importRewrites = new Map;
|
|
14874
14874
|
const fromRegex = /(?:from|import)\s+['"]([^'".][^'"]*|\.\.?\/[^'"]+)['"]/g;
|
|
@@ -26985,5 +26985,5 @@ export {
|
|
|
26985
26985
|
build
|
|
26986
26986
|
};
|
|
26987
26987
|
|
|
26988
|
-
//# debugId=
|
|
26988
|
+
//# debugId=67DA0FCF6F77A9D364756E2164756E21
|
|
26989
26989
|
//# sourceMappingURL=build.js.map
|