@module-federation/bridge-react 2.4.0 → 2.5.0
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/base.cjs.js +2 -2
- package/dist/base.es.js +3 -3
- package/dist/data-fetch-server-middleware.es.js +1 -1
- package/dist/data-fetch-utils.cjs.js +1 -1
- package/dist/data-fetch-utils.es.js +4 -4
- package/dist/data-fetch.cjs.js +22 -0
- package/dist/data-fetch.d.ts +140 -0
- package/dist/data-fetch.es.js +22 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.es.js +3 -3
- package/dist/{lazy-load-component-plugin-DZDwZ0Kz.js → lazy-load-component-plugin-8zeSnzyV.js} +1 -1
- package/dist/{lazy-load-component-plugin-Bf_HsMyF.mjs → lazy-load-component-plugin-B3GJRx1-.mjs} +2 -2
- package/dist/lazy-load-component-plugin.cjs.js +2 -2
- package/dist/lazy-load-component-plugin.es.js +2 -2
- package/dist/lazy-utils.es.js +17 -17
- package/dist/{prefetch-DYFX9hl9.js → prefetch-DVsz9M2C.js} +210 -82
- package/dist/{prefetch-ByDYONsx.mjs → prefetch-zNZ70qRm.mjs} +211 -83
- package/dist/{utils-D4k5eixv.mjs → utils-DGS4pYp8.mjs} +23 -23
- package/package.json +14 -10
package/dist/base.cjs.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const createHelpers = require("./createHelpers-9B0ttrN_.js");
|
|
4
|
-
const lazyLoadComponentPlugin = require("./lazy-load-component-plugin-
|
|
4
|
+
const lazyLoadComponentPlugin = require("./lazy-load-component-plugin-8zeSnzyV.js");
|
|
5
5
|
const lazyUtils = require("./utils-CFTy4LVE.js");
|
|
6
6
|
const dataFetchUtils = require("./data-fetch-utils.cjs.js");
|
|
7
|
-
const prefetch = require("./prefetch-
|
|
7
|
+
const prefetch = require("./prefetch-DVsz9M2C.js");
|
|
8
8
|
const createRemoteAppComponent = createHelpers.createRemoteAppComponentFactory(createHelpers.RemoteAppWrapper);
|
|
9
9
|
const createRemoteComponent = createHelpers.createDeprecatedRemoteComponentFactory(
|
|
10
10
|
createRemoteAppComponent
|
package/dist/base.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { c as createRemoteAppComponentFactory, a as createDeprecatedRemoteComponentFactory, R as RemoteAppWrapper } from "./createHelpers-D77sECmY.mjs";
|
|
2
2
|
import { b } from "./createHelpers-D77sECmY.mjs";
|
|
3
|
-
import { a, c, b as b2, l } from "./lazy-load-component-plugin-
|
|
4
|
-
import { C, a as a2, E, c as c2, b as b3, d, g, r, s } from "./utils-
|
|
3
|
+
import { a, c, b as b2, l } from "./lazy-load-component-plugin-B3GJRx1-.mjs";
|
|
4
|
+
import { C, a as a2, E, c as c2, b as b3, d, g, r, s } from "./utils-DGS4pYp8.mjs";
|
|
5
5
|
import { callDataFetch } from "./data-fetch-utils.es.js";
|
|
6
|
-
import { p } from "./prefetch-
|
|
6
|
+
import { p } from "./prefetch-zNZ70qRm.mjs";
|
|
7
7
|
const createRemoteAppComponent = createRemoteAppComponentFactory(RemoteAppWrapper);
|
|
8
8
|
const createRemoteComponent = createDeprecatedRemoteComponentFactory(
|
|
9
9
|
createRemoteAppComponent
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as DATA_FETCH_QUERY, l as logger, e as getDataFetchMap, i as initDataFetchMap, M as MF_DATA_FETCH_STATUS,
|
|
1
|
+
import { D as DATA_FETCH_QUERY, l as logger, e as getDataFetchMap, i as initDataFetchMap, M as MF_DATA_FETCH_STATUS, h as fetchData, j as loadDataFetchModule } from "./utils-DGS4pYp8.mjs";
|
|
2
2
|
import { M as MANIFEST_EXT, S as SEPARATOR } from "./logger-DwWkXsWl.mjs";
|
|
3
3
|
function wrapSetTimeout(targetPromise, delay = 2e4, id) {
|
|
4
4
|
if (targetPromise && typeof targetPromise.then === "function") {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const lazyUtils = require("./utils-CFTy4LVE.js");
|
|
4
|
-
const prefetch = require("./prefetch-
|
|
4
|
+
const prefetch = require("./prefetch-DVsz9M2C.js");
|
|
5
5
|
async function callDataFetch() {
|
|
6
6
|
const dataFetch = globalThis[lazyUtils.DATA_FETCH_FUNCTION];
|
|
7
7
|
if (dataFetch) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { C, a, c, b, d, g, r } from "./utils-
|
|
3
|
-
import { d as dataFetchFunction } from "./prefetch-
|
|
4
|
-
import { i, p } from "./prefetch-
|
|
1
|
+
import { y as DATA_FETCH_FUNCTION } from "./utils-DGS4pYp8.mjs";
|
|
2
|
+
import { C, a, c, b, d, g, r } from "./utils-DGS4pYp8.mjs";
|
|
3
|
+
import { d as dataFetchFunction } from "./prefetch-zNZ70qRm.mjs";
|
|
4
|
+
import { i, p } from "./prefetch-zNZ70qRm.mjs";
|
|
5
5
|
async function callDataFetch() {
|
|
6
6
|
const dataFetch = globalThis[DATA_FETCH_FUNCTION];
|
|
7
7
|
if (dataFetch) {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const lazyLoadComponentPlugin = require("./lazy-load-component-plugin-8zeSnzyV.js");
|
|
4
|
+
const lazyUtils = require("./utils-CFTy4LVE.js");
|
|
5
|
+
const dataFetchUtils = require("./data-fetch-utils.cjs.js");
|
|
6
|
+
const prefetch = require("./prefetch-DVsz9M2C.js");
|
|
7
|
+
exports.autoFetchDataPlugin = lazyLoadComponentPlugin.autoFetchData;
|
|
8
|
+
exports.collectSSRAssets = lazyLoadComponentPlugin.collectSSRAssets;
|
|
9
|
+
exports.createLazyComponent = lazyLoadComponentPlugin.createLazyComponent;
|
|
10
|
+
exports.lazyLoadComponentPlugin = lazyLoadComponentPlugin.lazyLoadComponentPlugin;
|
|
11
|
+
exports.CacheSize = lazyUtils.CacheSize;
|
|
12
|
+
exports.CacheTime = lazyUtils.CacheTime;
|
|
13
|
+
exports.ERROR_TYPE = lazyUtils.ERROR_TYPE;
|
|
14
|
+
exports.cache = lazyUtils.cache;
|
|
15
|
+
exports.clearStore = lazyUtils.clearStore;
|
|
16
|
+
exports.configureCache = lazyUtils.configureCache;
|
|
17
|
+
exports.flushDataFetch = lazyUtils.flushDataFetch;
|
|
18
|
+
exports.generateKey = lazyUtils.generateKey;
|
|
19
|
+
exports.revalidateTag = lazyUtils.revalidateTag;
|
|
20
|
+
exports.setSSREnv = lazyUtils.setSSREnv;
|
|
21
|
+
exports.callDataFetch = dataFetchUtils.callDataFetch;
|
|
22
|
+
exports.prefetch = prefetch.prefetch;
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import { default as default_2 } from 'react';
|
|
2
|
+
import { getInstance } from '@module-federation/runtime';
|
|
3
|
+
import { ModuleFederationRuntimePlugin } from '@module-federation/runtime';
|
|
4
|
+
import { ReactNode } from 'react';
|
|
5
|
+
|
|
6
|
+
export declare const autoFetchDataPlugin: () => ModuleFederationRuntimePlugin;
|
|
7
|
+
|
|
8
|
+
export declare function cache<T>(fn: DataFetch<T>, options?: CacheOptions): DataFetch<T>;
|
|
9
|
+
|
|
10
|
+
declare interface CacheConfig {
|
|
11
|
+
maxSize?: number;
|
|
12
|
+
unstable_shouldDisable?: ({ request, }: {
|
|
13
|
+
request: Request;
|
|
14
|
+
}) => boolean | Promise<boolean>;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
declare interface CacheOptions {
|
|
18
|
+
tag?: string | string[];
|
|
19
|
+
maxAge?: number;
|
|
20
|
+
revalidate?: number;
|
|
21
|
+
getKey?: <Args extends any[]>(...args: Args) => string;
|
|
22
|
+
onCache?: (info: CacheStatsInfo) => boolean;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export declare const CacheSize: {
|
|
26
|
+
readonly KB: 1024;
|
|
27
|
+
readonly MB: number;
|
|
28
|
+
readonly GB: number;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export declare interface CacheStatsInfo {
|
|
32
|
+
status: CacheStatus;
|
|
33
|
+
key: string | symbol;
|
|
34
|
+
params: DataFetchParams;
|
|
35
|
+
result: any;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export declare type CacheStatus = 'hit' | 'stale' | 'miss';
|
|
39
|
+
|
|
40
|
+
export declare const CacheTime: {
|
|
41
|
+
readonly SECOND: 1000;
|
|
42
|
+
readonly MINUTE: number;
|
|
43
|
+
readonly HOUR: number;
|
|
44
|
+
readonly DAY: number;
|
|
45
|
+
readonly WEEK: number;
|
|
46
|
+
readonly MONTH: number;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export declare function callDataFetch(): Promise<void>;
|
|
50
|
+
|
|
51
|
+
export declare function clearStore(): void;
|
|
52
|
+
|
|
53
|
+
export declare function collectSSRAssets(options: CollectSSRAssetsOptions): default_2.ReactNode[];
|
|
54
|
+
|
|
55
|
+
export declare type CollectSSRAssetsOptions = {
|
|
56
|
+
id: string;
|
|
57
|
+
instance: ReturnType<typeof getInstance>;
|
|
58
|
+
injectScript?: boolean;
|
|
59
|
+
injectLink?: boolean;
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
export declare function configureCache(config: CacheConfig): void;
|
|
63
|
+
|
|
64
|
+
export declare function createLazyComponent<T, E extends keyof T>(options: CreateLazyComponentOptions<T, E>): (props: T[E] extends (...args: any) => any ? Parameters<T[E]>[0] extends undefined ? ReactKey : Parameters<T[E]>[0] & ReactKey : ReactKey) => default_2.JSX.Element;
|
|
65
|
+
|
|
66
|
+
export declare type CreateLazyComponentOptions<T, E extends keyof T> = {
|
|
67
|
+
loader: () => Promise<T>;
|
|
68
|
+
instance: ReturnType<typeof getInstance>;
|
|
69
|
+
loading: default_2.ReactNode;
|
|
70
|
+
delayLoading?: number;
|
|
71
|
+
fallback: ReactNode | ((errorInfo: ErrorInfo) => ReactNode);
|
|
72
|
+
export?: E;
|
|
73
|
+
dataFetchParams?: DataFetchParams;
|
|
74
|
+
noSSR?: boolean;
|
|
75
|
+
injectScript?: boolean;
|
|
76
|
+
injectLink?: boolean;
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
declare type DataFetch<T> = (params: DataFetchParams) => Promise<T>;
|
|
80
|
+
|
|
81
|
+
export declare type DataFetchParams = {
|
|
82
|
+
isDowngrade: boolean;
|
|
83
|
+
_id?: string;
|
|
84
|
+
} & Record<string, unknown>;
|
|
85
|
+
|
|
86
|
+
export declare const ERROR_TYPE: {
|
|
87
|
+
DATA_FETCH: number;
|
|
88
|
+
LOAD_REMOTE: number;
|
|
89
|
+
UNKNOWN: number;
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
declare type ErrorInfo = {
|
|
93
|
+
error: Error;
|
|
94
|
+
errorType: number;
|
|
95
|
+
dataFetchMapKey?: string;
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
export declare const flushDataFetch: () => void;
|
|
99
|
+
|
|
100
|
+
export declare function generateKey(dataFetchOptions: DataFetchParams): string;
|
|
101
|
+
|
|
102
|
+
export declare function lazyLoadComponentPlugin(): ModuleFederationRuntimePlugin;
|
|
103
|
+
|
|
104
|
+
export declare type NoSSRRemoteInfo = {
|
|
105
|
+
name: string;
|
|
106
|
+
version: string;
|
|
107
|
+
ssrPublicPath: string;
|
|
108
|
+
ssrRemoteEntry: string;
|
|
109
|
+
globalName: string;
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
export declare function prefetch(options: PrefetchOptions): Promise<void>;
|
|
113
|
+
|
|
114
|
+
export declare type PrefetchOptions = {
|
|
115
|
+
id: string;
|
|
116
|
+
instance: ReturnType<typeof getInstance>;
|
|
117
|
+
dataFetchParams?: DataFetchParams;
|
|
118
|
+
preloadComponentResource?: boolean;
|
|
119
|
+
};
|
|
120
|
+
|
|
121
|
+
declare type ReactKey = {
|
|
122
|
+
key?: default_2.Key | null;
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
export declare function revalidateTag(tag: string): void;
|
|
126
|
+
|
|
127
|
+
export declare function setSSREnv({ fetchServerQuery, }: {
|
|
128
|
+
fetchServerQuery?: Record<string, unknown>;
|
|
129
|
+
}): void;
|
|
130
|
+
|
|
131
|
+
export { }
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
declare module '@module-federation/runtime-core' {
|
|
135
|
+
interface ModuleFederation {
|
|
136
|
+
createLazyComponent<T, E extends keyof T>(options: Omit<CreateLazyComponentOptions<T, E>, 'instance'>): ReturnType<typeof createLazyComponent<T, E>>;
|
|
137
|
+
prefetch(options: Omit<PrefetchOptions, 'instance'>): ReturnType<typeof prefetch>;
|
|
138
|
+
collectSSRAssets(options: Omit<Parameters<typeof collectSSRAssets>[0], 'instance'>): ReturnType<typeof collectSSRAssets>;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { a, c, b, l } from "./lazy-load-component-plugin-B3GJRx1-.mjs";
|
|
2
|
+
import { C, a as a2, E, c as c2, b as b2, d, f, g, r, s } from "./utils-DGS4pYp8.mjs";
|
|
3
|
+
import { callDataFetch } from "./data-fetch-utils.es.js";
|
|
4
|
+
import { p } from "./prefetch-zNZ70qRm.mjs";
|
|
5
|
+
export {
|
|
6
|
+
C as CacheSize,
|
|
7
|
+
a2 as CacheTime,
|
|
8
|
+
E as ERROR_TYPE,
|
|
9
|
+
a as autoFetchDataPlugin,
|
|
10
|
+
c2 as cache,
|
|
11
|
+
callDataFetch,
|
|
12
|
+
b2 as clearStore,
|
|
13
|
+
c as collectSSRAssets,
|
|
14
|
+
d as configureCache,
|
|
15
|
+
b as createLazyComponent,
|
|
16
|
+
f as flushDataFetch,
|
|
17
|
+
g as generateKey,
|
|
18
|
+
l as lazyLoadComponentPlugin,
|
|
19
|
+
p as prefetch,
|
|
20
|
+
r as revalidateTag,
|
|
21
|
+
s as setSSREnv
|
|
22
|
+
};
|
package/dist/index.cjs.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const createHelpers = require("./createHelpers-9B0ttrN_.js");
|
|
4
|
-
const lazyLoadComponentPlugin = require("./lazy-load-component-plugin-
|
|
4
|
+
const lazyLoadComponentPlugin = require("./lazy-load-component-plugin-8zeSnzyV.js");
|
|
5
5
|
const lazyUtils = require("./utils-CFTy4LVE.js");
|
|
6
6
|
const dataFetchUtils = require("./data-fetch-utils.cjs.js");
|
|
7
7
|
const React = require("react");
|
|
8
8
|
const ReactRouterDOM = require("react-router-dom");
|
|
9
9
|
const index = require("./index-DbjGCKOr.js");
|
|
10
|
-
const prefetch = require("./prefetch-
|
|
10
|
+
const prefetch = require("./prefetch-DVsz9M2C.js");
|
|
11
11
|
function _interopNamespaceDefault(e2) {
|
|
12
12
|
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
13
13
|
if (e2) {
|
package/dist/index.es.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { R as RemoteAppWrapper, c as createRemoteAppComponentFactory, a as createDeprecatedRemoteComponentFactory } from "./createHelpers-D77sECmY.mjs";
|
|
2
2
|
import { b } from "./createHelpers-D77sECmY.mjs";
|
|
3
|
-
import { a, c, b as b2, l } from "./lazy-load-component-plugin-
|
|
4
|
-
import { C, a as a2, E, c as c2, b as b3, d, g, r, s } from "./utils-
|
|
3
|
+
import { a, c, b as b2, l } from "./lazy-load-component-plugin-B3GJRx1-.mjs";
|
|
4
|
+
import { C, a as a2, E, c as c2, b as b3, d, g, r, s } from "./utils-DGS4pYp8.mjs";
|
|
5
5
|
import { callDataFetch } from "./data-fetch-utils.es.js";
|
|
6
6
|
import React__default, { forwardRef, useContext, useState, useEffect } from "react";
|
|
7
7
|
import * as ReactRouterDOM from "react-router-dom";
|
|
8
8
|
import { p as pathJoin, L as LoggerInstance } from "./index-Bs2NxD2z.mjs";
|
|
9
|
-
import { p } from "./prefetch-
|
|
9
|
+
import { p } from "./prefetch-zNZ70qRm.mjs";
|
|
10
10
|
function e() {
|
|
11
11
|
const t = new PopStateEvent("popstate", { state: window.history.state });
|
|
12
12
|
window.dispatchEvent(t);
|
package/dist/{lazy-load-component-plugin-Bf_HsMyF.mjs → lazy-load-component-plugin-B3GJRx1-.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { i as injectDataFetch, p as prefetch } from "./prefetch-
|
|
2
|
-
import { i as initDataFetchMap,
|
|
1
|
+
import { i as injectDataFetch, p as prefetch } from "./prefetch-zNZ70qRm.mjs";
|
|
2
|
+
import { i as initDataFetchMap, k as isDataLoaderExpose, m as getDataFetchInfo, n as getDataFetchMapKey, l as logger, o as getDataFetchItem, p as DATA_FETCH_CLIENT_SUFFIX, q as MF_DATA_FETCH_TYPE, t as isCSROnly, M as MF_DATA_FETCH_STATUS, j as loadDataFetchModule, e as getDataFetchMap, u as isServerEnv, v as getDataFetchIdWithErrorMsgs, w as DATA_FETCH_ERROR_PREFIX, E as ERROR_TYPE, x as wrapDataFetchId, L as LOAD_REMOTE_ERROR_PREFIX, y as DATA_FETCH_FUNCTION, z as getLoadedRemoteInfos, h as fetchData$1, A as setDataFetchItemLoadedStatus, F as FS_HREF } from "./utils-DGS4pYp8.mjs";
|
|
3
3
|
import React__default, { useRef, useState, Suspense, useEffect } from "react";
|
|
4
4
|
const autoFetchData = () => {
|
|
5
5
|
initDataFetchMap();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const lazyLoadComponentPlugin = require("./lazy-load-component-plugin-
|
|
4
|
-
require("./prefetch-
|
|
3
|
+
const lazyLoadComponentPlugin = require("./lazy-load-component-plugin-8zeSnzyV.js");
|
|
4
|
+
require("./prefetch-DVsz9M2C.js");
|
|
5
5
|
exports.default = lazyLoadComponentPlugin.lazyLoadComponentPlugin;
|
|
6
6
|
exports.lazyLoadComponentPlugin = lazyLoadComponentPlugin.lazyLoadComponentPlugin;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { l, l as l2 } from "./lazy-load-component-plugin-
|
|
2
|
-
import "./prefetch-
|
|
1
|
+
import { l, l as l2 } from "./lazy-load-component-plugin-B3GJRx1-.mjs";
|
|
2
|
+
import "./prefetch-zNZ70qRm.mjs";
|
|
3
3
|
export {
|
|
4
4
|
l as default,
|
|
5
5
|
l2 as lazyLoadComponentPlugin
|
package/dist/lazy-utils.es.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import "./logger-DwWkXsWl.mjs";
|
|
2
|
-
import {
|
|
2
|
+
import { H, I, h, f, N, v, m, o, e, n, J, z, i, t, k, u, j, A, s, x } from "./utils-DGS4pYp8.mjs";
|
|
3
3
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
H as callAllDowngrade,
|
|
5
|
+
I as callDowngrade,
|
|
6
|
+
h as fetchData,
|
|
7
|
+
f as flushDataFetch,
|
|
8
8
|
N as getDataFetchCache,
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
v as getDataFetchIdWithErrorMsgs,
|
|
10
|
+
m as getDataFetchInfo,
|
|
11
|
+
o as getDataFetchItem,
|
|
12
12
|
e as getDataFetchMap,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
n as getDataFetchMapKey,
|
|
14
|
+
J as getDowngradeTag,
|
|
15
|
+
z as getLoadedRemoteInfos,
|
|
16
16
|
i as initDataFetchMap,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
t as isCSROnly,
|
|
18
|
+
k as isDataLoaderExpose,
|
|
19
|
+
u as isServerEnv,
|
|
20
|
+
j as loadDataFetchModule,
|
|
21
|
+
A as setDataFetchItemLoadedStatus,
|
|
22
22
|
s as setSSREnv,
|
|
23
|
-
|
|
23
|
+
x as wrapDataFetchId
|
|
24
24
|
};
|