@jsenv/cli 0.2.20 → 0.2.22

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 (53) hide show
  1. package/package.json +1 -1
  2. package/template-node-package/package.json +4 -4
  3. package/template-web/package.json +7 -7
  4. package/template-web-components/package.json +7 -7
  5. package/template-web-preact/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/node_modules/preact/dist/preact.module.js +159 -155
  6. package/template-web-preact/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/node_modules/preact/jsx-runtime/dist/jsxRuntime.module.js +5 -6
  7. package/template-web-preact/.jsenv/shape/index.html +2 -2
  8. package/template-web-preact/.jsenv/shape/main.jsx +1 -1
  9. package/template-web-preact/.jsenv/shape/main.nomodule.jsx +1 -1
  10. package/template-web-preact/.jsenv/shape/vendors.js +1 -1
  11. package/template-web-preact/.jsenv/shape/vendors.nomodule.js +1 -1
  12. package/template-web-preact/dist/index.html +2 -2
  13. package/template-web-preact/dist/js/main.nomodule.js +1 -1
  14. package/template-web-preact/dist/js/vendors.nomodule.js +1 -1
  15. package/template-web-preact/package.json +10 -10
  16. package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/{node_modules → packages/related/cli/node_modules}/react/index.js +1 -1
  17. package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/{node_modules → packages/related/cli/node_modules}/react/jsx-runtime.js +1 -1
  18. package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/react/jsx-runtime.jsx +61 -0
  19. package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/react.jsx +635 -0
  20. package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react-dom/client.js +34 -0
  21. package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react-dom/react-dom/client.jsx +9847 -0
  22. package/template-web-react/.jsenv/craft/app/app.jsx +2 -2
  23. package/template-web-react/.jsenv/craft/app/counter.jsx +2 -2
  24. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/index.production.js +824 -0
  25. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/index.production.js__compile_info__.json +26 -0
  26. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/index.production.map +1 -0
  27. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/jsx-runtime.production.js +69 -0
  28. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/jsx-runtime.production.js__compile_info__.json +18 -0
  29. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/jsx-runtime.production.map +1 -0
  30. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react-dom/client.production.js +16066 -0
  31. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react-dom/client.production.js__compile_info__.json +42 -0
  32. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react-dom/client.production.map +1 -0
  33. package/template-web-react/.jsenv/craft/cjs_to_esm/__compile_context__.json +1 -1
  34. package/template-web-react/.jsenv/craft/main.jsx +3 -3
  35. package/template-web-react/.jsenv/shape/index.html +1 -1
  36. package/template-web-react/.jsenv/shape/vendors.js +1 -10
  37. package/template-web-react/.jsenv/shape/vendors.nomodule.js +1 -10
  38. package/template-web-react/dist/index.html +1 -1
  39. package/template-web-react/dist/js/vendors.nomodule.js +1 -10
  40. package/template-web-react/package.json +11 -11
  41. package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/node_modules/react/react/jsx-runtime.jsx +0 -443
  42. package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/node_modules/react/react.jsx +0 -413
  43. package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/node_modules/react-dom/client.js +0 -25
  44. package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/node_modules/react-dom/react-dom/client.jsx +0 -7462
  45. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/index.production.js +0 -96
  46. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/index.production.js__compile_info__.json +0 -18
  47. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/index.production.map +0 -1
  48. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/jsx-runtime.production.js +0 -99
  49. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/jsx-runtime.production.js__compile_info__.json +0 -26
  50. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/jsx-runtime.production.map +0 -1
  51. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react-dom/client.production.js +0 -439
  52. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react-dom/client.production.js__compile_info__.json +0 -30
  53. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react-dom/client.production.map +0 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jsenv-template-web-react",
3
3
  "private": true,
4
- "version": "0.0.0",
4
+ "version": "0.0.2",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "start": "npm run dev -- --open",
@@ -15,22 +15,22 @@
15
15
  "playwright:install": "npx playwright install-deps && npx playwright install"
16
16
  },
