Skip to content

Commit e4b2067

Browse files
committed
ncc-compiled
1 parent f24545c commit e4b2067

File tree

60 files changed

+1465
-1156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1465
-1156
lines changed

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.development.js

Lines changed: 292 additions & 208 deletions
Large diffs are not rendered by default.

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.production.js

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -13451,7 +13451,7 @@ function commitRoot(
1345113451
? ((root.callbackNode = null),
1345213452
(root.callbackPriority = 0),
1345313453
scheduleCallback$1(NormalPriority$1, function () {
13454-
flushPassiveEffects(!0);
13454+
flushPassiveEffects();
1345513455
return null;
1345613456
}))
1345713457
: ((root.callbackNode = null), (root.callbackPriority = 0));
@@ -14012,15 +14012,15 @@ function releaseRootPooledCache(root, remainingLanes) {
1401214012
null != remainingLanes &&
1401314013
((root.pooledCache = null), releaseCache(remainingLanes)));
1401414014
}
14015-
function flushPendingEffects(wasDelayedCommit) {
14015+
function flushPendingEffects() {
1401614016
null !== pendingViewTransition &&
1401714017
(pendingViewTransition.skipTransition(), (pendingViewTransition = null));
1401814018
flushGestureMutations();
1401914019
flushGestureAnimations();
1402014020
flushMutationEffects();
1402114021
flushLayoutEffects();
1402214022
flushSpawnedWork();
14023-
return flushPassiveEffects(wasDelayedCommit);
14023+
return flushPassiveEffects();
1402414024
}
1402514025
function flushPassiveEffects() {
1402614026
if (5 !== pendingEffectsStatus) return !1;
@@ -14391,7 +14391,7 @@ function performWorkOnRootViaSchedulerTask(root, didTimeout) {
1439114391
if (0 !== pendingEffectsStatus && 5 !== pendingEffectsStatus)
1439214392
return (root.callbackNode = null), (root.callbackPriority = 0), null;
1439314393
var originalCallbackNode = root.callbackNode;
14394-
if (flushPendingEffects(!0) && root.callbackNode !== originalCallbackNode)
14394+
if (flushPendingEffects() && root.callbackNode !== originalCallbackNode)
1439514395
return null;
1439614396
var workInProgressRootRenderLanes$jscomp$0 = workInProgressRootRenderLanes;
1439714397
workInProgressRootRenderLanes$jscomp$0 = getNextLanes(
@@ -14562,20 +14562,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
1456214562
(nativeEventTarget[internalScrollTimer] = targetInst));
1456314563
}
1456414564
for (
14565-
var i$jscomp$inline_1799 = 0;
14566-
i$jscomp$inline_1799 < simpleEventPluginEvents.length;
14567-
i$jscomp$inline_1799++
14565+
var i$jscomp$inline_1798 = 0;
14566+
i$jscomp$inline_1798 < simpleEventPluginEvents.length;
14567+
i$jscomp$inline_1798++
1456814568
) {
14569-
var eventName$jscomp$inline_1800 =
14570-
simpleEventPluginEvents[i$jscomp$inline_1799],
14571-
domEventName$jscomp$inline_1801 =
14572-
eventName$jscomp$inline_1800.toLowerCase(),
14573-
capitalizedEvent$jscomp$inline_1802 =
14574-
eventName$jscomp$inline_1800[0].toUpperCase() +
14575-
eventName$jscomp$inline_1800.slice(1);
14569+
var eventName$jscomp$inline_1799 =
14570+
simpleEventPluginEvents[i$jscomp$inline_1798],
14571+
domEventName$jscomp$inline_1800 =
14572+
eventName$jscomp$inline_1799.toLowerCase(),
14573+
capitalizedEvent$jscomp$inline_1801 =
14574+
eventName$jscomp$inline_1799[0].toUpperCase() +
14575+
eventName$jscomp$inline_1799.slice(1);
1457614576
registerSimpleEvent(
14577-
domEventName$jscomp$inline_1801,
14578-
"on" + capitalizedEvent$jscomp$inline_1802
14577+
domEventName$jscomp$inline_1800,
14578+
"on" + capitalizedEvent$jscomp$inline_1801
1457914579
);
1458014580
}
1458114581
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -19565,16 +19565,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1956519565
0 === i && attemptExplicitHydrationTarget(target);
1956619566
}
1956719567
};
19568-
var isomorphicReactPackageVersion$jscomp$inline_2217 = React.version;
19568+
var isomorphicReactPackageVersion$jscomp$inline_2216 = React.version;
1956919569
if (
19570-
"19.2.0-experimental-128abcfa-20250917" !==
19571-
isomorphicReactPackageVersion$jscomp$inline_2217
19570+
"19.2.0-experimental-84af9085-20250917" !==
19571+
isomorphicReactPackageVersion$jscomp$inline_2216
1957219572
)
1957319573
throw Error(
1957419574
formatProdErrorMessage(
1957519575
527,
19576-
isomorphicReactPackageVersion$jscomp$inline_2217,
19577-
"19.2.0-experimental-128abcfa-20250917"
19576+
isomorphicReactPackageVersion$jscomp$inline_2216,
19577+
"19.2.0-experimental-84af9085-20250917"
1957819578
)
1957919579
);
1958019580
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19594,24 +19594,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1959419594
null === componentOrElement ? null : componentOrElement.stateNode;
1959519595
return componentOrElement;
1959619596
};
19597-
var internals$jscomp$inline_2914 = {
19597+
var internals$jscomp$inline_2913 = {
1959819598
bundleType: 0,
19599-
version: "19.2.0-experimental-128abcfa-20250917",
19599+
version: "19.2.0-experimental-84af9085-20250917",
1960019600
rendererPackageName: "react-dom",
1960119601
currentDispatcherRef: ReactSharedInternals,
19602-
reconcilerVersion: "19.2.0-experimental-128abcfa-20250917"
19602+
reconcilerVersion: "19.2.0-experimental-84af9085-20250917"
1960319603
};
1960419604
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
19605-
var hook$jscomp$inline_2915 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
19605+
var hook$jscomp$inline_2914 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
1960619606
if (
19607-
!hook$jscomp$inline_2915.isDisabled &&
19608-
hook$jscomp$inline_2915.supportsFiber
19607+
!hook$jscomp$inline_2914.isDisabled &&
19608+
hook$jscomp$inline_2914.supportsFiber
1960919609
)
1961019610
try {
19611-
(rendererID = hook$jscomp$inline_2915.inject(
19612-
internals$jscomp$inline_2914
19611+
(rendererID = hook$jscomp$inline_2914.inject(
19612+
internals$jscomp$inline_2913
1961319613
)),
19614-
(injectedHook = hook$jscomp$inline_2915);
19614+
(injectedHook = hook$jscomp$inline_2914);
1961519615
} catch (err) {}
1961619616
}
1961719617
exports.createRoot = function (container, options) {
@@ -19706,4 +19706,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1970619706
listenToAllSupportedEvents(container);
1970719707
return new ReactDOMHydrationRoot(initialChildren);
1970819708
};
19709-
exports.version = "19.2.0-experimental-128abcfa-20250917";
19709+
exports.version = "19.2.0-experimental-84af9085-20250917";

0 commit comments

Comments
 (0)