/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
status
packages/react-stream/src/ReactFizzHostConfig.js
22 строки
725 B
Andrew Clark
Lint rule for unminified errors (#15757)
29 май 2019, 21:29
Не верифицирован
29 май 2019, 21:29
112168f
Код
Авторство
О чём код?
/** * 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/warning-and-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.');