@rayburst/cli 0.1.17 → 0.2.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.
Files changed (39) hide show
  1. package/README.md +165 -257
  2. package/dist/analysis/analyze-project.d.ts +9 -0
  3. package/dist/analysis/analyze-project.js +440 -0
  4. package/dist/git-utils.d.ts +33 -0
  5. package/dist/git-utils.js +96 -0
  6. package/dist/incremental-analyzer.d.ts +128 -0
  7. package/dist/incremental-analyzer.js +259 -0
  8. package/dist/index.d.ts +6 -0
  9. package/dist/index.js +6 -0
  10. package/dist/local-storage.d.ts +39 -0
  11. package/dist/local-storage.js +117 -0
  12. package/dist/registry.d.ts +89 -0
  13. package/dist/registry.js +287 -0
  14. package/dist/vite-plugin.d.ts +7 -0
  15. package/dist/vite-plugin.js +109 -0
  16. package/package.json +33 -30
  17. package/bin/rayburst.js +0 -232
  18. package/dist/assets/_commonjsHelpers-B85MJLTf.js +0 -5
  19. package/dist/assets/hostInit-BWYxHpMp.js +0 -9
  20. package/dist/assets/index-9R1akZrm.js +0 -578
  21. package/dist/assets/index-BW-RulSg.js +0 -258
  22. package/dist/assets/index-VnAMn3JB.js +0 -16587
  23. package/dist/assets/preload-helper-Dea3Szod.js +0 -54
  24. package/dist/assets/rayburstCli__loadRemote__rayburstApp_mf_1_App__loadRemote__-CHUYMhiU.js +0 -35
  25. package/dist/assets/rayburstCli__loadShare__react__loadShare__-CE7VtFm0.js +0 -19
  26. package/dist/assets/rayburstCli__mf_v__runtimeInit__mf_v__-C_SVfzik.js +0 -4173
  27. package/dist/assets/remoteEntry-B8biLITo.js +0 -122
  28. package/dist/assets/virtualExposes-DwA08f_D.js +0 -5
  29. package/dist/index.html +0 -56
  30. package/index.html +0 -54
  31. package/scripts/analyze-project.js +0 -475
  32. package/server.js +0 -188
  33. package/src/file-watcher.js +0 -174
  34. package/src/git-utils.js +0 -105
  35. package/src/incremental-analyzer.js +0 -295
  36. package/src/main.tsx +0 -126
  37. package/src/registry.js +0 -262
  38. package/vite-plugin-api.js +0 -123
  39. package/vite.config.ts +0 -73
@@ -1,258 +0,0 @@
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 };