mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
ccc7bc957a138520ce723ea1daa5b10a0b314ce1
Requires https://github.com/facebook/react/pull/29706 The strategy here is to: - Checkout the builds/facebook-www branch - Read the current sync'd VERSION - Checkout out main and sync new build - sed/{new version string}/{old version string} - Run git status, skip sync if clean - Otherwise, sed/{old version string}/{new version string} and push commit This means that: - We're using the real version strings from the builds - We are checking the last commit on the branch for the real last version - We're skipping any commits that won't result in changes - ??? - Profit! DiffTrain build for commit https://github.com/facebook/react/commit/5ad2c37273b7c192011010c6bdb9ac0a4c9c232f.
react-fbsource-import
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%