/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v19.0.0
packages/shared/consoleWithStackDev.js
18 строк
602 B
Sebastian Markbåge
Disable consoleWithStackDev Transform except in RN/WWW (#30313)
12 июл 2024, 21:39
Не верифицирован
12 июл 2024, 21:39
ff89ba7
Код
Авторство
О чём код?
/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ // We expect that our Rollup, Jest, and Flow configurations // always shim this module with the corresponding environment // (either rn or www). // // 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. export function setSuppressWarning() { // TODO: Delete this and error when even importing this module. }