/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
status
packages/scheduler/src/SchedulerFeatureFlags.js
12 строк
380 B
Dan Abramov
Remove experimental scheduler flags (#16672)
05 сен 2019, 22:08
Не верифицирован
05 сен 2019, 22:08
962dfc2
Код
Авторство
О чём код?
/** * 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. * */ export const enableSchedulerDebugging = false; export const enableIsInputPending = false; export const enableMessageLoopImplementation = true; export const enableProfiling = __PROFILE__;