Skip to content

Commit 1c44392

Browse files
committed
[compiler] Export PluginOptions as a type that can be used in input positions (#34550)
DiffTrain build for [720bb13](720bb13)
1 parent f1bdc93 commit 1c44392

35 files changed

+88
-88
lines changed

compiled/eslint-plugin-react-hooks/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54117,7 +54117,7 @@ const COMPILER_OPTIONS = {
5411754117
noEmit: true,
5411854118
panicThreshold: 'none',
5411954119
flowSuppressions: false,
54120-
environment: validateEnvironmentConfig({
54120+
environment: {
5412154121
validateRefAccessDuringRender: true,
5412254122
validateNoSetStateInRender: true,
5412354123
validateNoSetStateInEffects: true,
@@ -54129,7 +54129,7 @@ const COMPILER_OPTIONS = {
5412954129
validateNoCapitalizedCalls: [],
5413054130
validateHooksUsage: true,
5413154131
validateNoDerivedComputationsInEffects: true,
54132-
}),
54132+
},
5413354133
};
5413454134
const FLOW_SUPPRESSION_REGEX = /\$FlowFixMe\[([^\]]*)\]/g;
5413554135
function getFlowSuppressions(sourceCode) {

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d91d28c8ba6fe7c96e651f82fc47c9d5481bf5f9
1+
720bb130694169f8d1bf1e8001a2177dd18cdf92
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d91d28c8ba6fe7c96e651f82fc47c9d5481bf5f9
1+
720bb130694169f8d1bf1e8001a2177dd18cdf92

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ __DEV__ &&
14191419
exports.useTransition = function () {
14201420
return resolveDispatcher().useTransition();
14211421
};
1422-
exports.version = "19.2.0-www-classic-d91d28c8-20250920";
1422+
exports.version = "19.2.0-www-classic-720bb130-20250922";
14231423
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14241424
"function" ===
14251425
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ __DEV__ &&
14191419
exports.useTransition = function () {
14201420
return resolveDispatcher().useTransition();
14211421
};
1422-
exports.version = "19.2.0-www-modern-d91d28c8-20250920";
1422+
exports.version = "19.2.0-www-modern-720bb130-20250922";
14231423
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14241424
"function" ===
14251425
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,4 +602,4 @@ exports.useSyncExternalStore = function (
602602
exports.useTransition = function () {
603603
return ReactSharedInternals.H.useTransition();
604604
};
605-
exports.version = "19.2.0-www-classic-d91d28c8-20250920";
605+
exports.version = "19.2.0-www-classic-720bb130-20250922";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,4 +602,4 @@ exports.useSyncExternalStore = function (
602602
exports.useTransition = function () {
603603
return ReactSharedInternals.H.useTransition();
604604
};
605-
exports.version = "19.2.0-www-modern-d91d28c8-20250920";
605+
exports.version = "19.2.0-www-modern-720bb130-20250922";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ exports.useSyncExternalStore = function (
606606
exports.useTransition = function () {
607607
return ReactSharedInternals.H.useTransition();
608608
};
609-
exports.version = "19.2.0-www-classic-d91d28c8-20250920";
609+
exports.version = "19.2.0-www-classic-720bb130-20250922";
610610
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
611611
"function" ===
612612
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ exports.useSyncExternalStore = function (
606606
exports.useTransition = function () {
607607
return ReactSharedInternals.H.useTransition();
608608
};
609-
exports.version = "19.2.0-www-modern-d91d28c8-20250920";
609+
exports.version = "19.2.0-www-modern-720bb130-20250922";
610610
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
611611
"function" ===
612612
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20242,10 +20242,10 @@ __DEV__ &&
2024220242
(function () {
2024320243
var internals = {
2024420244
bundleType: 1,
20245-
version: "19.2.0-www-classic-d91d28c8-20250920",
20245+
version: "19.2.0-www-classic-720bb130-20250922",
2024620246
rendererPackageName: "react-art",
2024720247
currentDispatcherRef: ReactSharedInternals,
20248-
reconcilerVersion: "19.2.0-www-classic-d91d28c8-20250920"
20248+
reconcilerVersion: "19.2.0-www-classic-720bb130-20250922"
2024920249
};
2025020250
internals.overrideHookState = overrideHookState;
2025120251
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20279,7 +20279,7 @@ __DEV__ &&
2027920279
exports.Shape = Shape;
2028020280
exports.Surface = Surface;
2028120281
exports.Text = Text;
20282-
exports.version = "19.2.0-www-classic-d91d28c8-20250920";
20282+
exports.version = "19.2.0-www-classic-720bb130-20250922";
2028320283
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2028420284
"function" ===
2028520285
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)