Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
github
/
docs
зеркало из
https://github.com/github/docs.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули docs
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
f8f72fc1d8
docs
/
feature-flags.json
6 строки
90 B
JSON
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Hello git history spelunker! Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 15:10:11 +03:00
{
"FEATURE_TEST_TRUE"
:
true
,
add FALSE feature flag
2021-04-15 21:57:37 +03:00
"FEATURE_TEST_FALSE"
:
false
,
feat: add nextjs middleware handling (#19139) * feat: add nextjs middleware handling split * fix: eslint errors * fix: filter boolean from csp list * fix: feature flag nextjs server start * feat: add prettier rules for ts,tsx files * fix: remove unnecessary async from next middleware * fix: next middleware name * Update tsconfig.json Co-authored-by: James M. Greene <JamesMGreene@github.com> * Update next-env.d.ts Co-authored-by: James M. Greene <JamesMGreene@github.com> * fix: add typescript linting to lint command * add comment for unsafe-eval, update webpack to use eval in development * fix: feature flag typo Co-authored-by: James M. Greene <JamesMGreene@github.com>
2021-05-05 18:23:46 +03:00
"FEATURE_NEXTJS"
:
false
Hello git history spelunker! Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 15:10:11 +03:00
}