Skip to content

Commit d834122

Browse files
committed
[forgive] Various fixes to prepare for internal sync (facebook#34928)
Fixes a few small things: - Update imports to reference root babel-plugin-react-compiler rather than from `[...]/src/...` - Remove unused cosmiconfig options parsing for now - Update type exports in babel-plugin-react-compiler accordingly DiffTrain build for [71b3a03](facebook@71b3a03)
1 parent 3ca0b8d commit d834122

31 files changed

+10884
-7916
lines changed

compiled-rn/VERSION_NATIVE_FB

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.2.0-native-fb-a51f9252-20250916
1+
19.3.0-native-fb-71b3a03c-20251021

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<58dd45e0f7cd7ee34494cdf90fd3b29f>>
10+
* @generated SignedSource<<6aa1ab523991cfab96ca05022e81a872>>
1111
*/
1212

1313
"use strict";
@@ -404,5 +404,5 @@ __DEV__ &&
404404
exports.useFormStatus = function () {
405405
return resolveDispatcher().useHostTransitionStatus();
406406
};
407-
exports.version = "19.2.0-native-fb-a51f9252-20250916";
407+
exports.version = "19.3.0-native-fb-71b3a03c-20251021";
408408
})();

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<b01b3421eb2cb04caf9a4eb513e54221>>
10+
* @generated SignedSource<<f4a39f32734ca577895d84282fdad827>>
1111
*/
1212

1313
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
203203
exports.useFormStatus = function () {
204204
return ReactSharedInternals.H.useHostTransitionStatus();
205205
};
206-
exports.version = "19.2.0-native-fb-a51f9252-20250916";
206+
exports.version = "19.3.0-native-fb-71b3a03c-20251021";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<b01b3421eb2cb04caf9a4eb513e54221>>
10+
* @generated SignedSource<<f4a39f32734ca577895d84282fdad827>>
1111
*/
1212

1313
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
203203
exports.useFormStatus = function () {
204204
return ReactSharedInternals.H.useHostTransitionStatus();
205205
};
206-
exports.version = "19.2.0-native-fb-a51f9252-20250916";
206+
exports.version = "19.3.0-native-fb-71b3a03c-20251021";

0 commit comments

Comments
 (0)