/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v17.0.1
packages/react-server/src/ReactFlightServerConfig.js
22 строки
713 B
Sebastian Markbåge
[Flight] Split Streaming from Relay Implemenation (#18260)
11 мар 2020, 00:55
Не верифицирован
11 мар 2020, 00:55
99d7371
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @flow */ /* eslint-disable react-internal/invariant-args */ import invariant from 'shared/invariant'; // We expect that our Rollup, Jest, and Flow configurations // always shim this module with the corresponding host config // (either provided by a renderer, or a generic shim for npm). // // We should never resolve to this file, but it exists to make // sure that if we *do* accidentally break the configuration, // the failure isn't silent. invariant(false, 'This module must be shimmed by a specific renderer.');