@rayburst/cli 0.1.10 → 0.1.12
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/bin/rayburst.js +1 -1
- package/dist/assets/_commonjsHelpers-B85MJLTf.js +5 -0
- package/dist/assets/hostInit-BeN71ro9.js +9 -0
- package/dist/assets/index-9R1akZrm.js +578 -0
- package/dist/assets/index-BW-RulSg.js +258 -0
- package/dist/assets/index-Cap7gsMp.js +16597 -0
- package/dist/assets/preload-helper-Dea3Szod.js +54 -0
- package/dist/assets/rayburstCli__loadRemote__rayburstApp_mf_1_App__loadRemote__-CHUYMhiU.js +35 -0
- package/dist/assets/rayburstCli__loadShare__react__loadShare__-CE7VtFm0.js +19 -0
- package/dist/assets/rayburstCli__mf_v__runtimeInit__mf_v__-C_SVfzik.js +4173 -0
- package/dist/assets/remoteEntry-2xB1wVPo.js +122 -0
- package/dist/assets/virtualExposes-DwA08f_D.js +5 -0
- package/dist/index.html +56 -0
- package/package.json +11 -1
- package/server.js +4 -3
- package/vite.config.ts +4 -3
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
import { g as getDefaultExportFromCjs } from './_commonjsHelpers-B85MJLTf.js';
|
|
2
|
+
import { r as rayburstCli__loadShare__react__loadShare__ } from './rayburstCli__loadShare__react__loadShare__-CE7VtFm0.js';
|
|
3
|
+
|
|
4
|
+
function _mergeNamespaces(n, m) {
|
|
5
|
+
for (var i = 0; i < m.length; i++) {
|
|
6
|
+
const e = m[i];
|
|
7
|
+
if (typeof e !== 'string' && !Array.isArray(e)) { for (const k in e) {
|
|
8
|
+
if (k !== 'default' && !(k in n)) {
|
|
9
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
10
|
+
if (d) {
|
|
11
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: () => e[k]
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
} }
|
|
18
|
+
}
|
|
19
|
+
return Object.freeze(Object.defineProperty(n, Symbol.toStringTag, { value: 'Module' }));
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
var reactDom = {exports: {}};
|
|
23
|
+
|
|
24
|
+
var reactDom_production = {};
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* @license React
|
|
28
|
+
* react-dom.production.js
|
|
29
|
+
*
|
|
30
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
31
|
+
*
|
|
32
|
+
* This source code is licensed under the MIT license found in the
|
|
33
|
+
* LICENSE file in the root directory of this source tree.
|
|
34
|
+
*/
|
|
35
|
+
var React = rayburstCli__loadShare__react__loadShare__;
|
|
36
|
+
function formatProdErrorMessage(code) {
|
|
37
|
+
var url = "https://react.dev/errors/" + code;
|
|
38
|
+
if (1 < arguments.length) {
|
|
39
|
+
url += "?args[]=" + encodeURIComponent(arguments[1]);
|
|
40
|
+
for (var i = 2; i < arguments.length; i++)
|
|
41
|
+
url += "&args[]=" + encodeURIComponent(arguments[i]);
|
|
42
|
+
}
|
|
43
|
+
return (
|
|
44
|
+
"Minified React error #" +
|
|
45
|
+
code +
|
|
46
|
+
"; visit " +
|
|
47
|
+
url +
|
|
48
|
+
" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
function noop() {}
|
|
52
|
+
var Internals = {
|
|
53
|
+
d: {
|
|
54
|
+
f: noop,
|
|
55
|
+
r: function () {
|
|
56
|
+
throw Error(formatProdErrorMessage(522));
|
|
57
|
+
},
|
|
58
|
+
D: noop,
|
|
59
|
+
C: noop,
|
|
60
|
+
L: noop,
|
|
61
|
+
m: noop,
|
|
62
|
+
X: noop,
|
|
63
|
+
S: noop,
|
|
64
|
+
M: noop
|
|
65
|
+
},
|
|
66
|
+
p: 0,
|
|
67
|
+
findDOMNode: null
|
|
68
|
+
},
|
|
69
|
+
REACT_PORTAL_TYPE = Symbol.for("react.portal");
|
|
70
|
+
function createPortal$1(children, containerInfo, implementation) {
|
|
71
|
+
var key =
|
|
72
|
+
3 < arguments.length && void 0 !== arguments[3] ? arguments[3] : null;
|
|
73
|
+
return {
|
|
74
|
+
$$typeof: REACT_PORTAL_TYPE,
|
|
75
|
+
key: null == key ? null : "" + key,
|
|
76
|
+
children: children,
|
|
77
|
+
containerInfo: containerInfo,
|
|
78
|
+
implementation: implementation
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
var ReactSharedInternals =
|
|
82
|
+
React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
83
|
+
function getCrossOriginStringAs(as, input) {
|
|
84
|
+
if ("font" === as) return "";
|
|
85
|
+
if ("string" === typeof input)
|
|
86
|
+
return "use-credentials" === input ? input : "";
|
|
87
|
+
}
|
|
88
|
+
reactDom_production.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE =
|
|
89
|
+
Internals;
|
|
90
|
+
reactDom_production.createPortal = function (children, container) {
|
|
91
|
+
var key =
|
|
92
|
+
2 < arguments.length && void 0 !== arguments[2] ? arguments[2] : null;
|
|
93
|
+
if (
|
|
94
|
+
!container ||
|
|
95
|
+
(1 !== container.nodeType &&
|
|
96
|
+
9 !== container.nodeType &&
|
|
97
|
+
11 !== container.nodeType)
|
|
98
|
+
)
|
|
99
|
+
throw Error(formatProdErrorMessage(299));
|
|
100
|
+
return createPortal$1(children, container, null, key);
|
|
101
|
+
};
|
|
102
|
+
reactDom_production.flushSync = function (fn) {
|
|
103
|
+
var previousTransition = ReactSharedInternals.T,
|
|
104
|
+
previousUpdatePriority = Internals.p;
|
|
105
|
+
try {
|
|
106
|
+
if (((ReactSharedInternals.T = null), (Internals.p = 2), fn)) return fn();
|
|
107
|
+
} finally {
|
|
108
|
+
(ReactSharedInternals.T = previousTransition),
|
|
109
|
+
(Internals.p = previousUpdatePriority),
|
|
110
|
+
Internals.d.f();
|
|
111
|
+
}
|
|
112
|
+
};
|
|
113
|
+
reactDom_production.preconnect = function (href, options) {
|
|
114
|
+
"string" === typeof href &&
|
|
115
|
+
(options
|
|
116
|
+
? ((options = options.crossOrigin),
|
|
117
|
+
(options =
|
|
118
|
+
"string" === typeof options
|
|
119
|
+
? "use-credentials" === options
|
|
120
|
+
? options
|
|
121
|
+
: ""
|
|
122
|
+
: void 0))
|
|
123
|
+
: (options = null),
|
|
124
|
+
Internals.d.C(href, options));
|
|
125
|
+
};
|
|
126
|
+
reactDom_production.prefetchDNS = function (href) {
|
|
127
|
+
"string" === typeof href && Internals.d.D(href);
|
|
128
|
+
};
|
|
129
|
+
reactDom_production.preinit = function (href, options) {
|
|
130
|
+
if ("string" === typeof href && options && "string" === typeof options.as) {
|
|
131
|
+
var as = options.as,
|
|
132
|
+
crossOrigin = getCrossOriginStringAs(as, options.crossOrigin),
|
|
133
|
+
integrity =
|
|
134
|
+
"string" === typeof options.integrity ? options.integrity : void 0,
|
|
135
|
+
fetchPriority =
|
|
136
|
+
"string" === typeof options.fetchPriority
|
|
137
|
+
? options.fetchPriority
|
|
138
|
+
: void 0;
|
|
139
|
+
"style" === as
|
|
140
|
+
? Internals.d.S(
|
|
141
|
+
href,
|
|
142
|
+
"string" === typeof options.precedence ? options.precedence : void 0,
|
|
143
|
+
{
|
|
144
|
+
crossOrigin: crossOrigin,
|
|
145
|
+
integrity: integrity,
|
|
146
|
+
fetchPriority: fetchPriority
|
|
147
|
+
}
|
|
148
|
+
)
|
|
149
|
+
: "script" === as &&
|
|
150
|
+
Internals.d.X(href, {
|
|
151
|
+
crossOrigin: crossOrigin,
|
|
152
|
+
integrity: integrity,
|
|
153
|
+
fetchPriority: fetchPriority,
|
|
154
|
+
nonce: "string" === typeof options.nonce ? options.nonce : void 0
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
};
|
|
158
|
+
reactDom_production.preinitModule = function (href, options) {
|
|
159
|
+
if ("string" === typeof href)
|
|
160
|
+
if ("object" === typeof options && null !== options) {
|
|
161
|
+
if (null == options.as || "script" === options.as) {
|
|
162
|
+
var crossOrigin = getCrossOriginStringAs(
|
|
163
|
+
options.as,
|
|
164
|
+
options.crossOrigin
|
|
165
|
+
);
|
|
166
|
+
Internals.d.M(href, {
|
|
167
|
+
crossOrigin: crossOrigin,
|
|
168
|
+
integrity:
|
|
169
|
+
"string" === typeof options.integrity ? options.integrity : void 0,
|
|
170
|
+
nonce: "string" === typeof options.nonce ? options.nonce : void 0
|
|
171
|
+
});
|
|
172
|
+
}
|
|
173
|
+
} else null == options && Internals.d.M(href);
|
|
174
|
+
};
|
|
175
|
+
reactDom_production.preload = function (href, options) {
|
|
176
|
+
if (
|
|
177
|
+
"string" === typeof href &&
|
|
178
|
+
"object" === typeof options &&
|
|
179
|
+
null !== options &&
|
|
180
|
+
"string" === typeof options.as
|
|
181
|
+
) {
|
|
182
|
+
var as = options.as,
|
|
183
|
+
crossOrigin = getCrossOriginStringAs(as, options.crossOrigin);
|
|
184
|
+
Internals.d.L(href, as, {
|
|
185
|
+
crossOrigin: crossOrigin,
|
|
186
|
+
integrity:
|
|
187
|
+
"string" === typeof options.integrity ? options.integrity : void 0,
|
|
188
|
+
nonce: "string" === typeof options.nonce ? options.nonce : void 0,
|
|
189
|
+
type: "string" === typeof options.type ? options.type : void 0,
|
|
190
|
+
fetchPriority:
|
|
191
|
+
"string" === typeof options.fetchPriority
|
|
192
|
+
? options.fetchPriority
|
|
193
|
+
: void 0,
|
|
194
|
+
referrerPolicy:
|
|
195
|
+
"string" === typeof options.referrerPolicy
|
|
196
|
+
? options.referrerPolicy
|
|
197
|
+
: void 0,
|
|
198
|
+
imageSrcSet:
|
|
199
|
+
"string" === typeof options.imageSrcSet ? options.imageSrcSet : void 0,
|
|
200
|
+
imageSizes:
|
|
201
|
+
"string" === typeof options.imageSizes ? options.imageSizes : void 0,
|
|
202
|
+
media: "string" === typeof options.media ? options.media : void 0
|
|
203
|
+
});
|
|
204
|
+
}
|
|
205
|
+
};
|
|
206
|
+
reactDom_production.preloadModule = function (href, options) {
|
|
207
|
+
if ("string" === typeof href)
|
|
208
|
+
if (options) {
|
|
209
|
+
var crossOrigin = getCrossOriginStringAs(options.as, options.crossOrigin);
|
|
210
|
+
Internals.d.m(href, {
|
|
211
|
+
as:
|
|
212
|
+
"string" === typeof options.as && "script" !== options.as
|
|
213
|
+
? options.as
|
|
214
|
+
: void 0,
|
|
215
|
+
crossOrigin: crossOrigin,
|
|
216
|
+
integrity:
|
|
217
|
+
"string" === typeof options.integrity ? options.integrity : void 0
|
|
218
|
+
});
|
|
219
|
+
} else Internals.d.m(href);
|
|
220
|
+
};
|
|
221
|
+
reactDom_production.requestFormReset = function (form) {
|
|
222
|
+
Internals.d.r(form);
|
|
223
|
+
};
|
|
224
|
+
reactDom_production.unstable_batchedUpdates = function (fn, a) {
|
|
225
|
+
return fn(a);
|
|
226
|
+
};
|
|
227
|
+
reactDom_production.useFormState = function (action, initialState, permalink) {
|
|
228
|
+
return ReactSharedInternals.H.useFormState(action, initialState, permalink);
|
|
229
|
+
};
|
|
230
|
+
reactDom_production.useFormStatus = function () {
|
|
231
|
+
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
232
|
+
};
|
|
233
|
+
reactDom_production.version = "19.2.0";
|
|
234
|
+
|
|
235
|
+
function checkDCE() {
|
|
236
|
+
if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === "undefined" || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== "function") {
|
|
237
|
+
return;
|
|
238
|
+
}
|
|
239
|
+
try {
|
|
240
|
+
__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);
|
|
241
|
+
} catch (err) {
|
|
242
|
+
console.error(err);
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
{
|
|
246
|
+
checkDCE();
|
|
247
|
+
reactDom.exports = reactDom_production;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
var reactDomExports = reactDom.exports;
|
|
251
|
+
const index = /*@__PURE__*/getDefaultExportFromCjs(reactDomExports);
|
|
252
|
+
|
|
253
|
+
const index$1 = /*#__PURE__*/_mergeNamespaces({
|
|
254
|
+
__proto__: null,
|
|
255
|
+
default: index
|
|
256
|
+
}, [reactDomExports]);
|
|
257
|
+
|
|
258
|
+
export { index$1 as i };
|