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:
Josh Story
2023-04-10 15:01:04 -07:00
committed by GitHub
parent b55d319559
commit dd0619b2ee
6 changed files with 196 additions and 203 deletions
+3 -3
View File
@@ -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;