Skip to content

Commit d1fee4a

Browse files
committed
[ez] Add noformat etc headers into some files
These are only needed internally so I'm opting to just do it in the commit artifacts job instead of amending the build config. ghstack-source-id: 6a5382b Pull Request resolved: #30775 DiffTrain build for [1d98996](1d98996)
1 parent d533aef commit d1fee4a

36 files changed

+98
-86
lines changed

compiled/babel-plugin-react-refresh/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
*
77
* This source code is licensed under the MIT license found in the
88
* LICENSE file in the root directory of this source tree.
9+
*
10+
* @noformat
11+
* @nolint
12+
* @lightSyntaxTransform
13+
* @preventMunge
14+
* @oncall react_core
915
*/
1016

1117
"use strict";

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ab24f643d0809ee09a7499862fef135fb09a0225
1+
1d989965a6aac11d71ecf28030796f5475a86642
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ab24f643d0809ee09a7499862fef135fb09a0225
1+
1d989965a6aac11d71ecf28030796f5475a86642

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@ __DEV__ &&
20012001
exports.useTransition = function () {
20022002
return resolveDispatcher().useTransition();
20032003
};
2004-
exports.version = "19.0.0-www-classic-ab24f643-20240821";
2004+
exports.version = "19.0.0-www-classic-1d989965-20240821";
20052005
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
20062006
"function" ===
20072007
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
@@ -1981,7 +1981,7 @@ __DEV__ &&
19811981
exports.useTransition = function () {
19821982
return resolveDispatcher().useTransition();
19831983
};
1984-
exports.version = "19.0.0-www-modern-ab24f643-20240821";
1984+
exports.version = "19.0.0-www-modern-1d989965-20240821";
19851985
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19861986
"function" ===
19871987
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
@@ -665,4 +665,4 @@ exports.useSyncExternalStore = function (
665665
exports.useTransition = function () {
666666
return ReactSharedInternals.H.useTransition();
667667
};
668-
exports.version = "19.0.0-www-classic-ab24f643-20240821";
668+
exports.version = "19.0.0-www-classic-1d989965-20240821";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,4 +665,4 @@ exports.useSyncExternalStore = function (
665665
exports.useTransition = function () {
666666
return ReactSharedInternals.H.useTransition();
667667
};
668-
exports.version = "19.0.0-www-modern-ab24f643-20240821";
668+
exports.version = "19.0.0-www-modern-1d989965-20240821";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ exports.useSyncExternalStore = function (
669669
exports.useTransition = function () {
670670
return ReactSharedInternals.H.useTransition();
671671
};
672-
exports.version = "19.0.0-www-classic-ab24f643-20240821";
672+
exports.version = "19.0.0-www-classic-1d989965-20240821";
673673
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
674674
"function" ===
675675
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
@@ -669,7 +669,7 @@ exports.useSyncExternalStore = function (
669669
exports.useTransition = function () {
670670
return ReactSharedInternals.H.useTransition();
671671
};
672-
exports.version = "19.0.0-www-modern-ab24f643-20240821";
672+
exports.version = "19.0.0-www-modern-1d989965-20240821";
673673
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
674674
"function" ===
675675
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
@@ -16776,11 +16776,11 @@ __DEV__ &&
1677616776
(function () {
1677716777
var internals = {
1677816778
bundleType: 1,
16779-
version: "19.0.0-www-classic-ab24f643-20240821",
16779+
version: "19.0.0-www-classic-1d989965-20240821",
1678016780
rendererPackageName: "react-art",
1678116781
currentDispatcherRef: ReactSharedInternals,
1678216782
findFiberByHostInstance: getInstanceFromNode,
16783-
reconcilerVersion: "19.0.0-www-classic-ab24f643-20240821"
16783+
reconcilerVersion: "19.0.0-www-classic-1d989965-20240821"
1678416784
};
1678516785
internals.overrideHookState = overrideHookState;
1678616786
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16814,7 +16814,7 @@ __DEV__ &&
1681416814
exports.Shape = Shape;
1681516815
exports.Surface = Surface;
1681616816
exports.Text = Text;
16817-
exports.version = "19.0.0-www-classic-ab24f643-20240821";
16817+
exports.version = "19.0.0-www-classic-1d989965-20240821";
1681816818
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1681916819
"function" ===
1682016820
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)