/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/core/mode/prod.js
12 строк
290 B
Kristofer Baxter
♻️ Remove Notice from JS and Markdown (#35717)
19 авг 2021, 21:21
Не верифицирован
19 авг 2021, 21:21
f564b7e
Код
Авторство
О чём код?
/** * Returns true when the build is meant for distribution. * This means `amp dist` was called _without_ the --fortesting flag. * * This is a magic constant replaced by babel. * * Calls are DCE'd when compiled. * @return {boolean} */ export function isProd() { return IS_PROD; }