/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/compiler/src/legacy_optional_chaining_default.ts
15 строк
470 B
Alex Rickabaugh
refactor: add g3-only and 3p-only markers to replace specific g3 patches
27 май 2026, 02:09
27 май 2026, 02:09
4f9ee3c
Код
Авторство
О чём код?
/** * @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 */ /** * Whether legacy optional chaining is opt-in (false) or opt-out (true). * * This is extracted in order to be patched in G3. */ // g3-only export const LEGACY_OPTIONAL_CHAINING_DEFAULT = true; export const LEGACY_OPTIONAL_CHAINING_DEFAULT = false; // 3p-only