@absolutejs/absolute 0.19.0-beta.934 → 0.19.0-beta.935
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/index.js
CHANGED
|
@@ -15461,6 +15461,7 @@ ${content.slice(firstUseIdx)}`;
|
|
|
15461
15461
|
...vueVendorPaths2 ?? {},
|
|
15462
15462
|
...svelteVendorPaths2 ?? {}
|
|
15463
15463
|
};
|
|
15464
|
+
const angularPartialDeclSpecs = Object.keys(angularVendorPaths2 ?? {}).filter((spec) => !spec.startsWith("@angular/")).flatMap((spec) => [spec, `${spec}/*`]);
|
|
15464
15465
|
const serverBuildExternals = [
|
|
15465
15466
|
"react",
|
|
15466
15467
|
"react/*",
|
|
@@ -15472,6 +15473,7 @@ ${content.slice(firstUseIdx)}`;
|
|
|
15472
15473
|
"vue/*",
|
|
15473
15474
|
"@vue/*",
|
|
15474
15475
|
"@angular/*",
|
|
15476
|
+
...angularPartialDeclSpecs,
|
|
15475
15477
|
"typescript"
|
|
15476
15478
|
];
|
|
15477
15479
|
const svelteResolveConditions = svelteDir ? ["svelte", "main"] : undefined;
|
|
@@ -32134,5 +32136,5 @@ export {
|
|
|
32134
32136
|
ANGULAR_INIT_TIMEOUT_MS
|
|
32135
32137
|
};
|
|
32136
32138
|
|
|
32137
|
-
//# debugId=
|
|
32139
|
+
//# debugId=D894B88CFA4F564B64756E2164756E21
|
|
32138
32140
|
//# sourceMappingURL=index.js.map
|