Skip to content

Commit edaa06a

Browse files
committed
[compiler] Update docs with fault tolerance summary, remove planning doc (facebook#35888)
Add concise fault tolerance documentation to CLAUDE.md and the passes README covering error accumulation, tryRecord wrapping, and the distinction between validation vs infrastructure passes. Remove the detailed planning document now that the work is complete. DiffTrain build for [b354bbd](facebook@b354bbd)
1 parent c7d0c08 commit edaa06a

35 files changed

+553
-658
lines changed

compiled/eslint-plugin-react-hooks/index.js

Lines changed: 467 additions & 572 deletions
Large diffs are not rendered by default.

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ab18f33d46171ed1963ae1ac955c5110bb1eb199
1+
b354bbd2d231fdeeec31d438c8e7c54877eee4ac
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ab18f33d46171ed1963ae1ac955c5110bb1eb199
1+
b354bbd2d231fdeeec31d438c8e7c54877eee4ac

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ __DEV__ &&
14821482
exports.useTransition = function () {
14831483
return resolveDispatcher().useTransition();
14841484
};
1485-
exports.version = "19.3.0-www-classic-ab18f33d-20260220";
1485+
exports.version = "19.3.0-www-classic-b354bbd2-20260223";
14861486
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14871487
"function" ===
14881488
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
@@ -1482,7 +1482,7 @@ __DEV__ &&
14821482
exports.useTransition = function () {
14831483
return resolveDispatcher().useTransition();
14841484
};
1485-
exports.version = "19.3.0-www-modern-ab18f33d-20260220";
1485+
exports.version = "19.3.0-www-modern-b354bbd2-20260223";
14861486
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14871487
"function" ===
14881488
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
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.3.0-www-classic-ab18f33d-20260220";
613+
exports.version = "19.3.0-www-classic-b354bbd2-20260223";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.3.0-www-modern-ab18f33d-20260220";
613+
exports.version = "19.3.0-www-modern-b354bbd2-20260223";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.3.0-www-classic-ab18f33d-20260220";
617+
exports.version = "19.3.0-www-classic-b354bbd2-20260223";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
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
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.3.0-www-modern-ab18f33d-20260220";
617+
exports.version = "19.3.0-www-modern-b354bbd2-20260223";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
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
@@ -20404,10 +20404,10 @@ __DEV__ &&
2040420404
(function () {
2040520405
var internals = {
2040620406
bundleType: 1,
20407-
version: "19.3.0-www-classic-ab18f33d-20260220",
20407+
version: "19.3.0-www-classic-b354bbd2-20260223",
2040820408
rendererPackageName: "react-art",
2040920409
currentDispatcherRef: ReactSharedInternals,
20410-
reconcilerVersion: "19.3.0-www-classic-ab18f33d-20260220"
20410+
reconcilerVersion: "19.3.0-www-classic-b354bbd2-20260223"
2041120411
};
2041220412
internals.overrideHookState = overrideHookState;
2041320413
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20442,7 +20442,7 @@ __DEV__ &&
2044220442
exports.Shape = Shape;
2044320443
exports.Surface = Surface;
2044420444
exports.Text = Text;
20445-
exports.version = "19.3.0-www-classic-ab18f33d-20260220";
20445+
exports.version = "19.3.0-www-classic-b354bbd2-20260223";
2044620446
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2044720447
"function" ===
2044820448
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)