react-server-dom-parcel 19.1.0 → 19.1.2
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/cjs/react-server-dom-parcel-client.browser.development.js +17 -16
- package/cjs/react-server-dom-parcel-client.browser.production.js +7 -3
- package/cjs/react-server-dom-parcel-client.edge.development.js +15 -14
- package/cjs/react-server-dom-parcel-client.edge.production.js +7 -3
- package/cjs/react-server-dom-parcel-client.node.development.js +15 -14
- package/cjs/react-server-dom-parcel-client.node.production.js +7 -3
- package/cjs/react-server-dom-parcel-server.browser.development.js +437 -200
- package/cjs/react-server-dom-parcel-server.browser.production.js +426 -198
- package/cjs/react-server-dom-parcel-server.edge.development.js +443 -205
- package/cjs/react-server-dom-parcel-server.edge.production.js +428 -199
- package/cjs/react-server-dom-parcel-server.node.development.js +480 -229
- package/cjs/react-server-dom-parcel-server.node.production.js +468 -222
- package/package.json +3 -3
|
@@ -51,7 +51,9 @@
|
|
|
51
51
|
);
|
|
52
52
|
}
|
|
53
53
|
function requireModule(metadata) {
|
|
54
|
-
|
|
54
|
+
var moduleExports = parcelRequire(metadata[0]);
|
|
55
|
+
if (hasOwnProperty.call(moduleExports, metadata[1]))
|
|
56
|
+
return moduleExports[metadata[1]];
|
|
55
57
|
}
|
|
56
58
|
function getIteratorFn(maybeIterable) {
|
|
57
59
|
if (null === maybeIterable || "object" !== typeof maybeIterable)
|
|
@@ -2036,7 +2038,7 @@
|
|
|
2036
2038
|
(stack = stack.slice(29));
|
|
2037
2039
|
var idx = stack.indexOf("\n");
|
|
2038
2040
|
-1 !== idx && (stack = stack.slice(idx + 1));
|
|
2039
|
-
idx = stack.indexOf("
|
|
2041
|
+
idx = stack.indexOf("react_stack_bottom_frame");
|
|
2040
2042
|
-1 !== idx && (idx = stack.lastIndexOf("\n", idx));
|
|
2041
2043
|
var JSCompiler_inline_result =
|
|
2042
2044
|
-1 !== idx ? (stack = stack.slice(0, idx)) : "";
|
|
@@ -2457,6 +2459,7 @@
|
|
|
2457
2459
|
ReactDOM = require("react-dom"),
|
|
2458
2460
|
decoderOptions = { stream: !0 },
|
|
2459
2461
|
bind = Function.prototype.bind,
|
|
2462
|
+
hasOwnProperty = Object.prototype.hasOwnProperty,
|
|
2460
2463
|
ReactDOMSharedInternals =
|
|
2461
2464
|
ReactDOM.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
|
2462
2465
|
REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
|
|
@@ -2526,11 +2529,7 @@
|
|
|
2526
2529
|
fakeFunctionCache = new Map(),
|
|
2527
2530
|
fakeFunctionIdx = 0,
|
|
2528
2531
|
createFakeJSXCallStack = {
|
|
2529
|
-
|
|
2530
|
-
response,
|
|
2531
|
-
stack,
|
|
2532
|
-
environmentName
|
|
2533
|
-
) {
|
|
2532
|
+
react_stack_bottom_frame: function (response, stack, environmentName) {
|
|
2534
2533
|
return buildFakeCallStack(
|
|
2535
2534
|
response,
|
|
2536
2535
|
stack,
|
|
@@ -2539,12 +2538,13 @@
|
|
|
2539
2538
|
)();
|
|
2540
2539
|
}
|
|
2541
2540
|
},
|
|
2542
|
-
createFakeJSXCallStackInDEV =
|
|
2543
|
-
|
|
2544
|
-
|
|
2541
|
+
createFakeJSXCallStackInDEV =
|
|
2542
|
+
createFakeJSXCallStack.react_stack_bottom_frame.bind(
|
|
2543
|
+
createFakeJSXCallStack
|
|
2544
|
+
),
|
|
2545
2545
|
currentOwnerInDEV = null,
|
|
2546
2546
|
replayConsoleWithCallStack = {
|
|
2547
|
-
|
|
2547
|
+
react_stack_bottom_frame: function (
|
|
2548
2548
|
response,
|
|
2549
2549
|
methodName,
|
|
2550
2550
|
stackTrace,
|
|
@@ -2617,9 +2617,10 @@
|
|
|
2617
2617
|
}
|
|
2618
2618
|
}
|
|
2619
2619
|
},
|
|
2620
|
-
replayConsoleWithCallStackInDEV =
|
|
2621
|
-
|
|
2622
|
-
|
|
2620
|
+
replayConsoleWithCallStackInDEV =
|
|
2621
|
+
replayConsoleWithCallStack.react_stack_bottom_frame.bind(
|
|
2622
|
+
replayConsoleWithCallStack
|
|
2623
|
+
),
|
|
2623
2624
|
callServer = null;
|
|
2624
2625
|
(function (internals) {
|
|
2625
2626
|
if ("undefined" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) return !1;
|
|
@@ -2633,10 +2634,10 @@
|
|
|
2633
2634
|
return hook.checkDCE ? !0 : !1;
|
|
2634
2635
|
})({
|
|
2635
2636
|
bundleType: 1,
|
|
2636
|
-
version: "19.1.
|
|
2637
|
+
version: "19.1.2",
|
|
2637
2638
|
rendererPackageName: "react-server-dom-parcel",
|
|
2638
2639
|
currentDispatcherRef: ReactSharedInternals,
|
|
2639
|
-
reconcilerVersion: "19.1.
|
|
2640
|
+
reconcilerVersion: "19.1.2",
|
|
2640
2641
|
getCurrentComponentInfo: function () {
|
|
2641
2642
|
return currentOwnerInDEV;
|
|
2642
2643
|
}
|
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
"use strict";
|
|
12
|
-
var
|
|
12
|
+
var ReactDOM = require("react-dom"),
|
|
13
|
+
decoderOptions = { stream: !0 },
|
|
14
|
+
hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
13
15
|
function resolveServerReference(bundlerConfig, ref) {
|
|
14
16
|
var idx = ref.lastIndexOf("#"),
|
|
15
17
|
id = ref.slice(0, idx);
|
|
@@ -29,10 +31,12 @@ function preloadModule(metadata) {
|
|
|
29
31
|
);
|
|
30
32
|
}
|
|
31
33
|
function requireModule(metadata) {
|
|
32
|
-
|
|
34
|
+
var moduleExports = parcelRequire(metadata[0]);
|
|
35
|
+
if (hasOwnProperty.call(moduleExports, metadata[1]))
|
|
36
|
+
return moduleExports[metadata[1]];
|
|
33
37
|
}
|
|
34
38
|
var ReactDOMSharedInternals =
|
|
35
|
-
|
|
39
|
+
ReactDOM.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
|
36
40
|
REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
|
|
37
41
|
REACT_LAZY_TYPE = Symbol.for("react.lazy"),
|
|
38
42
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
|
|
@@ -51,7 +51,9 @@
|
|
|
51
51
|
);
|
|
52
52
|
}
|
|
53
53
|
function requireModule(metadata) {
|
|
54
|
-
|
|
54
|
+
var moduleExports = parcelRequire(metadata[0]);
|
|
55
|
+
if (hasOwnProperty.call(moduleExports, metadata[1]))
|
|
56
|
+
return moduleExports[metadata[1]];
|
|
55
57
|
}
|
|
56
58
|
function prepareDestinationWithChunks(moduleLoading, bundles, nonce) {
|
|
57
59
|
for (moduleLoading = 0; moduleLoading < bundles.length; moduleLoading++) {
|
|
@@ -2212,7 +2214,7 @@
|
|
|
2212
2214
|
(stack = stack.slice(29));
|
|
2213
2215
|
var idx = stack.indexOf("\n");
|
|
2214
2216
|
-1 !== idx && (stack = stack.slice(idx + 1));
|
|
2215
|
-
idx = stack.indexOf("
|
|
2217
|
+
idx = stack.indexOf("react_stack_bottom_frame");
|
|
2216
2218
|
-1 !== idx && (idx = stack.lastIndexOf("\n", idx));
|
|
2217
2219
|
var JSCompiler_inline_result =
|
|
2218
2220
|
-1 !== idx ? (stack = stack.slice(0, idx)) : "";
|
|
@@ -2647,6 +2649,7 @@
|
|
|
2647
2649
|
React = require("react"),
|
|
2648
2650
|
decoderOptions = { stream: !0 },
|
|
2649
2651
|
bind$1 = Function.prototype.bind,
|
|
2652
|
+
hasOwnProperty = Object.prototype.hasOwnProperty,
|
|
2650
2653
|
ReactDOMSharedInternals =
|
|
2651
2654
|
ReactDOM.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
|
2652
2655
|
REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
|
|
@@ -2719,11 +2722,7 @@
|
|
|
2719
2722
|
fakeFunctionCache = new Map(),
|
|
2720
2723
|
fakeFunctionIdx = 0,
|
|
2721
2724
|
createFakeJSXCallStack = {
|
|
2722
|
-
|
|
2723
|
-
response,
|
|
2724
|
-
stack,
|
|
2725
|
-
environmentName
|
|
2726
|
-
) {
|
|
2725
|
+
react_stack_bottom_frame: function (response, stack, environmentName) {
|
|
2727
2726
|
return buildFakeCallStack(
|
|
2728
2727
|
response,
|
|
2729
2728
|
stack,
|
|
@@ -2732,12 +2731,13 @@
|
|
|
2732
2731
|
)();
|
|
2733
2732
|
}
|
|
2734
2733
|
},
|
|
2735
|
-
createFakeJSXCallStackInDEV =
|
|
2736
|
-
|
|
2737
|
-
|
|
2734
|
+
createFakeJSXCallStackInDEV =
|
|
2735
|
+
createFakeJSXCallStack.react_stack_bottom_frame.bind(
|
|
2736
|
+
createFakeJSXCallStack
|
|
2737
|
+
),
|
|
2738
2738
|
currentOwnerInDEV = null,
|
|
2739
2739
|
replayConsoleWithCallStack = {
|
|
2740
|
-
|
|
2740
|
+
react_stack_bottom_frame: function (
|
|
2741
2741
|
response,
|
|
2742
2742
|
methodName,
|
|
2743
2743
|
stackTrace,
|
|
@@ -2810,9 +2810,10 @@
|
|
|
2810
2810
|
}
|
|
2811
2811
|
}
|
|
2812
2812
|
},
|
|
2813
|
-
replayConsoleWithCallStackInDEV =
|
|
2814
|
-
|
|
2815
|
-
|
|
2813
|
+
replayConsoleWithCallStackInDEV =
|
|
2814
|
+
replayConsoleWithCallStack.react_stack_bottom_frame.bind(
|
|
2815
|
+
replayConsoleWithCallStack
|
|
2816
|
+
);
|
|
2816
2817
|
exports.createFromFetch = function (promiseForResponse, options) {
|
|
2817
2818
|
var response = createResponseFromOptions(options);
|
|
2818
2819
|
promiseForResponse.then(
|
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
"use strict";
|
|
12
|
-
var
|
|
12
|
+
var ReactDOM = require("react-dom"),
|
|
13
|
+
decoderOptions = { stream: !0 },
|
|
14
|
+
hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
13
15
|
function resolveServerReference(bundlerConfig, ref) {
|
|
14
16
|
var idx = ref.lastIndexOf("#"),
|
|
15
17
|
id = ref.slice(0, idx);
|
|
@@ -29,7 +31,9 @@ function preloadModule(metadata) {
|
|
|
29
31
|
);
|
|
30
32
|
}
|
|
31
33
|
function requireModule(metadata) {
|
|
32
|
-
|
|
34
|
+
var moduleExports = parcelRequire(metadata[0]);
|
|
35
|
+
if (hasOwnProperty.call(moduleExports, metadata[1]))
|
|
36
|
+
return moduleExports[metadata[1]];
|
|
33
37
|
}
|
|
34
38
|
function prepareDestinationWithChunks(moduleLoading, bundles, nonce) {
|
|
35
39
|
for (moduleLoading = 0; moduleLoading < bundles.length; moduleLoading++) {
|
|
@@ -42,7 +46,7 @@ function prepareDestinationWithChunks(moduleLoading, bundles, nonce) {
|
|
|
42
46
|
}
|
|
43
47
|
}
|
|
44
48
|
var ReactDOMSharedInternals =
|
|
45
|
-
|
|
49
|
+
ReactDOM.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
|
46
50
|
REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
|
|
47
51
|
REACT_LAZY_TYPE = Symbol.for("react.lazy"),
|
|
48
52
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
|
|
@@ -51,7 +51,9 @@
|
|
|
51
51
|
);
|
|
52
52
|
}
|
|
53
53
|
function requireModule(metadata) {
|
|
54
|
-
|
|
54
|
+
var moduleExports = parcelRequire(metadata[0]);
|
|
55
|
+
if (hasOwnProperty.call(moduleExports, metadata[1]))
|
|
56
|
+
return moduleExports[metadata[1]];
|
|
55
57
|
}
|
|
56
58
|
function prepareDestinationWithChunks(moduleLoading, bundles, nonce) {
|
|
57
59
|
for (moduleLoading = 0; moduleLoading < bundles.length; moduleLoading++) {
|
|
@@ -2212,7 +2214,7 @@
|
|
|
2212
2214
|
(stack = stack.slice(29));
|
|
2213
2215
|
var idx = stack.indexOf("\n");
|
|
2214
2216
|
-1 !== idx && (stack = stack.slice(idx + 1));
|
|
2215
|
-
idx = stack.indexOf("
|
|
2217
|
+
idx = stack.indexOf("react_stack_bottom_frame");
|
|
2216
2218
|
-1 !== idx && (idx = stack.lastIndexOf("\n", idx));
|
|
2217
2219
|
var JSCompiler_inline_result =
|
|
2218
2220
|
-1 !== idx ? (stack = stack.slice(0, idx)) : "";
|
|
@@ -2535,6 +2537,7 @@
|
|
|
2535
2537
|
React = require("react"),
|
|
2536
2538
|
decoderOptions = { stream: !0 },
|
|
2537
2539
|
bind$1 = Function.prototype.bind,
|
|
2540
|
+
hasOwnProperty = Object.prototype.hasOwnProperty,
|
|
2538
2541
|
ReactDOMSharedInternals =
|
|
2539
2542
|
ReactDOM.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
|
2540
2543
|
REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
|
|
@@ -2607,11 +2610,7 @@
|
|
|
2607
2610
|
fakeFunctionCache = new Map(),
|
|
2608
2611
|
fakeFunctionIdx = 0,
|
|
2609
2612
|
createFakeJSXCallStack = {
|
|
2610
|
-
|
|
2611
|
-
response,
|
|
2612
|
-
stack,
|
|
2613
|
-
environmentName
|
|
2614
|
-
) {
|
|
2613
|
+
react_stack_bottom_frame: function (response, stack, environmentName) {
|
|
2615
2614
|
return buildFakeCallStack(
|
|
2616
2615
|
response,
|
|
2617
2616
|
stack,
|
|
@@ -2620,12 +2619,13 @@
|
|
|
2620
2619
|
)();
|
|
2621
2620
|
}
|
|
2622
2621
|
},
|
|
2623
|
-
createFakeJSXCallStackInDEV =
|
|
2624
|
-
|
|
2625
|
-
|
|
2622
|
+
createFakeJSXCallStackInDEV =
|
|
2623
|
+
createFakeJSXCallStack.react_stack_bottom_frame.bind(
|
|
2624
|
+
createFakeJSXCallStack
|
|
2625
|
+
),
|
|
2626
2626
|
currentOwnerInDEV = null,
|
|
2627
2627
|
replayConsoleWithCallStack = {
|
|
2628
|
-
|
|
2628
|
+
react_stack_bottom_frame: function (
|
|
2629
2629
|
response,
|
|
2630
2630
|
methodName,
|
|
2631
2631
|
stackTrace,
|
|
@@ -2698,9 +2698,10 @@
|
|
|
2698
2698
|
}
|
|
2699
2699
|
}
|
|
2700
2700
|
},
|
|
2701
|
-
replayConsoleWithCallStackInDEV =
|
|
2702
|
-
|
|
2703
|
-
|
|
2701
|
+
replayConsoleWithCallStackInDEV =
|
|
2702
|
+
replayConsoleWithCallStack.react_stack_bottom_frame.bind(
|
|
2703
|
+
replayConsoleWithCallStack
|
|
2704
|
+
);
|
|
2704
2705
|
exports.createFromNodeStream = function (stream, options) {
|
|
2705
2706
|
var response = new ResponseInstance(
|
|
2706
2707
|
null,
|
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
|
|
11
11
|
"use strict";
|
|
12
12
|
var util = require("util"),
|
|
13
|
-
|
|
13
|
+
ReactDOM = require("react-dom"),
|
|
14
|
+
decoderOptions = { stream: !0 },
|
|
15
|
+
hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
14
16
|
function resolveServerReference(bundlerConfig, ref) {
|
|
15
17
|
var idx = ref.lastIndexOf("#"),
|
|
16
18
|
id = ref.slice(0, idx);
|
|
@@ -30,7 +32,9 @@ function preloadModule(metadata) {
|
|
|
30
32
|
);
|
|
31
33
|
}
|
|
32
34
|
function requireModule(metadata) {
|
|
33
|
-
|
|
35
|
+
var moduleExports = parcelRequire(metadata[0]);
|
|
36
|
+
if (hasOwnProperty.call(moduleExports, metadata[1]))
|
|
37
|
+
return moduleExports[metadata[1]];
|
|
34
38
|
}
|
|
35
39
|
function prepareDestinationWithChunks(moduleLoading, bundles, nonce) {
|
|
36
40
|
for (moduleLoading = 0; moduleLoading < bundles.length; moduleLoading++) {
|
|
@@ -43,7 +47,7 @@ function prepareDestinationWithChunks(moduleLoading, bundles, nonce) {
|
|
|
43
47
|
}
|
|
44
48
|
}
|
|
45
49
|
var ReactDOMSharedInternals =
|
|
46
|
-
|
|
50
|
+
ReactDOM.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
|
47
51
|
REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
|
|
48
52
|
REACT_LAZY_TYPE = Symbol.for("react.lazy"),
|
|
49
53
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
|