17
17
  "dependencies": {
18
- "react": "18.3.1",
19
- "react-dom": "18.3.1"
18
+ "react": "19.0.0",
19
+ "react-dom": "19.0.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@babel/plugin-syntax-import-attributes": "7.26.0",
23
23
  "@babel/plugin-transform-react-jsx": "7.25.9",
24
24
  "@jsenv/assert": "4.4.2",
25
- "@jsenv/core": "39.7.3",
26
- "@jsenv/plugin-react": "1.5.50",
27
- "@jsenv/plugin-bundling": "2.7.19",
28
- "@jsenv/plugin-minification": "1.5.11",
29
- "@jsenv/eslint-config-relax": "1.3.4",
25
+ "@jsenv/core": "39.7.4",
26
+ "@jsenv/plugin-react": "1.5.51",
27
+ "@jsenv/plugin-bundling": "2.7.20",
28
+ "@jsenv/plugin-minification": "1.5.12",
29
+ "@jsenv/eslint-config-relax": "1.3.6",
30
30
  "@jsenv/test": "3.5.30",
31
- "eslint": "9.15.0",
31
+ "eslint": "9.16.0",
32
32
  "open": "10.1.0",
33
- "@playwright/browser-chromium": "1.49.0",
34
- "prettier": "3.3.3"
33
+ "@playwright/browser-chromium": "1.49.1",
34
+ "prettier": "3.4.2"
35
35
  }
36
36
  }
