@absolutejs/absolute 0.19.0-beta.215 → 0.19.0-beta.216
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/{Image-k52pzpdh.vue → Image-7r6nfts6.vue} +1 -6
- package/dist/build.js +2 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/dist/svelte/components/Image.svelte +1 -6
- package/dist/vue/components/Image.vue +1 -6
- package/dist/vue/components/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -174177,7 +174177,7 @@ ${stubs}
|
|
|
174177
174177
|
}
|
|
174178
174178
|
return `${prefix}/@stub/${encodeURIComponent(specifier)}${suffix}`;
|
|
174179
174179
|
};
|
|
174180
|
-
result = result.replace(/^((?:import\s
|
|
174180
|
+
result = result.replace(/^((?:import\s+[\s\S]+?\s+from|export\s+[\s\S]+?\s+from|import)\s*["'])([^"'./][^"']*)(["'])/gm, stubReplace);
|
|
174181
174181
|
result = result.replace(/(import\s*\(\s*["'])([^"'./][^"']*)(["']\s*\))/g, stubReplace);
|
|
174182
174182
|
const fileDir = dirname7(filePath);
|
|
174183
174183
|
result = result.replace(/(from\s*["'])(\.\.?\/[^"']+)(["'])/g, (_match, prefix, relPath, suffix) => `${prefix}${resolveRelativeImport(relPath, fileDir, projectRoot, IMPORT_EXTENSIONS)}${suffix}`);
|
|
@@ -177980,5 +177980,5 @@ export {
|
|
|
177980
177980
|
ANGULAR_INIT_TIMEOUT_MS
|
|
177981
177981
|
};
|
|
177982
177982
|
|
|
177983
|
-
//# debugId=
|
|
177983
|
+
//# debugId=787382D8103748BE64756E2164756E21
|
|
177984
177984
|
//# sourceMappingURL=index.js.map
|