react-markup 0.0.0-experimental-3a0ab8a7-20251029 → 0.0.0-experimental-561ee24d-20251101
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.
|
@@ -4891,8 +4891,6 @@
|
|
|
4891
4891
|
if (null != debugInfo)
|
|
4892
4892
|
for (var i = debugInfo.length - 1; 0 <= i; i--) {
|
|
4893
4893
|
var info = debugInfo[i];
|
|
4894
|
-
if ("string" === typeof info.name) break;
|
|
4895
|
-
if ("number" === typeof info.time) break;
|
|
4896
4894
|
if (null != info.awaited) {
|
|
4897
4895
|
var bestStack = null == info.debugStack ? info.awaited : info;
|
|
4898
4896
|
if (void 0 !== bestStack.debugStack) {
|
|
@@ -5174,40 +5172,47 @@
|
|
|
5174
5172
|
0 === --previousSuspenseListRow.pendingTasks &&
|
|
5175
5173
|
finishSuspenseListRow(request, previousSuspenseListRow);
|
|
5176
5174
|
else {
|
|
5177
|
-
|
|
5178
|
-
|
|
5179
|
-
|
|
5180
|
-
for (
|
|
5181
|
-
|
|
5175
|
+
resumeSlots = task.blockedSegment;
|
|
5176
|
+
n = resumeSlots.children.length;
|
|
5177
|
+
i = resumeSlots.chunks.length;
|
|
5178
|
+
for (node = 0; node < keyPath; node++) {
|
|
5179
|
+
resumeSegmentID =
|
|
5180
|
+
"unstable_legacy-backwards" === revealOrder
|
|
5181
|
+
? keyPath - 1 - node
|
|
5182
|
+
: node;
|
|
5183
|
+
var _node3 = rows[resumeSegmentID];
|
|
5182
5184
|
task.row = previousSuspenseListRow = createSuspenseListRow(
|
|
5183
5185
|
previousSuspenseListRow
|
|
5184
5186
|
);
|
|
5185
|
-
task.treeContext = pushTreeContext(
|
|
5186
|
-
|
|
5187
|
+
task.treeContext = pushTreeContext(
|
|
5188
|
+
prevTreeContext,
|
|
5189
|
+
keyPath,
|
|
5190
|
+
resumeSegmentID
|
|
5191
|
+
);
|
|
5192
|
+
var newSegment = createPendingSegment(
|
|
5187
5193
|
request,
|
|
5188
|
-
|
|
5194
|
+
i,
|
|
5189
5195
|
null,
|
|
5190
5196
|
task.formatContext,
|
|
5191
|
-
0 ===
|
|
5197
|
+
0 === resumeSegmentID ? resumeSlots.lastPushedText : !0,
|
|
5192
5198
|
!0
|
|
5193
5199
|
);
|
|
5194
|
-
|
|
5195
|
-
task.blockedSegment =
|
|
5196
|
-
warnForMissingKey(request, task,
|
|
5200
|
+
resumeSlots.children.splice(n, 0, newSegment);
|
|
5201
|
+
task.blockedSegment = newSegment;
|
|
5202
|
+
warnForMissingKey(request, task, _node3);
|
|
5197
5203
|
try {
|
|
5198
|
-
renderNode(request, task,
|
|
5199
|
-
(
|
|
5204
|
+
renderNode(request, task, _node3, resumeSegmentID),
|
|
5205
|
+
(newSegment.status = 1),
|
|
5200
5206
|
0 === --previousSuspenseListRow.pendingTasks &&
|
|
5201
5207
|
finishSuspenseListRow(request, previousSuspenseListRow);
|
|
5202
5208
|
} catch (thrownValue) {
|
|
5203
5209
|
throw (
|
|
5204
|
-
((
|
|
5205
|
-
thrownValue)
|
|
5210
|
+
((newSegment.status = 12 === request.status ? 3 : 4), thrownValue)
|
|
5206
5211
|
);
|
|
5207
5212
|
}
|
|
5208
5213
|
}
|
|
5209
|
-
task.blockedSegment =
|
|
5210
|
-
|
|
5214
|
+
task.blockedSegment = resumeSlots;
|
|
5215
|
+
resumeSlots.lastPushedText = !1;
|
|
5211
5216
|
}
|
|
5212
5217
|
null !== prevRow &&
|
|
5213
5218
|
null !== previousSuspenseListRow &&
|
|
@@ -5891,11 +5896,7 @@
|
|
|
5891
5896
|
a: {
|
|
5892
5897
|
var children$jscomp$0 = props.children,
|
|
5893
5898
|
revealOrder = props.revealOrder;
|
|
5894
|
-
if (
|
|
5895
|
-
"forwards" === revealOrder ||
|
|
5896
|
-
"backwards" === revealOrder ||
|
|
5897
|
-
"unstable_legacy-backwards" === revealOrder
|
|
5898
|
-
) {
|
|
5899
|
+
if ("independent" !== revealOrder && "together" !== revealOrder) {
|
|
5899
5900
|
if (isArrayImpl(children$jscomp$0)) {
|
|
5900
5901
|
renderSuspenseListRows(
|
|
5901
5902
|
request,
|
|
@@ -7403,9 +7404,28 @@
|
|
|
7403
7404
|
}
|
|
7404
7405
|
var errorInfo = getThrownInfo(task.componentStack),
|
|
7405
7406
|
node = task.node;
|
|
7406
|
-
null !== node &&
|
|
7407
|
+
if (null !== node && "object" === typeof node) {
|
|
7408
|
+
for (
|
|
7409
|
+
var debugInfo = node._debugInfo;
|
|
7410
|
+
"object" === typeof node &&
|
|
7411
|
+
null !== node &&
|
|
7412
|
+
node.$$typeof === REACT_LAZY_TYPE;
|
|
7413
|
+
|
|
7414
|
+
) {
|
|
7415
|
+
var payload = node._payload;
|
|
7416
|
+
if ("fulfilled" === payload.status) node = payload.value;
|
|
7417
|
+
else break;
|
|
7418
|
+
}
|
|
7407
7419
|
"object" === typeof node &&
|
|
7408
|
-
|
|
7420
|
+
null !== node &&
|
|
7421
|
+
(isArrayImpl(node) ||
|
|
7422
|
+
"function" === typeof node[ASYNC_ITERATOR] ||
|
|
7423
|
+
node.$$typeof === REACT_ELEMENT_TYPE ||
|
|
7424
|
+
node.$$typeof === REACT_LAZY_TYPE) &&
|
|
7425
|
+
isArrayImpl(node._debugInfo) &&
|
|
7426
|
+
(debugInfo = node._debugInfo);
|
|
7427
|
+
pushHaltedAwaitOnComponentStack(task, debugInfo);
|
|
7428
|
+
}
|
|
7409
7429
|
if (null === boundary) {
|
|
7410
7430
|
if (13 !== request.status && 14 !== request.status) {
|
|
7411
7431
|
boundary = task.replay;
|
|
@@ -9835,5 +9855,5 @@
|
|
|
9835
9855
|
});
|
|
9836
9856
|
});
|
|
9837
9857
|
};
|
|
9838
|
-
exports.version = "19.3.0-experimental-
|
|
9858
|
+
exports.version = "19.3.0-experimental-561ee24d-20251101";
|
|
9839
9859
|
})();
|
|
@@ -3972,39 +3972,44 @@ function renderSuspenseListRows(request, task, keyPath, rows, revealOrder) {
|
|
|
3972
3972
|
0 === --previousSuspenseListRow.pendingTasks &&
|
|
3973
3973
|
finishSuspenseListRow(request, previousSuspenseListRow);
|
|
3974
3974
|
else {
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
for (
|
|
3979
|
-
|
|
3975
|
+
resumeSlots = task.blockedSegment;
|
|
3976
|
+
n = resumeSlots.children.length;
|
|
3977
|
+
i = resumeSlots.chunks.length;
|
|
3978
|
+
for (node = 0; node < keyPath; node++) {
|
|
3979
|
+
resumeSegmentID =
|
|
3980
|
+
"unstable_legacy-backwards" === revealOrder ? keyPath - 1 - node : node;
|
|
3981
|
+
var node$29 = rows[resumeSegmentID];
|
|
3980
3982
|
task.row = previousSuspenseListRow = createSuspenseListRow(
|
|
3981
3983
|
previousSuspenseListRow
|
|
3982
3984
|
);
|
|
3983
|
-
task.treeContext = pushTreeContext(
|
|
3984
|
-
|
|
3985
|
+
task.treeContext = pushTreeContext(
|
|
3986
|
+
prevTreeContext,
|
|
3987
|
+
keyPath,
|
|
3988
|
+
resumeSegmentID
|
|
3989
|
+
);
|
|
3990
|
+
var newSegment = createPendingSegment(
|
|
3985
3991
|
request,
|
|
3986
|
-
|
|
3992
|
+
i,
|
|
3987
3993
|
null,
|
|
3988
3994
|
task.formatContext,
|
|
3989
|
-
0 ===
|
|
3995
|
+
0 === resumeSegmentID ? resumeSlots.lastPushedText : !0,
|
|
3990
3996
|
!0
|
|
3991
3997
|
);
|
|
3992
|
-
|
|
3993
|
-
task.blockedSegment =
|
|
3998
|
+
resumeSlots.children.splice(n, 0, newSegment);
|
|
3999
|
+
task.blockedSegment = newSegment;
|
|
3994
4000
|
try {
|
|
3995
|
-
renderNode(request, task, node,
|
|
3996
|
-
(
|
|
4001
|
+
renderNode(request, task, node$29, resumeSegmentID),
|
|
4002
|
+
(newSegment.status = 1),
|
|
3997
4003
|
0 === --previousSuspenseListRow.pendingTasks &&
|
|
3998
4004
|
finishSuspenseListRow(request, previousSuspenseListRow);
|
|
3999
4005
|
} catch (thrownValue) {
|
|
4000
4006
|
throw (
|
|
4001
|
-
((
|
|
4002
|
-
thrownValue)
|
|
4007
|
+
((newSegment.status = 12 === request.status ? 3 : 4), thrownValue)
|
|
4003
4008
|
);
|
|
4004
4009
|
}
|
|
4005
4010
|
}
|
|
4006
|
-
task.blockedSegment =
|
|
4007
|
-
|
|
4011
|
+
task.blockedSegment = resumeSlots;
|
|
4012
|
+
resumeSlots.lastPushedText = !1;
|
|
4008
4013
|
}
|
|
4009
4014
|
null !== prevRow &&
|
|
4010
4015
|
null !== previousSuspenseListRow &&
|
|
@@ -4081,9 +4086,9 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4081
4086
|
var defaultProps = type.defaultProps;
|
|
4082
4087
|
if (defaultProps) {
|
|
4083
4088
|
newProps === props && (newProps = assign({}, newProps, props));
|
|
4084
|
-
for (var propName$
|
|
4085
|
-
void 0 === newProps[propName$
|
|
4086
|
-
(newProps[propName$
|
|
4089
|
+
for (var propName$37 in defaultProps)
|
|
4090
|
+
void 0 === newProps[propName$37] &&
|
|
4091
|
+
(newProps[propName$37] = defaultProps[propName$37]);
|
|
4087
4092
|
}
|
|
4088
4093
|
var JSCompiler_inline_result = newProps;
|
|
4089
4094
|
var context = emptyContextObject,
|
|
@@ -4250,13 +4255,13 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4250
4255
|
textEmbedded
|
|
4251
4256
|
);
|
|
4252
4257
|
segment.lastPushedText = !1;
|
|
4253
|
-
var prevContext$
|
|
4254
|
-
prevKeyPath$
|
|
4258
|
+
var prevContext$35 = task.formatContext,
|
|
4259
|
+
prevKeyPath$36 = task.keyPath;
|
|
4255
4260
|
task.keyPath = keyPath;
|
|
4256
4261
|
if (
|
|
4257
4262
|
3 ===
|
|
4258
4263
|
(task.formatContext = getChildFormatContext(
|
|
4259
|
-
prevContext$
|
|
4264
|
+
prevContext$35,
|
|
4260
4265
|
type,
|
|
4261
4266
|
props
|
|
4262
4267
|
)).insertionMode
|
|
@@ -4279,8 +4284,8 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4279
4284
|
task.blockedSegment = segment;
|
|
4280
4285
|
}
|
|
4281
4286
|
} else renderNode(request, task, JSCompiler_inline_result$jscomp$2, -1);
|
|
4282
|
-
task.formatContext = prevContext$
|
|
4283
|
-
task.keyPath = prevKeyPath$
|
|
4287
|
+
task.formatContext = prevContext$35;
|
|
4288
|
+
task.keyPath = prevKeyPath$36;
|
|
4284
4289
|
a: {
|
|
4285
4290
|
var target$jscomp$0 = segment.chunks,
|
|
4286
4291
|
resumableState$jscomp$0 = request.resumableState;
|
|
@@ -4305,19 +4310,19 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4305
4310
|
case "wbr":
|
|
4306
4311
|
break a;
|
|
4307
4312
|
case "body":
|
|
4308
|
-
if (1 >= prevContext$
|
|
4313
|
+
if (1 >= prevContext$35.insertionMode) {
|
|
4309
4314
|
resumableState$jscomp$0.hasBody = !0;
|
|
4310
4315
|
break a;
|
|
4311
4316
|
}
|
|
4312
4317
|
break;
|
|
4313
4318
|
case "html":
|
|
4314
|
-
if (0 === prevContext$
|
|
4319
|
+
if (0 === prevContext$35.insertionMode) {
|
|
4315
4320
|
resumableState$jscomp$0.hasHtml = !0;
|
|
4316
4321
|
break a;
|
|
4317
4322
|
}
|
|
4318
4323
|
break;
|
|
4319
4324
|
case "head":
|
|
4320
|
-
if (1 >= prevContext$
|
|
4325
|
+
if (1 >= prevContext$35.insertionMode) break a;
|
|
4321
4326
|
}
|
|
4322
4327
|
target$jscomp$0.push(endChunkForTag(type));
|
|
4323
4328
|
}
|
|
@@ -4345,10 +4350,10 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4345
4350
|
}
|
|
4346
4351
|
} else if ("hidden" !== props.mode) {
|
|
4347
4352
|
segment$jscomp$0.lastPushedText = !1;
|
|
4348
|
-
var prevKeyPath$
|
|
4353
|
+
var prevKeyPath$39 = task.keyPath;
|
|
4349
4354
|
task.keyPath = keyPath;
|
|
4350
4355
|
renderNode(request, task, props.children, -1);
|
|
4351
|
-
task.keyPath = prevKeyPath$
|
|
4356
|
+
task.keyPath = prevKeyPath$39;
|
|
4352
4357
|
segment$jscomp$0.lastPushedText = !1;
|
|
4353
4358
|
}
|
|
4354
4359
|
return;
|
|
@@ -4356,11 +4361,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4356
4361
|
a: {
|
|
4357
4362
|
var children$jscomp$0 = props.children,
|
|
4358
4363
|
revealOrder = props.revealOrder;
|
|
4359
|
-
if (
|
|
4360
|
-
"forwards" === revealOrder ||
|
|
4361
|
-
"backwards" === revealOrder ||
|
|
4362
|
-
"unstable_legacy-backwards" === revealOrder
|
|
4363
|
-
) {
|
|
4364
|
+
if ("independent" !== revealOrder && "together" !== revealOrder) {
|
|
4364
4365
|
if (isArrayImpl(children$jscomp$0)) {
|
|
4365
4366
|
renderSuspenseListRows(
|
|
4366
4367
|
request,
|
|
@@ -4391,35 +4392,35 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4391
4392
|
}
|
|
4392
4393
|
}
|
|
4393
4394
|
if ("function" === typeof children$jscomp$0[ASYNC_ITERATOR]) {
|
|
4394
|
-
var iterator$
|
|
4395
|
-
if (iterator$
|
|
4395
|
+
var iterator$30 = children$jscomp$0[ASYNC_ITERATOR]();
|
|
4396
|
+
if (iterator$30) {
|
|
4396
4397
|
var prevThenableState = task.thenableState;
|
|
4397
4398
|
task.thenableState = null;
|
|
4398
4399
|
thenableIndexCounter = 0;
|
|
4399
4400
|
thenableState = prevThenableState;
|
|
4400
4401
|
var rows = [],
|
|
4401
4402
|
done = !1;
|
|
4402
|
-
if (iterator$
|
|
4403
|
+
if (iterator$30 === children$jscomp$0)
|
|
4403
4404
|
for (
|
|
4404
|
-
var step$
|
|
4405
|
-
void 0 !== step$
|
|
4405
|
+
var step$31 = readPreviousThenableFromState();
|
|
4406
|
+
void 0 !== step$31;
|
|
4406
4407
|
|
|
4407
4408
|
) {
|
|
4408
|
-
if (step$
|
|
4409
|
+
if (step$31.done) {
|
|
4409
4410
|
done = !0;
|
|
4410
4411
|
break;
|
|
4411
4412
|
}
|
|
4412
|
-
rows.push(step$
|
|
4413
|
-
step$
|
|
4413
|
+
rows.push(step$31.value);
|
|
4414
|
+
step$31 = readPreviousThenableFromState();
|
|
4414
4415
|
}
|
|
4415
4416
|
if (!done)
|
|
4416
4417
|
for (
|
|
4417
|
-
var step$
|
|
4418
|
-
!step$
|
|
4418
|
+
var step$32 = unwrapThenable(iterator$30.next());
|
|
4419
|
+
!step$32.done;
|
|
4419
4420
|
|
|
4420
4421
|
)
|
|
4421
|
-
rows.push(step$
|
|
4422
|
-
(step$
|
|
4422
|
+
rows.push(step$32.value),
|
|
4423
|
+
(step$32 = unwrapThenable(iterator$30.next()));
|
|
4423
4424
|
renderSuspenseListRows(
|
|
4424
4425
|
request,
|
|
4425
4426
|
task,
|
|
@@ -4432,7 +4433,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4432
4433
|
}
|
|
4433
4434
|
}
|
|
4434
4435
|
if ("together" === revealOrder) {
|
|
4435
|
-
var prevKeyPath$
|
|
4436
|
+
var prevKeyPath$33 = task.keyPath,
|
|
4436
4437
|
prevRow = task.row,
|
|
4437
4438
|
newRow = (task.row = createSuspenseListRow(null));
|
|
4438
4439
|
newRow.boundaries = [];
|
|
@@ -4441,7 +4442,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4441
4442
|
renderNodeDestructive(request, task, children$jscomp$0, -1);
|
|
4442
4443
|
0 === --newRow.pendingTasks &&
|
|
4443
4444
|
finishSuspenseListRow(request, newRow);
|
|
4444
|
-
task.keyPath = prevKeyPath$
|
|
4445
|
+
task.keyPath = prevKeyPath$33;
|
|
4445
4446
|
task.row = prevRow;
|
|
4446
4447
|
null !== prevRow &&
|
|
4447
4448
|
0 < newRow.pendingTasks &&
|
|
@@ -5393,21 +5394,21 @@ function renderNode(request, task, node, childIndex) {
|
|
|
5393
5394
|
chunkLength = segment.chunks.length;
|
|
5394
5395
|
try {
|
|
5395
5396
|
return renderNodeDestructive(request, task, node, childIndex);
|
|
5396
|
-
} catch (thrownValue$
|
|
5397
|
+
} catch (thrownValue$60) {
|
|
5397
5398
|
if (
|
|
5398
5399
|
(resetHooksState(),
|
|
5399
5400
|
(segment.children.length = childrenLength),
|
|
5400
5401
|
(segment.chunks.length = chunkLength),
|
|
5401
5402
|
(node =
|
|
5402
|
-
thrownValue$
|
|
5403
|
+
thrownValue$60 === SuspenseException
|
|
5403
5404
|
? getSuspendedThenable()
|
|
5404
|
-
: thrownValue$
|
|
5405
|
+
: thrownValue$60),
|
|
5405
5406
|
12 !== request.status && "object" === typeof node && null !== node)
|
|
5406
5407
|
) {
|
|
5407
5408
|
if ("function" === typeof node.then) {
|
|
5408
5409
|
segment = node;
|
|
5409
5410
|
node =
|
|
5410
|
-
thrownValue$
|
|
5411
|
+
thrownValue$60 === SuspenseException
|
|
5411
5412
|
? getThenableStateAfterSuspending()
|
|
5412
5413
|
: null;
|
|
5413
5414
|
request = spawnNewSuspendedRenderTask(request, task, node).ping;
|
|
@@ -5450,7 +5451,7 @@ function renderNode(request, task, node, childIndex) {
|
|
|
5450
5451
|
}
|
|
5451
5452
|
if ("Maximum call stack size exceeded" === node.message) {
|
|
5452
5453
|
segment =
|
|
5453
|
-
thrownValue$
|
|
5454
|
+
thrownValue$60 === SuspenseException
|
|
5454
5455
|
? getThenableStateAfterSuspending()
|
|
5455
5456
|
: null;
|
|
5456
5457
|
segment = spawnNewSuspendedRenderTask(request, task, segment);
|
|
@@ -5609,16 +5610,16 @@ function abortTask(task, request, error) {
|
|
|
5609
5610
|
0 === request.pendingRootTasks && completeShell(request);
|
|
5610
5611
|
}
|
|
5611
5612
|
} else {
|
|
5612
|
-
var trackedPostpones$
|
|
5613
|
+
var trackedPostpones$63 = request.trackedPostpones;
|
|
5613
5614
|
if (4 !== boundary.status) {
|
|
5614
|
-
if (null !== trackedPostpones$
|
|
5615
|
+
if (null !== trackedPostpones$63 && null !== segment)
|
|
5615
5616
|
return (
|
|
5616
5617
|
"object" === typeof error &&
|
|
5617
5618
|
null !== error &&
|
|
5618
5619
|
error.$$typeof === REACT_POSTPONE_TYPE
|
|
5619
5620
|
? logPostpone(request, error.message, errorInfo)
|
|
5620
5621
|
: logRecoverableError(request, error, errorInfo),
|
|
5621
|
-
trackPostpone(request, trackedPostpones$
|
|
5622
|
+
trackPostpone(request, trackedPostpones$63, task, segment),
|
|
5622
5623
|
boundary.fallbackAbortableTasks.forEach(function (fallbackTask) {
|
|
5623
5624
|
return abortTask(fallbackTask, request, error);
|
|
5624
5625
|
}),
|
|
@@ -5996,13 +5997,13 @@ function performWork(request$jscomp$1) {
|
|
|
5996
5997
|
null !== request.trackedPostpones &&
|
|
5997
5998
|
x$jscomp$0.$$typeof === REACT_POSTPONE_TYPE
|
|
5998
5999
|
) {
|
|
5999
|
-
var trackedPostpones$
|
|
6000
|
+
var trackedPostpones$69 = request.trackedPostpones;
|
|
6000
6001
|
task.abortSet.delete(task);
|
|
6001
6002
|
var postponeInfo = getThrownInfo(task.componentStack);
|
|
6002
6003
|
logPostpone(request, x$jscomp$0.message, postponeInfo);
|
|
6003
6004
|
trackPostpone(
|
|
6004
6005
|
request,
|
|
6005
|
-
trackedPostpones$
|
|
6006
|
+
trackedPostpones$69,
|
|
6006
6007
|
task,
|
|
6007
6008
|
segment$jscomp$0
|
|
6008
6009
|
);
|
|
@@ -6610,12 +6611,12 @@ function flushCompletedQueues(request, destination) {
|
|
|
6610
6611
|
flushingPartialBoundaries = !0;
|
|
6611
6612
|
var partialBoundaries = request.partialBoundaries;
|
|
6612
6613
|
for (i = 0; i < partialBoundaries.length; i++) {
|
|
6613
|
-
var boundary$
|
|
6614
|
+
var boundary$73 = partialBoundaries[i];
|
|
6614
6615
|
a: {
|
|
6615
6616
|
clientRenderedBoundaries = request;
|
|
6616
6617
|
boundary = destination;
|
|
6617
|
-
flushedByteSize = boundary$
|
|
6618
|
-
var completedSegments = boundary$
|
|
6618
|
+
flushedByteSize = boundary$73.byteSize;
|
|
6619
|
+
var completedSegments = boundary$73.completedSegments;
|
|
6619
6620
|
for (
|
|
6620
6621
|
JSCompiler_inline_result = 0;
|
|
6621
6622
|
JSCompiler_inline_result < completedSegments.length;
|
|
@@ -6625,7 +6626,7 @@ function flushCompletedQueues(request, destination) {
|
|
|
6625
6626
|
!flushPartiallyCompletedSegment(
|
|
6626
6627
|
clientRenderedBoundaries,
|
|
6627
6628
|
boundary,
|
|
6628
|
-
boundary$
|
|
6629
|
+
boundary$73,
|
|
6629
6630
|
completedSegments[JSCompiler_inline_result]
|
|
6630
6631
|
)
|
|
6631
6632
|
) {
|
|
@@ -6635,10 +6636,10 @@ function flushCompletedQueues(request, destination) {
|
|
|
6635
6636
|
break a;
|
|
6636
6637
|
}
|
|
6637
6638
|
completedSegments.splice(0, JSCompiler_inline_result);
|
|
6638
|
-
var row = boundary$
|
|
6639
|
+
var row = boundary$73.row;
|
|
6639
6640
|
null !== row &&
|
|
6640
6641
|
row.together &&
|
|
6641
|
-
1 === boundary$
|
|
6642
|
+
1 === boundary$73.pendingTasks &&
|
|
6642
6643
|
(1 === row.pendingTasks
|
|
6643
6644
|
? unblockSuspenseListRow(
|
|
6644
6645
|
clientRenderedBoundaries,
|
|
@@ -6648,7 +6649,7 @@ function flushCompletedQueues(request, destination) {
|
|
|
6648
6649
|
: row.pendingTasks--);
|
|
6649
6650
|
JSCompiler_inline_result$jscomp$0 = writeHoistablesForBoundary(
|
|
6650
6651
|
boundary,
|
|
6651
|
-
boundary$
|
|
6652
|
+
boundary$73.contentState,
|
|
6652
6653
|
clientRenderedBoundaries.renderState
|
|
6653
6654
|
);
|
|
6654
6655
|
}
|
|
@@ -6721,8 +6722,8 @@ function abort(request, reason) {
|
|
|
6721
6722
|
}
|
|
6722
6723
|
null !== request.destination &&
|
|
6723
6724
|
flushCompletedQueues(request, request.destination);
|
|
6724
|
-
} catch (error$
|
|
6725
|
-
logRecoverableError(request, error$
|
|
6725
|
+
} catch (error$75) {
|
|
6726
|
+
logRecoverableError(request, error$75, {}), fatalError(request, error$75);
|
|
6726
6727
|
}
|
|
6727
6728
|
}
|
|
6728
6729
|
function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
@@ -6796,4 +6797,4 @@ exports.experimental_renderToHTML = function (children, options) {
|
|
|
6796
6797
|
});
|
|
6797
6798
|
});
|
|
6798
6799
|
};
|
|
6799
|
-
exports.version = "19.3.0-experimental-
|
|
6800
|
+
exports.version = "19.3.0-experimental-561ee24d-20251101";
|