mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
ebb02e9b191cb3b9300a4c77b922f61d714b4b7d
With this change, the different files in RN will have *different* hashes. This replaces the git hash and means that the file content (including version) is only updated when the rest of the file content actually changes. This should remove "noop" changes that need to be synced that only update the version string. A difference to the www implementation here is (and I'd be looking at updating www as well if this lands well) that each file has an individual hash instead of a combined content hash. This further reduces the number of updated files and I couldn't find a reason we need to have these in sync. The best I can gather is that this hash is used so folks don't directly compare version string and make future updates harder. DiffTrain build for commit https://github.com/facebook/react/commit/cb076b593cec3a92338958f58468cce19cb8f0d9.
react-fbsource-import
Description
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%