/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/angular_devkit/build_angular/src/utils/index.ts
16 строк
563 B
Charles Lyding
refactor(@angular-devkit/build-angular): remove unused utility files
27 фев 2026, 17:48
27 фев 2026, 17:48
8fb74c9
Код
Авторство
О чём код?
/** * @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 './default-progress'; export { deleteOutputDir, loadProxyConfiguration } from '@angular/build/private'; export * from './normalize-file-replacements'; export * from './normalize-asset-patterns'; export * from './normalize-source-maps'; export * from './normalize-optimization'; export * from './normalize-builder-schema'; export * from './url';