@absolutejs/absolute 0.19.0-beta.950 → 0.19.0-beta.952
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 +39 -15
- package/dist/angular/index.js.map +5 -5
- package/dist/angular/server.js +39 -15
- package/dist/angular/server.js.map +5 -5
- package/dist/build.js +1235 -717
- package/dist/build.js.map +21 -19
- package/dist/cli/index.js +159 -92
- package/dist/index.js +1359 -815
- package/dist/index.js.map +28 -26
- package/dist/islands/index.js +5 -5
- package/dist/islands/index.js.map +3 -3
- package/dist/react/components/browser/index.js +17 -2
- package/dist/react/components/index.js +19 -3
- package/dist/react/components/index.js.map +5 -4
- package/dist/react/index.js +37 -13
- package/dist/react/index.js.map +4 -4
- package/dist/react/server.js +33 -9
- package/dist/react/server.js.map +3 -3
- package/dist/src/build/chainInlineSourcemaps.d.ts +13 -0
- package/dist/src/build/externalAssetPlugin.d.ts +2 -0
- package/dist/src/core/devRouteRegistrationCallsite.d.ts +1 -0
- package/dist/src/core/prepare.d.ts +11 -2
- package/dist/src/dev/clientManager.d.ts +1 -0
- package/dist/src/dev/serverEntryWatcher.d.ts +1 -0
- package/dist/src/react/components/Head.d.ts +1 -1
- package/dist/src/utils/generateHeadElement.d.ts +1 -1
- package/dist/src/utils/jsonLd.d.ts +1 -0
- package/dist/svelte/index.js +37 -13
- package/dist/svelte/index.js.map +4 -4
- package/dist/svelte/server.js +37 -13
- package/dist/svelte/server.js.map +4 -4
- package/dist/types/globals.d.ts +1 -4
- package/dist/types/metadata.d.ts +2 -0
- package/dist/vue/index.js +37 -13
- package/dist/vue/index.js.map +5 -5
- package/dist/vue/server.js +33 -9
- package/dist/vue/server.js.map +4 -4
- package/package.json +17 -1
package/dist/islands/index.js
CHANGED
|
@@ -977,7 +977,7 @@ import {
|
|
|
977
977
|
relative,
|
|
978
978
|
resolve as resolve3
|
|
979
979
|
} from "path";
|
|
980
|
-
import { fileURLToPath } from "url";
|
|
980
|
+
import { fileURLToPath, pathToFileURL } from "url";
|
|
981
981
|
var CSS_EXTENSION_PATTERN, STYLE_EXTENSION_PATTERN, STYLE_MODULE_EXTENSION_PATTERN, STYLE_LANGUAGE_PATTERN, importOptionalPeer, requireOptionalPeer, requireFromCwd, isPreprocessableStylePath = (filePath) => STYLE_EXTENSION_PATTERN.test(filePath), isStyleModulePath = (filePath) => STYLE_MODULE_EXTENSION_PATTERN.test(filePath), isStylePath = (filePath) => /\.(css|s[ac]ss|less|styl(?:us)?)$/i.test(filePath), getStyleBaseName = (filePath) => filePath.replace(/\.(css|s[ac]ss|less|styl(?:us)?)$/i, ""), getStyleLanguage = (filePathOrLanguage) => {
|
|
982
982
|
const normalized = filePathOrLanguage.toLowerCase();
|
|
983
983
|
if (normalized === "scss" || normalized.endsWith(".scss"))
|
|
@@ -1211,7 +1211,7 @@ ${contents}` : contents, normalizePostcssModule = (mod) => {
|
|
|
1211
1211
|
canonicalize(specifier, options) {
|
|
1212
1212
|
const fromDirectory = options.containingUrl ? dirname(fileURLToPath(options.containingUrl)) : dirname(entryFile);
|
|
1213
1213
|
const resolved = resolveImportPath(specifier, fromDirectory, loadPaths, language, config);
|
|
1214
|
-
return resolved ? new URL(
|
|
1214
|
+
return resolved ? new URL(pathToFileURL(resolve3(resolved)).href) : null;
|
|
1215
1215
|
},
|
|
1216
1216
|
load(canonicalUrl) {
|
|
1217
1217
|
const filePath = fileURLToPath(canonicalUrl);
|
|
@@ -1329,7 +1329,7 @@ ${contents}` : contents, normalizePostcssModule = (mod) => {
|
|
|
1329
1329
|
loadPaths,
|
|
1330
1330
|
style: "expanded",
|
|
1331
1331
|
syntax: language === "sass" ? "indented" : "scss",
|
|
1332
|
-
url: new URL(
|
|
1332
|
+
url: new URL(pathToFileURL(resolve3(filePath)).href)
|
|
1333
1333
|
});
|
|
1334
1334
|
const css = await runPostcss(result.css, filePath, config);
|
|
1335
1335
|
const loadedUrls = result.loadedUrls ?? [];
|
|
@@ -1516,7 +1516,7 @@ ${contents}` : contents, normalizePostcssModule = (mod) => {
|
|
|
1516
1516
|
loadPaths,
|
|
1517
1517
|
style: "expanded",
|
|
1518
1518
|
syntax: language === "sass" ? "indented" : "scss",
|
|
1519
|
-
url: new URL(
|
|
1519
|
+
url: new URL(pathToFileURL(resolve3(filePath)).href)
|
|
1520
1520
|
});
|
|
1521
1521
|
const loadedUrls = result.loadedUrls ?? [];
|
|
1522
1522
|
for (const url of loadedUrls) {
|
|
@@ -2103,5 +2103,5 @@ export {
|
|
|
2103
2103
|
createIslandStore
|
|
2104
2104
|
};
|
|
2105
2105
|
|
|
2106
|
-
//# debugId=
|
|
2106
|
+
//# debugId=9F0339A12FE8A99464756E2164756E21
|
|
2107
2107
|
//# sourceMappingURL=index.js.map
|