@absolutejs/absolute 0.19.0-beta.1015 → 0.19.0-beta.1016
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/build.js +2 -2
- package/dist/build.js.map +3 -3
- package/dist/cli/config/server.js +33576 -33407
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23002,7 +23002,7 @@ ${stubs}
|
|
|
23002
23002
|
}
|
|
23003
23003
|
return `${prefix}/@stub/${encodeURIComponent(specifier)}${suffix}`;
|
|
23004
23004
|
};
|
|
23005
|
-
result = result.replace(/^((?:import\s+[
|
|
23005
|
+
result = result.replace(/^((?:import\s+[^"'`;]+?\s+from|export\s+[^"'`;]+?\s+from|import)\s*["'])([^"'./][^"']*)(["'])/gm, stubReplace);
|
|
23006
23006
|
result = result.replace(/(import\s*\(\s*["'])([^"'./][^"']*)(["']\s*\))/g, stubReplace);
|
|
23007
23007
|
const fileDir = dirname23(filePath);
|
|
23008
23008
|
result = result.replace(/(from\s*["'])(\.\.?\/[^"']+)(["'])/g, (_match, prefix, relPath, suffix) => `${prefix}${resolveRelativeImport(relPath, fileDir, projectRoot, IMPORT_EXTENSIONS)}${suffix}`);
|
|
@@ -35878,5 +35878,5 @@ export {
|
|
|
35878
35878
|
ANGULAR_INIT_TIMEOUT_MS
|
|
35879
35879
|
};
|
|
35880
35880
|
|
|
35881
|
-
//# debugId=
|
|
35881
|
+
//# debugId=243D921AB862725064756E2164756E21
|
|
35882
35882
|
//# sourceMappingURL=index.js.map
|