Skip to content

Commit

Permalink
ncc-compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
vercel-release-bot committed Sep 26, 2024
1 parent b1d6ca2 commit 3befc25
Show file tree
Hide file tree
Showing 60 changed files with 5,071 additions and 4,708 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4322,7 +4322,7 @@
this.rootFormatContext = rootFormatContext;
this.progressiveChunkSize =
void 0 === progressiveChunkSize ? 12800 : progressiveChunkSize;
this.status = 0;
this.status = 10;
this.fatalError = null;
this.pendingRootTasks = this.allPendingTasks = this.nextSegmentId = 0;
this.completedRootSegment = null;
Expand Down Expand Up @@ -4696,7 +4696,7 @@
: (errorInfo(error), onFatalError(error));
null !== request.destination
? ((request.status = CLOSED), request.destination.destroy(error))
: ((request.status = 2), (request.fatalError = error));
: ((request.status = 13), (request.fatalError = error));
}
function renderWithHooks(
request,
Expand Down Expand Up @@ -5129,7 +5129,7 @@
} else internalInstance.queue = null;
}
var nextChildren = callRenderInDEV(instance);
if (1 === request.status) throw null;
if (12 === request.status) throw null;
instance.props !== resolvedProps &&
(didWarnAboutReassigningProps ||
console.error(
Expand Down Expand Up @@ -5161,7 +5161,7 @@
props,
void 0
);
if (1 === request.status) throw null;
if (12 === request.status) throw null;
var hasId = 0 !== localIdCounter,
actionStateCount = actionStateCounter,
actionStateMatchingIndex$jscomp$0 = actionStateMatchingIndex;
Expand Down Expand Up @@ -5385,7 +5385,7 @@
(boundarySegment.status = COMPLETED);
} catch (thrownValue) {
throw (
((boundarySegment.status = 1 === request.status ? 3 : 4),
((boundarySegment.status = 12 === request.status ? 3 : 4),
thrownValue)
);
} finally {
Expand Down Expand Up @@ -5437,7 +5437,7 @@
}
} catch (thrownValue$2) {
newBoundary.status = CLIENT_RENDERED;
if (1 === request.status) {
if (12 === request.status) {
contentRootSegment.status = 3;
var error = request.fatalError;
} else
Expand Down Expand Up @@ -5598,7 +5598,7 @@
return;
case REACT_LAZY_TYPE:
var Component = callLazyInitInDEV(type);
if (1 === request.status) throw null;
if (12 === request.status) throw null;
renderElement(request, task, keyPath, Component, props, ref);
return;
}
Expand Down Expand Up @@ -5890,7 +5890,7 @@
);
case REACT_LAZY_TYPE:
node = callLazyInitInDEV(node);
if (1 === request.status) throw null;
if (12 === request.status) throw null;
renderNodeDestructive(request, task, node, childIndex);
return;
}
Expand Down Expand Up @@ -6600,7 +6600,7 @@
}
var errorInfo = getThrownInfo(task.componentStack);
if (null === boundary) {
if (2 !== request.status && request.status !== CLOSED) {
if (13 !== request.status && request.status !== CLOSED) {
boundary = task.replay;
if (null === boundary) {
"object" === typeof error &&
Expand Down Expand Up @@ -6833,7 +6833,10 @@
0 === request.allPendingTasks && completeAll(request);
}
function performWork(request$jscomp$1) {
if (request$jscomp$1.status !== CLOSED && 2 !== request$jscomp$1.status) {
if (
request$jscomp$1.status !== CLOSED &&
13 !== request$jscomp$1.status
) {
var prevContext = currentActiveSnapshot,
prevDispatcher = ReactSharedInternals.H;
ReactSharedInternals.H = HooksDispatcher;
Expand Down Expand Up @@ -6901,7 +6904,7 @@
erroredReplay(
request$jscomp$0,
request.blockedBoundary,
1 === request$jscomp$0.status
12 === request$jscomp$0.status
? request$jscomp$0.fatalError
: x,
errorInfo,
Expand Down Expand Up @@ -6954,11 +6957,11 @@
var x$jscomp$0 =
thrownValue === SuspenseException
? getSuspendedThenable()
: 1 === request.status
: 12 === request.status
? request.fatalError
: thrownValue;
if (
1 === request.status &&
12 === request.status &&
null !== request.trackedPostpones
) {
var trackedPostpones = request.trackedPostpones,
Expand Down Expand Up @@ -7705,10 +7708,10 @@
}
function startWork(request) {
request.flushScheduled = null !== request.destination;
null !== request.trackedPostpones
? performWork(request)
: (performWork(request),
safelyEmitEarlyPreloads(request, 0 === request.pendingRootTasks));
performWork(request);
10 === request.status && (request.status = 11);
null === request.trackedPostpones &&
safelyEmitEarlyPreloads(request, 0 === request.pendingRootTasks);
}
function enqueueFlush(request) {
if (
Expand All @@ -7724,7 +7727,7 @@
}
}
function startFlowing(request, destination) {
if (2 === request.status)
if (13 === request.status)
(request.status = CLOSED), destination.destroy(request.fatalError);
else if (request.status !== CLOSED && null === request.destination) {
request.destination = destination;
Expand All @@ -7738,7 +7741,7 @@
}
}
function abort(request, reason) {
0 === request.status && (request.status = 1);
if (11 === request.status || 10 === request.status) request.status = 12;
try {
var abortableTasks = request.abortableTasks;
if (0 < abortableTasks.size) {
Expand Down Expand Up @@ -9263,7 +9266,7 @@
COMPLETED = 1,
FLUSHED = 2,
POSTPONED = 5,
CLOSED = 3,
CLOSED = 14,
currentRequest = null,
didWarnAboutBadClass = {},
didWarnAboutContextTypes = {},
Expand All @@ -9288,5 +9291,5 @@
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
);
};
exports.version = "19.0.0-experimental-778e1ed2-20240926";
exports.version = "19.0.0-experimental-67fee58b-20240926";
})();
Loading

0 comments on commit 3befc25

Please sign in to comment.