/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/globals.d.ts
9 строк
257 B
Huáng Jùnliàng
chore: inline REQUIRED_VERSION(7) special case (#17897)
17 апр 2026, 16:26
Не верифицирован
17 апр 2026, 16:26
3b1954b
Код
Авторство
О чём код?
declare const IS_STANDALONE: boolean; declare const PACKAGE_JSON: { name: string; version: string }; declare function REQUIRED_VERSION(version: string): string; declare namespace NodeJS { export interface ProcessEnv { BABEL_8_BREAKING: string; } }