Skip to content

Commit db78d9b

Browse files
committed
Handle line endings correctly on Windows in build script for RN (#26727)
## Summary We added some post-processing in the build for RN in #26616 that broke for users on Windows due to how line endings were handled to the regular expression to insert some directives in the docblock. This fixes that problem, reported in #26697 as well. ## How did you test this change? Verified files are still built correctly on Mac/Linux. Will ask for help to test on Windows. DiffTrain build for [f87e97a](f87e97a)
1 parent 6c615dc commit db78d9b

34 files changed

+84557
-82221
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ded4a785b875d384f78efa28279550d86d93f54f
1+
f87e97a0a67fa7cfd7e6f2ec985621c0e825cb23

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (
2727
}
2828
"use strict";
2929

30-
var ReactVersion = "18.3.0-www-modern-95e6ae95";
30+
var ReactVersion = "18.3.0-www-modern-bcc00dd5";
3131

3232
// ATTENTION
3333
// When adding new symbols to this file,

0 commit comments

Comments
 (0)