react-server-dom-turbopack 19.3.0-canary-06fcc8f3-20251009 → 19.3.0-canary-d7215b49-20251013
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-turbopack-client.browser.development.js +2 -2
- package/cjs/react-server-dom-turbopack-server.browser.development.js +10 -7
- package/cjs/react-server-dom-turbopack-server.browser.production.js +1 -1
- package/cjs/react-server-dom-turbopack-server.edge.development.js +10 -7
- package/cjs/react-server-dom-turbopack-server.edge.production.js +1 -1
- package/cjs/react-server-dom-turbopack-server.node.development.js +10 -7
- package/cjs/react-server-dom-turbopack-server.node.production.js +1 -1
- package/package.json +3 -3
|
@@ -4863,10 +4863,10 @@
|
|
|
4863
4863
|
return hook.checkDCE ? !0 : !1;
|
|
4864
4864
|
})({
|
|
4865
4865
|
bundleType: 1,
|
|
4866
|
-
version: "19.3.0-canary-
|
|
4866
|
+
version: "19.3.0-canary-d7215b49-20251013",
|
|
4867
4867
|
rendererPackageName: "react-server-dom-turbopack",
|
|
4868
4868
|
currentDispatcherRef: ReactSharedInternals,
|
|
4869
|
-
reconcilerVersion: "19.3.0-canary-
|
|
4869
|
+
reconcilerVersion: "19.3.0-canary-d7215b49-20251013",
|
|
4870
4870
|
getCurrentComponentInfo: function () {
|
|
4871
4871
|
return currentOwnerInDEV;
|
|
4872
4872
|
}
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
});
|
|
356
356
|
break;
|
|
357
357
|
case "stylesheet":
|
|
358
|
-
preload(srcSet, "
|
|
358
|
+
preload(srcSet, "style", {
|
|
359
359
|
crossOrigin: props.crossOrigin,
|
|
360
360
|
integrity: props.integrity,
|
|
361
361
|
nonce: props.nonce,
|
|
@@ -2776,12 +2776,15 @@
|
|
|
2776
2776
|
function emitDebugChunk(request, id, debugInfo) {
|
|
2777
2777
|
var json = serializeDebugModel(request, 500, debugInfo);
|
|
2778
2778
|
null !== request.debugDestination
|
|
2779
|
-
?
|
|
2780
|
-
(
|
|
2781
|
-
|
|
2782
|
-
request.
|
|
2783
|
-
|
|
2784
|
-
|
|
2779
|
+
? '"' === json[0] && "$" === json[1]
|
|
2780
|
+
? ((id = id.toString(16) + ":D" + json + "\n"),
|
|
2781
|
+
request.completedRegularChunks.push(stringToChunk(id)))
|
|
2782
|
+
: ((debugInfo = request.nextChunkId++),
|
|
2783
|
+
(json = debugInfo.toString(16) + ":" + json + "\n"),
|
|
2784
|
+
request.pendingDebugChunks++,
|
|
2785
|
+
request.completedDebugChunks.push(stringToChunk(json)),
|
|
2786
|
+
(id = id.toString(16) + ':D"$' + debugInfo.toString(16) + '"\n'),
|
|
2787
|
+
request.completedRegularChunks.push(stringToChunk(id)))
|
|
2785
2788
|
: ((id = id.toString(16) + ":D" + json + "\n"),
|
|
2786
2789
|
request.completedRegularChunks.push(stringToChunk(id)));
|
|
2787
2790
|
}
|
|
@@ -459,7 +459,7 @@ function getChildFormatContext(parentContext, type, props) {
|
|
|
459
459
|
});
|
|
460
460
|
break;
|
|
461
461
|
case "stylesheet":
|
|
462
|
-
preload(srcSet, "
|
|
462
|
+
preload(srcSet, "style", {
|
|
463
463
|
crossOrigin: props.crossOrigin,
|
|
464
464
|
integrity: props.integrity,
|
|
465
465
|
nonce: props.nonce,
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
});
|
|
360
360
|
break;
|
|
361
361
|
case "stylesheet":
|
|
362
|
-
preload(srcSet, "
|
|
362
|
+
preload(srcSet, "style", {
|
|
363
363
|
crossOrigin: props.crossOrigin,
|
|
364
364
|
integrity: props.integrity,
|
|
365
365
|
nonce: props.nonce,
|
|
@@ -2847,12 +2847,15 @@
|
|
|
2847
2847
|
function emitDebugChunk(request, id, debugInfo) {
|
|
2848
2848
|
var json = serializeDebugModel(request, 500, debugInfo);
|
|
2849
2849
|
null !== request.debugDestination
|
|
2850
|
-
?
|
|
2851
|
-
(
|
|
2852
|
-
|
|
2853
|
-
request.
|
|
2854
|
-
|
|
2855
|
-
|
|
2850
|
+
? '"' === json[0] && "$" === json[1]
|
|
2851
|
+
? ((id = id.toString(16) + ":D" + json + "\n"),
|
|
2852
|
+
request.completedRegularChunks.push(stringToChunk(id)))
|
|
2853
|
+
: ((debugInfo = request.nextChunkId++),
|
|
2854
|
+
(json = debugInfo.toString(16) + ":" + json + "\n"),
|
|
2855
|
+
request.pendingDebugChunks++,
|
|
2856
|
+
request.completedDebugChunks.push(stringToChunk(json)),
|
|
2857
|
+
(id = id.toString(16) + ':D"$' + debugInfo.toString(16) + '"\n'),
|
|
2858
|
+
request.completedRegularChunks.push(stringToChunk(id)))
|
|
2856
2859
|
: ((id = id.toString(16) + ":D" + json + "\n"),
|
|
2857
2860
|
request.completedRegularChunks.push(stringToChunk(id)));
|
|
2858
2861
|
}
|
|
@@ -470,7 +470,7 @@ function getChildFormatContext(parentContext, type, props) {
|
|
|
470
470
|
});
|
|
471
471
|
break;
|
|
472
472
|
case "stylesheet":
|
|
473
|
-
preload(srcSet, "
|
|
473
|
+
preload(srcSet, "style", {
|
|
474
474
|
crossOrigin: props.crossOrigin,
|
|
475
475
|
integrity: props.integrity,
|
|
476
476
|
nonce: props.nonce,
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
});
|
|
389
389
|
break;
|
|
390
390
|
case "stylesheet":
|
|
391
|
-
preload(srcSet, "
|
|
391
|
+
preload(srcSet, "style", {
|
|
392
392
|
crossOrigin: props.crossOrigin,
|
|
393
393
|
integrity: props.integrity,
|
|
394
394
|
nonce: props.nonce,
|
|
@@ -3047,12 +3047,15 @@
|
|
|
3047
3047
|
function emitDebugChunk(request, id, debugInfo) {
|
|
3048
3048
|
var json = serializeDebugModel(request, 500, debugInfo);
|
|
3049
3049
|
null !== request.debugDestination
|
|
3050
|
-
?
|
|
3051
|
-
(
|
|
3052
|
-
|
|
3053
|
-
request.
|
|
3054
|
-
|
|
3055
|
-
|
|
3050
|
+
? '"' === json[0] && "$" === json[1]
|
|
3051
|
+
? ((id = id.toString(16) + ":D" + json + "\n"),
|
|
3052
|
+
request.completedRegularChunks.push(id))
|
|
3053
|
+
: ((debugInfo = request.nextChunkId++),
|
|
3054
|
+
(json = debugInfo.toString(16) + ":" + json + "\n"),
|
|
3055
|
+
request.pendingDebugChunks++,
|
|
3056
|
+
request.completedDebugChunks.push(json),
|
|
3057
|
+
(id = id.toString(16) + ':D"$' + debugInfo.toString(16) + '"\n'),
|
|
3058
|
+
request.completedRegularChunks.push(id))
|
|
3056
3059
|
: ((id = id.toString(16) + ":D" + json + "\n"),
|
|
3057
3060
|
request.completedRegularChunks.push(id));
|
|
3058
3061
|
}
|
|
@@ -497,7 +497,7 @@ function getChildFormatContext(parentContext, type, props) {
|
|
|
497
497
|
});
|
|
498
498
|
break;
|
|
499
499
|
case "stylesheet":
|
|
500
|
-
preload(srcSet, "
|
|
500
|
+
preload(srcSet, "style", {
|
|
501
501
|
crossOrigin: props.crossOrigin,
|
|
502
502
|
integrity: props.integrity,
|
|
503
503
|
nonce: props.nonce,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-server-dom-turbopack",
|
|
3
3
|
"description": "React Server Components bindings for DOM using Turbopack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
|
|
4
|
-
"version": "19.3.0-canary-
|
|
4
|
+
"version": "19.3.0-canary-d7215b49-20251013",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react"
|
|
7
7
|
],
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"node": ">=0.10.0"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"react": "19.3.0-canary-
|
|
82
|
-
"react-dom": "19.3.0-canary-
|
|
81
|
+
"react": "19.3.0-canary-d7215b49-20251013",
|
|
82
|
+
"react-dom": "19.3.0-canary-d7215b49-20251013"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
85
|
"acorn-loose": "^8.3.0",
|