@absolutejs/absolute 0.19.0-beta.1067 → 0.19.0-beta.1068
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 +3 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +3 -2
- package/dist/index.js.map +3 -3
- package/dist/types/globals.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33990,7 +33990,8 @@ var init_moduleServer = __esm(() => {
|
|
|
33990
33990
|
};
|
|
33991
33991
|
reactTranspiler = new Bun.Transpiler(reactTranspilerOptions);
|
|
33992
33992
|
reactFastRefreshSupported = probeReactFastRefresh();
|
|
33993
|
-
svelteExternalCss = new Map;
|
|
33993
|
+
svelteExternalCss = globalThis.__svelteExternalCss ?? new Map;
|
|
33994
|
+
globalThis.__svelteExternalCss = svelteExternalCss;
|
|
33994
33995
|
BUN_WRAP_MODULE = `
|
|
33995
33996
|
export function __legacyDecorateClassTS(decorators, target, key, desc) {
|
|
33996
33997
|
var c = arguments.length;
|
|
@@ -46607,5 +46608,5 @@ export {
|
|
|
46607
46608
|
ANGULAR_INIT_TIMEOUT_MS
|
|
46608
46609
|
};
|
|
46609
46610
|
|
|
46610
|
-
//# debugId=
|
|
46611
|
+
//# debugId=119C10E5B5088D9764756E2164756E21
|
|
46611
46612
|
//# sourceMappingURL=index.js.map
|