/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/compiler-cli/src/ngtsc/partial_evaluator/index.ts
20 строк
635 B
Alex Rickabaugh
refactor(compiler): add support for compiling NgModules under isolatedDeclarations
23 май 2026, 00:00
Не верифицирован
23 май 2026, 00:00
06b004e
Код
Авторство
О чём код?
/** * @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 {describeResolvedType, traceDynamicValue} from './src/diagnostics'; export {DynamicValue} from './src/dynamic'; export {ForeignFunctionResolver, ForeignTypeResolver, PartialEvaluator} from './src/interface'; export {StaticInterpreter} from './src/interpreter'; export { EnumValue, KnownFn, ResolvedValue, ResolvedValueArray, ResolvedValueMap, } from './src/result'; export {SyntheticValue} from './src/synthetic';