react-server-dom-webpack 19.2.0-canary-edac0dde-20250723 → 19.2.0-canary-3d14fcf0-20250724
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-webpack-client.browser.development.js +4 -4
- package/cjs/react-server-dom-webpack-client.edge.development.js +2 -2
- package/cjs/react-server-dom-webpack-client.node.development.js +2 -2
- package/cjs/react-server-dom-webpack-client.node.unbundled.development.js +2 -2
- package/cjs/react-server-dom-webpack-server.browser.development.js +2 -2
- package/cjs/react-server-dom-webpack-server.edge.development.js +2 -2
- package/cjs/react-server-dom-webpack-server.node.development.js +2 -2
- package/cjs/react-server-dom-webpack-server.node.unbundled.development.js +2 -2
- package/package.json +3 -3
@@ -761,7 +761,7 @@
|
|
761
761
|
filename.startsWith("/") && (filename = "file://" + filename);
|
762
762
|
sourceMap
|
763
763
|
? ((col +=
|
764
|
-
"\n//# sourceURL=
|
764
|
+
"\n//# sourceURL=about://React/" +
|
765
765
|
encodeURIComponent(environmentName) +
|
766
766
|
"/" +
|
767
767
|
encodeURI(filename) +
|
@@ -2342,7 +2342,7 @@
|
|
2342
2342
|
filename.startsWith("/") && (filename = "file://" + filename);
|
2343
2343
|
sourceMap
|
2344
2344
|
? ((encodedName +=
|
2345
|
-
"\n//# sourceURL=
|
2345
|
+
"\n//# sourceURL=about://React/" +
|
2346
2346
|
encodeURIComponent(environmentName) +
|
2347
2347
|
"/" +
|
2348
2348
|
encodeURI(filename) +
|
@@ -3328,10 +3328,10 @@
|
|
3328
3328
|
return hook.checkDCE ? !0 : !1;
|
3329
3329
|
})({
|
3330
3330
|
bundleType: 1,
|
3331
|
-
version: "19.2.0-canary-
|
3331
|
+
version: "19.2.0-canary-3d14fcf0-20250724",
|
3332
3332
|
rendererPackageName: "react-server-dom-webpack",
|
3333
3333
|
currentDispatcherRef: ReactSharedInternals,
|
3334
|
-
reconcilerVersion: "19.2.0-canary-
|
3334
|
+
reconcilerVersion: "19.2.0-canary-3d14fcf0-20250724",
|
3335
3335
|
getCurrentComponentInfo: function () {
|
3336
3336
|
return currentOwnerInDEV;
|
3337
3337
|
}
|
@@ -877,7 +877,7 @@
|
|
877
877
|
filename.startsWith("/") && (filename = "file://" + filename);
|
878
878
|
sourceMap
|
879
879
|
? ((col +=
|
880
|
-
"\n//# sourceURL=
|
880
|
+
"\n//# sourceURL=about://React/" +
|
881
881
|
encodeURIComponent(environmentName) +
|
882
882
|
"/" +
|
883
883
|
encodeURI(filename) +
|
@@ -2552,7 +2552,7 @@
|
|
2552
2552
|
filename.startsWith("/") && (filename = "file://" + filename);
|
2553
2553
|
sourceMap
|
2554
2554
|
? ((encodedName +=
|
2555
|
-
"\n//# sourceURL=
|
2555
|
+
"\n//# sourceURL=about://React/" +
|
2556
2556
|
encodeURIComponent(environmentName) +
|
2557
2557
|
"/" +
|
2558
2558
|
encodeURI(filename) +
|
@@ -877,7 +877,7 @@
|
|
877
877
|
filename.startsWith("/") && (filename = "file://" + filename);
|
878
878
|
sourceMap
|
879
879
|
? ((col +=
|
880
|
-
"\n//# sourceURL=
|
880
|
+
"\n//# sourceURL=about://React/" +
|
881
881
|
encodeURIComponent(environmentName) +
|
882
882
|
"/" +
|
883
883
|
encodeURI(filename) +
|
@@ -2561,7 +2561,7 @@
|
|
2561
2561
|
filename.startsWith("/") && (filename = "file://" + filename);
|
2562
2562
|
sourceMap
|
2563
2563
|
? ((encodedName +=
|
2564
|
-
"\n//# sourceURL=
|
2564
|
+
"\n//# sourceURL=about://React/" +
|
2565
2565
|
encodeURIComponent(environmentName) +
|
2566
2566
|
"/" +
|
2567
2567
|
encodeURI(filename) +
|
@@ -839,7 +839,7 @@
|
|
839
839
|
filename.startsWith("/") && (filename = "file://" + filename);
|
840
840
|
sourceMap
|
841
841
|
? ((col +=
|
842
|
-
"\n//# sourceURL=
|
842
|
+
"\n//# sourceURL=about://React/" +
|
843
843
|
encodeURIComponent(environmentName) +
|
844
844
|
"/" +
|
845
845
|
encodeURI(filename) +
|
@@ -2523,7 +2523,7 @@
|
|
2523
2523
|
filename.startsWith("/") && (filename = "file://" + filename);
|
2524
2524
|
sourceMap
|
2525
2525
|
? ((encodedName +=
|
2526
|
-
"\n//# sourceURL=
|
2526
|
+
"\n//# sourceURL=about://React/" +
|
2527
2527
|
encodeURIComponent(environmentName) +
|
2528
2528
|
"/" +
|
2529
2529
|
encodeURI(filename) +
|
@@ -663,8 +663,8 @@
|
|
663
663
|
var callsite = stack[i],
|
664
664
|
functionName = callsite[0];
|
665
665
|
var url = callsite[1];
|
666
|
-
if (url.startsWith("
|
667
|
-
var envIdx = url.indexOf("/",
|
666
|
+
if (url.startsWith("about://React/")) {
|
667
|
+
var envIdx = url.indexOf("/", 14),
|
668
668
|
suffixIdx = url.lastIndexOf("?");
|
669
669
|
-1 < envIdx &&
|
670
670
|
-1 < suffixIdx &&
|
@@ -670,8 +670,8 @@
|
|
670
670
|
var callsite = stack[i],
|
671
671
|
functionName = callsite[0];
|
672
672
|
var url = callsite[1];
|
673
|
-
if (url.startsWith("
|
674
|
-
var envIdx = url.indexOf("/",
|
673
|
+
if (url.startsWith("about://React/")) {
|
674
|
+
var envIdx = url.indexOf("/", 14),
|
675
675
|
suffixIdx = url.lastIndexOf("?");
|
676
676
|
-1 < envIdx &&
|
677
677
|
-1 < suffixIdx &&
|
@@ -696,8 +696,8 @@
|
|
696
696
|
var callsite = stack[i],
|
697
697
|
functionName = callsite[0];
|
698
698
|
var url = callsite[1];
|
699
|
-
if (url.startsWith("
|
700
|
-
var envIdx = url.indexOf("/",
|
699
|
+
if (url.startsWith("about://React/")) {
|
700
|
+
var envIdx = url.indexOf("/", 14),
|
701
701
|
suffixIdx = url.lastIndexOf("?");
|
702
702
|
-1 < envIdx &&
|
703
703
|
-1 < suffixIdx &&
|
@@ -696,8 +696,8 @@
|
|
696
696
|
var callsite = stack[i],
|
697
697
|
functionName = callsite[0];
|
698
698
|
var url = callsite[1];
|
699
|
-
if (url.startsWith("
|
700
|
-
var envIdx = url.indexOf("/",
|
699
|
+
if (url.startsWith("about://React/")) {
|
700
|
+
var envIdx = url.indexOf("/", 14),
|
701
701
|
suffixIdx = url.lastIndexOf("?");
|
702
702
|
-1 < envIdx &&
|
703
703
|
-1 < suffixIdx &&
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-server-dom-webpack",
|
3
3
|
"description": "React Server Components bindings for DOM using Webpack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
|
4
|
-
"version": "19.2.0-canary-
|
4
|
+
"version": "19.2.0-canary-3d14fcf0-20250724",
|
5
5
|
"keywords": [
|
6
6
|
"react"
|
7
7
|
],
|
@@ -99,8 +99,8 @@
|
|
99
99
|
"node": ">=0.10.0"
|
100
100
|
},
|
101
101
|
"peerDependencies": {
|
102
|
-
"react": "19.2.0-canary-
|
103
|
-
"react-dom": "19.2.0-canary-
|
102
|
+
"react": "19.2.0-canary-3d14fcf0-20250724",
|
103
|
+
"react-dom": "19.2.0-canary-3d14fcf0-20250724",
|
104
104
|
"webpack": "^5.59.0"
|
105
105
|
},
|
106
106
|
"dependencies": {
|