Skip to content

Commit

Permalink
Put common aliases in Map/Set instead of switch over strings (#26551)
Browse files Browse the repository at this point in the history
This reverts commit cb3fb01.

DiffTrain build for [1ef9912](1ef9912)
  • Loading branch information
kassens committed Apr 20, 2023
1 parent 702cd33 commit 3f62582
Show file tree
Hide file tree
Showing 21 changed files with 4,540 additions and 10,451 deletions.
2 changes: 1 addition & 1 deletion compiled/facebook-www/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
90fa6be2509f68fa05897324e6adbab57de30c0f
1ef9912cc096fa471019a54eff4999b36856288c
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (
}
"use strict";

var ReactVersion = "18.3.0-www-modern-ab94a8a5";
var ReactVersion = "18.3.0-www-modern-0b6784ca";

// ATTENTION
// When adding new symbols to this file,
Expand Down
2 changes: 1 addition & 1 deletion compiled/facebook-www/ReactART-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
return self;
}

var ReactVersion = "18.3.0-www-classic-4fdc00d9";
var ReactVersion = "18.3.0-www-classic-38982954";

var LegacyRoot = 0;
var ConcurrentRoot = 1;
Expand Down
4 changes: 2 additions & 2 deletions compiled/facebook-www/ReactART-prod.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -9737,7 +9737,7 @@ var slice = Array.prototype.slice,
return null;
},
bundleType: 0,
version: "18.3.0-www-modern-52b1a95d",
version: "18.3.0-www-modern-6c430f83",
rendererPackageName: "react-art"
};
var internals$jscomp$inline_1324 = {
Expand Down Expand Up @@ -9768,7 +9768,7 @@ var internals$jscomp$inline_1324 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-www-modern-52b1a95d"
reconcilerVersion: "18.3.0-www-modern-6c430f83"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1325 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Loading

0 comments on commit 3f62582

Please sign in to comment.