@@ -1,443 +0,0 @@
1
- function getDefaultExportFromCjs(x) {
2
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
3
- }
4
- var jsxRuntime = {
5
- exports: {}
6
- };
7
- var reactJsxRuntime_production_min = {};
8
- var react = {
9
- exports: {}
10
- };
11
- var react_production_min = {};
12
-
13
- /**
14
- * @license React
15
- * react.production.min.js
16
- *
17
- * Copyright (c) Facebook, Inc. and its affiliates.
18
- *
19
- * This source code is licensed under the MIT license found in the
20
- * LICENSE file in the root directory of this source tree.
21
- */
22
-
23
- var hasRequiredReact_production_min;
24
- function requireReact_production_min() {
25
- if (hasRequiredReact_production_min) return react_production_min;
26
- hasRequiredReact_production_min = 1;
27
- var l = Symbol.for("react.element"),
28
- n = Symbol.for("react.portal"),
29
- p = Symbol.for("react.fragment"),
30
- q = Symbol.for("react.strict_mode"),
31
- r = Symbol.for("react.profiler"),
32
- t = Symbol.for("react.provider"),
33
- u = Symbol.for("react.context"),
34
- v = Symbol.for("react.forward_ref"),
35
- w = Symbol.for("react.suspense"),
36
- x = Symbol.for("react.memo"),
37
- y = Symbol.for("react.lazy"),
38
- z = Symbol.iterator;
39
- function A(a) {
40
- if (null === a || "object" !== typeof a) return null;
41
- a = z && a[z] || a["@@iterator"];
42
- return "function" === typeof a ? a : null;
43
- }
44
- var B = {
45
- isMounted: function () {
46
- return !1;
47
- },
48
- enqueueForceUpdate: function () {},
49
- enqueueReplaceState: function () {},
50
- enqueueSetState: function () {}
51
- },
52
- C = Object.assign,
53
- D = {};
54
- function E(a, b, e) {
55
- this.props = a;
56
- this.context = b;
57
- this.refs = D;
58
- this.updater = e || B;
59
- }
60
- E.prototype.isReactComponent = {};
61
- E.prototype.setState = function (a, b) {
62
- if ("object" !== typeof a && "function" !== typeof a && null != a) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
63
- this.updater.enqueueSetState(this, a, b, "setState");
64
- };
65
- E.prototype.forceUpdate = function (a) {
66
- this.updater.enqueueForceUpdate(this, a, "forceUpdate");
67
- };
68
- function F() {}
69
- F.prototype = E.prototype;
70
- function G(a, b, e) {
71
- this.props = a;
72
- this.context = b;
73
- this.refs = D;
74
- this.updater = e || B;
75
- }
76
- var H = G.prototype = new F();
77
- H.constructor = G;
78
- C(H, E.prototype);
79
- H.isPureReactComponent = !0;
80
- var I = Array.isArray,
81
- J = Object.prototype.hasOwnProperty,
82
- K = {
83
- current: null
84
- },
85
- L = {
86
- key: !0,
87
- ref: !0,
88
- __self: !0,
89
- __source: !0
90
- };
91
- function M(a, b, e) {
92
- var d,
93
- c = {},
94
- k = null,
95
- h = null;
96
- if (null != b) for (d in void 0 !== b.ref && (h = b.ref), void 0 !== b.key && (k = "" + b.key), b) J.call(b, d) && !L.hasOwnProperty(d) && (c[d] = b[d]);
97
- var g = arguments.length - 2;
98
- if (1 === g) c.children = e;else if (1 < g) {
99
- for (var f = Array(g), m = 0; m < g; m++) f[m] = arguments[m + 2];
100
- c.children = f;
101
- }
102
- if (a && a.defaultProps) for (d in g = a.defaultProps, g) void 0 === c[d] && (c[d] = g[d]);
103
- return {
104
- $$typeof: l,
105
- type: a,
106
- key: k,
107
- ref: h,
108
- props: c,
109
- _owner: K.current
110
- };
111
- }
112
- function N(a, b) {
113
- return {
114
- $$typeof: l,
115
- type: a.type,
116
- key: b,
117
- ref: a.ref,
118
- props: a.props,
119
- _owner: a._owner
120
- };
121
- }
122
- function O(a) {
123
- return "object" === typeof a && null !== a && a.$$typeof === l;
124
- }
125
- function escape(a) {
126
- var b = {
127
- "=": "=0",
128
- ":": "=2"
129
- };
130
- return "$" + a.replace(/[=:]/g, function (a) {
131
- return b[a];
132
- });
133
- }
134
- var P = /\/+/g;
135
- function Q(a, b) {
136
- return "object" === typeof a && null !== a && null != a.key ? escape("" + a.key) : b.toString(36);
137
- }
138
- function R(a, b, e, d, c) {
139
- var k = typeof a;
140
- if ("undefined" === k || "boolean" === k) a = null;
141
- var h = !1;
142
- if (null === a) h = !0;else switch (k) {
143
- case "string":
144
- case "number":
145
- h = !0;
146
- break;
147
- case "object":
148
- switch (a.$$typeof) {
149
- case l:
150
- case n:
151
- h = !0;
152
- }
153
- }
154
- if (h) return h = a, c = c(h), a = "" === d ? "." + Q(h, 0) : d, I(c) ? (e = "", null != a && (e = a.replace(P, "$&/") + "/"), R(c, b, e, "", function (a) {
155
- return a;
156
- })) : null != c && (O(c) && (c = N(c, e + (!c.key || h && h.key === c.key ? "" : ("" + c.key).replace(P, "$&/") + "/") + a)), b.push(c)), 1;
157
- h = 0;
158
- d = "" === d ? "." : d + ":";
159
- if (I(a)) for (var g = 0; g < a.length; g++) {
160
- k = a[g];
161
- var f = d + Q(k, g);
162
- h += R(k, b, e, f, c);
163
- } else if (f = A(a), "function" === typeof f) for (a = f.call(a), g = 0; !(k = a.next()).done;) k = k.value, f = d + Q(k, g++), h += R(k, b, e, f, c);else if ("object" === k) throw b = String(a), Error("Objects are not valid as a React child (found: " + ("[object Object]" === b ? "object with keys {" + Object.keys(a).join(", ") + "}" : b) + "). If you meant to render a collection of children, use an array instead.");
164
- return h;
165
- }
166
- function S(a, b, e) {
167
- if (null == a) return a;
168
- var d = [],
169
- c = 0;
170
- R(a, d, "", "", function (a) {
171
- return b.call(e, a, c++);
172
- });
173
- return d;
174
- }
175
- function T(a) {
176
- if (-1 === a._status) {
177
- var b = a._result;
178
- b = b();
179
- b.then(function (b) {
180
- if (0 === a._status || -1 === a._status) a._status = 1, a._result = b;
181
- }, function (b) {
182
- if (0 === a._status || -1 === a._status) a._status = 2, a._result = b;
183
- });
184
- -1 === a._status && (a._status = 0, a._result = b);
185
- }
186
- if (1 === a._status) return a._result.default;
187
- throw a._result;
188
- }
189
- var U = {
190
- current: null
191
- },
192
- V = {
193
- transition: null
194
- },
195
- W = {
196
- ReactCurrentDispatcher: U,
197
- ReactCurrentBatchConfig: V,
198
- ReactCurrentOwner: K
199
- };
200
- function X() {
201
- throw Error("act(...) is not supported in production builds of React.");
202
- }
203
- react_production_min.Children = {
204
- map: S,
205
- forEach: function (a, b, e) {
206
- S(a, function () {
207
- b.apply(this, arguments);
208
- }, e);
209
- },
210
- count: function (a) {
211
- var b = 0;
212
- S(a, function () {
213
- b++;
214
- });
215
- return b;
216
- },
217
- toArray: function (a) {
218
- return S(a, function (a) {
219
- return a;
220
- }) || [];
221
- },
222
- only: function (a) {
223
- if (!O(a)) throw Error("React.Children.only expected to receive a single React element child.");
224
- return a;
225
- }
226
- };
227
- react_production_min.Component = E;
228
- react_production_min.Fragment = p;
229
- react_production_min.Profiler = r;
230
- react_production_min.PureComponent = G;
231
- react_production_min.StrictMode = q;
232
- react_production_min.Suspense = w;
233
- react_production_min.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = W;
234
- react_production_min.act = X;
235
- react_production_min.cloneElement = function (a, b, e) {
236
- if (null === a || void 0 === a) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + a + ".");
237
- var d = C({}, a.props),
238
- c = a.key,
239
- k = a.ref,
240
- h = a._owner;
241
- if (null != b) {
242
- void 0 !== b.ref && (k = b.ref, h = K.current);
243
- void 0 !== b.key && (c = "" + b.key);
244
- if (a.type && a.type.defaultProps) var g = a.type.defaultProps;
245
- for (f in b) J.call(b, f) && !L.hasOwnProperty(f) && (d[f] = void 0 === b[f] && void 0 !== g ? g[f] : b[f]);
246
- }
247
- var f = arguments.length - 2;
248
- if (1 === f) d.children = e;else if (1 < f) {
249
- g = Array(f);
250
- for (var m = 0; m < f; m++) g[m] = arguments[m + 2];
251
- d.children = g;
252
- }
253
- return {
254
- $$typeof: l,
255
- type: a.type,
256
- key: c,
257
- ref: k,
258
- props: d,
259
- _owner: h
260
- };
261
- };
262
- react_production_min.createContext = function (a) {
263
- a = {
264
- $$typeof: u,
265
- _currentValue: a,
266
- _currentValue2: a,
267
- _threadCount: 0,
268
- Provider: null,
269
- Consumer: null,
270
- _defaultValue: null,
271
- _globalName: null
272
- };
273
- a.Provider = {
274
- $$typeof: t,
275
- _context: a
276
- };
277
- return a.Consumer = a;
278
- };
279
- react_production_min.createElement = M;
280
- react_production_min.createFactory = function (a) {
281
- var b = M.bind(null, a);
282
- b.type = a;
283
- return b;
284
- };
285
- react_production_min.createRef = function () {
286
- return {
287
- current: null
288
- };
289
- };
290
- react_production_min.forwardRef = function (a) {
291
- return {
292
- $$typeof: v,
293
- render: a
294
- };
295
- };
296
- react_production_min.isValidElement = O;
297
- react_production_min.lazy = function (a) {
298
- return {
299
- $$typeof: y,
300
- _payload: {
301
- _status: -1,
302
- _result: a
303
- },
304
- _init: T
305
- };
306
- };
307
- react_production_min.memo = function (a, b) {
308
- return {
309
- $$typeof: x,
310
- type: a,
311
- compare: void 0 === b ? null : b
312
- };
313
- };
314
- react_production_min.startTransition = function (a) {
315
- var b = V.transition;
316
- V.transition = {};
317
- try {
318
- a();
319
- } finally {
320
- V.transition = b;
321
- }
322
- };
323
- react_production_min.unstable_act = X;
324
- react_production_min.useCallback = function (a, b) {
325
- return U.current.useCallback(a, b);
326
- };
327
- react_production_min.useContext = function (a) {
328
- return U.current.useContext(a);
329
- };
330
- react_production_min.useDebugValue = function () {};
331
- react_production_min.useDeferredValue = function (a) {
332
- return U.current.useDeferredValue(a);
333
- };
334
- react_production_min.useEffect = function (a, b) {
335
- return U.current.useEffect(a, b);
336
- };
337
- react_production_min.useId = function () {
338
- return U.current.useId();
339
- };
340
- react_production_min.useImperativeHandle = function (a, b, e) {
341
- return U.current.useImperativeHandle(a, b, e);
342
- };
343
- react_production_min.useInsertionEffect = function (a, b) {
344
- return U.current.useInsertionEffect(a, b);
345
- };
346
- react_production_min.useLayoutEffect = function (a, b) {
347
- return U.current.useLayoutEffect(a, b);
348
- };
349
- react_production_min.useMemo = function (a, b) {
350
- return U.current.useMemo(a, b);
351
- };
352
- react_production_min.useReducer = function (a, b, e) {
353
- return U.current.useReducer(a, b, e);
354
- };
355
- react_production_min.useRef = function (a) {
356
- return U.current.useRef(a);
357
- };
358
- react_production_min.useState = function (a) {
359
- return U.current.useState(a);
360
- };
361
- react_production_min.useSyncExternalStore = function (a, b, e) {
362
- return U.current.useSyncExternalStore(a, b, e);
363
- };
364
- react_production_min.useTransition = function () {
365
- return U.current.useTransition();
366
- };
367
- react_production_min.version = "18.3.1";
368
- return react_production_min;
369
- }
370
- var hasRequiredReact;
371
- function requireReact() {
372
- if (hasRequiredReact) return react.exports;
373
- hasRequiredReact = 1;
374
- {
375
- react.exports = requireReact_production_min();
376
- }
377
- return react.exports;
378
- }
379
-
380
- /**
381
- * @license React
382
- * react-jsx-runtime.production.min.js
383
- *
384
- * Copyright (c) Facebook, Inc. and its affiliates.
385
- *
386
- * This source code is licensed under the MIT license found in the
387
- * LICENSE file in the root directory of this source tree.
388
- */
389
-
390
- var hasRequiredReactJsxRuntime_production_min;
391
- function requireReactJsxRuntime_production_min() {
392
- if (hasRequiredReactJsxRuntime_production_min) return reactJsxRuntime_production_min;
393
- hasRequiredReactJsxRuntime_production_min = 1;
394
- var f = requireReact(),
395
- k = Symbol.for("react.element"),
396
- l = Symbol.for("react.fragment"),
397
- m = Object.prototype.hasOwnProperty,
398
- n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,
399
- p = {
400
- key: !0,
401
- ref: !0,
402
- __self: !0,
403
- __source: !0
404
- };
405
- function q(c, a, g) {
406
- var b,
407
- d = {},
408
- e = null,
409
- h = null;
410
- void 0 !== g && (e = "" + g);
411
- void 0 !== a.key && (e = "" + a.key);
412
- void 0 !== a.ref && (h = a.ref);
413
- for (b in a) m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
414
- if (c && c.defaultProps) for (b in a = c.defaultProps, a) void 0 === d[b] && (d[b] = a[b]);
415
- return {
416
- $$typeof: k,
417
- type: c,
418
- key: e,
419
- ref: h,
420
- props: d,
421
- _owner: n.current
422
- };
423
- }
424
- reactJsxRuntime_production_min.Fragment = l;
425
- reactJsxRuntime_production_min.jsx = q;
426
- reactJsxRuntime_production_min.jsxs = q;
427
- return reactJsxRuntime_production_min;
428
- }
429
- var hasRequiredJsxRuntime;
430
- function requireJsxRuntime() {
431
- if (hasRequiredJsxRuntime) return jsxRuntime.exports;
432
- hasRequiredJsxRuntime = 1;
433
- {
434
- jsxRuntime.exports = requireReactJsxRuntime_production_min();
435
- }
436
- return jsxRuntime.exports;
437
- }
438
- var jsxRuntimeExports = requireJsxRuntime();
439
- var __jsenv_default_import__ = /*@__PURE__*/getDefaultExportFromCjs(jsxRuntimeExports);
440
- var Fragment = jsxRuntimeExports.Fragment;
441
- var jsx = jsxRuntimeExports.jsx;
442
- var jsxs = jsxRuntimeExports.jsxs;
443
- export { Fragment, __jsenv_default_import__ as default, jsx, jsxs };