/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/compiler-cli/private/testing.ts
13 строк
491 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 {ImportedSymbolsTracker} from '../src/ngtsc/imports'; export {TypeScriptReflectionHost} from '../src/ngtsc/reflection'; export {getInitializerApiJitTransform} from '../src/ngtsc/transform/jit'; export {initMockFileSystem, MockFileSystem} from '../src/ngtsc/file_system/testing';