react-markup 0.0.0-experimental-d85ec5f5-20250716 → 0.0.0-experimental-dffacc7b-20250717
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.
|
@@ -16346,11 +16346,11 @@
|
|
|
16346
16346
|
flushedByteSize = 0;
|
|
16347
16347
|
exports.experimental_renderToHTML = function (children, options) {
|
|
16348
16348
|
return new Promise(function (resolve, reject) {
|
|
16349
|
-
var
|
|
16350
|
-
|
|
16351
|
-
|
|
16352
|
-
|
|
16353
|
-
|
|
16349
|
+
var JSCompiler_object_inline__rowState_1582 = 0,
|
|
16350
|
+
JSCompiler_object_inline__rowID_1583 = 0,
|
|
16351
|
+
JSCompiler_object_inline__rowTag_1584 = 0,
|
|
16352
|
+
JSCompiler_object_inline__rowLength_1585 = 0,
|
|
16353
|
+
JSCompiler_object_inline__buffer_1586 = [],
|
|
16354
16354
|
buffer = "",
|
|
16355
16355
|
stashErrorIdx = 1,
|
|
16356
16356
|
stashedErrors = new Map(),
|
|
@@ -16450,10 +16450,10 @@
|
|
|
16450
16450
|
for (
|
|
16451
16451
|
var response = unwrapWeakResponse(flightResponse),
|
|
16452
16452
|
i = 0,
|
|
16453
|
-
rowState =
|
|
16454
|
-
rowID =
|
|
16455
|
-
rowTag =
|
|
16456
|
-
rowLength =
|
|
16453
|
+
rowState = JSCompiler_object_inline__rowState_1582,
|
|
16454
|
+
rowID = JSCompiler_object_inline__rowID_1583,
|
|
16455
|
+
rowTag = JSCompiler_object_inline__rowTag_1584,
|
|
16456
|
+
rowLength = JSCompiler_object_inline__rowLength_1585,
|
|
16457
16457
|
chunkLength = chunk.length;
|
|
16458
16458
|
i < chunkLength;
|
|
16459
16459
|
|
|
@@ -16517,7 +16517,7 @@
|
|
|
16517
16517
|
lastIdx = chunk.length;
|
|
16518
16518
|
}
|
|
16519
16519
|
if (-1 < lastIdx) {
|
|
16520
|
-
if (0 <
|
|
16520
|
+
if (0 < JSCompiler_object_inline__buffer_1586.length)
|
|
16521
16521
|
throw Error(
|
|
16522
16522
|
"String chunks need to be passed in their original shape. Not split into smaller string chunks. This is a bug in the wiring of the React streams."
|
|
16523
16523
|
);
|
|
@@ -16526,16 +16526,16 @@
|
|
|
16526
16526
|
i = lastIdx;
|
|
16527
16527
|
3 === rowState && i++;
|
|
16528
16528
|
rowLength = rowID = rowTag = rowState = 0;
|
|
16529
|
-
|
|
16529
|
+
JSCompiler_object_inline__buffer_1586.length = 0;
|
|
16530
16530
|
} else if (chunk.length !== i)
|
|
16531
16531
|
throw Error(
|
|
16532
16532
|
"String chunks need to be passed in their original shape. Not split into smaller string chunks. This is a bug in the wiring of the React streams."
|
|
16533
16533
|
);
|
|
16534
16534
|
}
|
|
16535
|
-
|
|
16536
|
-
|
|
16537
|
-
|
|
16538
|
-
|
|
16535
|
+
JSCompiler_object_inline__rowState_1582 = rowState;
|
|
16536
|
+
JSCompiler_object_inline__rowID_1583 = rowID;
|
|
16537
|
+
JSCompiler_object_inline__rowTag_1584 = rowTag;
|
|
16538
|
+
JSCompiler_object_inline__rowLength_1585 = rowLength;
|
|
16539
16539
|
}
|
|
16540
16540
|
} else
|
|
16541
16541
|
reportGlobalError(flightResponse, Error("Connection closed."));
|
|
@@ -16559,5 +16559,5 @@
|
|
|
16559
16559
|
});
|
|
16560
16560
|
});
|
|
16561
16561
|
};
|
|
16562
|
-
exports.version = "19.2.0-experimental-
|
|
16562
|
+
exports.version = "19.2.0-experimental-dffacc7b-20250717";
|
|
16563
16563
|
})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-markup",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-dffacc7b-20250717",
|
|
4
4
|
"description": "React package generating embedded markup such as e-mails with support for Server Components.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://react.dev/",
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"react": "0.0.0-experimental-
|
|
20
|
+
"react": "0.0.0-experimental-dffacc7b-20250717"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|