/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/testing/node_no_angular_tests.init.mts
10 строк
270 B
Joey Perrott
build: update tools directory to use rules_js for building (#61656)
26 май 2025, 12:01
26 май 2025, 12:01
22381bf
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ (global as any).isNode = true; (global as any).isBrowser = false;