mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
rename $$$hostConfig to $$$config (#26593)
We have moved away from HostConfig since the name does not fully describe the configs we customize per runtime like FlightClient, FlightServer, Fizz, and Fiber. This commit generalizes $$$hostconfig to $$$config
This commit is contained in:
@@ -349,7 +349,7 @@ ${license}
|
||||
'use strict';
|
||||
|
||||
if (process.env.NODE_ENV !== "production") {
|
||||
module.exports = function $$$reconciler($$$hostConfig) {
|
||||
module.exports = function $$$reconciler($$$config) {
|
||||
var exports = {};
|
||||
${source}
|
||||
return exports;
|
||||
@@ -368,7 +368,7 @@ ${source}
|
||||
*
|
||||
${license}
|
||||
*/
|
||||
module.exports = function $$$reconciler($$$hostConfig) {
|
||||
module.exports = function $$$reconciler($$$config) {
|
||||
|
||||
var exports = {};
|
||||
${source}
|
||||
@@ -387,7 +387,7 @@ Object.defineProperty(module.exports, "__esModule", { value: true });
|
||||
*
|
||||
${license}
|
||||
*/
|
||||
module.exports = function $$$reconciler($$$hostConfig) {
|
||||
module.exports = function $$$reconciler($$$config) {
|
||||
var exports = {};
|
||||
${source}
|
||||
return exports;
|
||||
|
||||
Reference in New Issue
Block a user