/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/compiler-cli/src/ngtsc/core/index.ts
11 строк
365 B
Jessica Janiuk
Revert "refactor(compiler-cli): remove deep imports from `compiler-cli` (#64732)"
07 ноя 2025, 00:09
07 ноя 2025, 00:09
37092d0
Код
Авторство
О чём код?
/** * @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 */ export * from './src/compiler'; export {NgCompilerHost} from './src/host'; export {UnifiedModulesHost, NgCompilerOptions, DiagnosticCategoryLabel} from './api';