/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/compiler-cli/src/ngtsc/diagnostics/index.ts
22 строки
753 B
SkyZeroZx
refactor(compiler-cli): update error message links to versioned docs (#66374)
10 янв 2026, 01:33
10 янв 2026, 01:33
0aaadaf
Код
Авторство
О чём код?
/** * @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 {COMPILER_ERRORS_WITH_GUIDES} from './src/docs'; export { addDiagnosticChain, FatalDiagnosticError, isFatalDiagnosticError, isLocalCompilationDiagnostics, makeDiagnostic, makeDiagnosticChain, makeRelatedInformation, } from './src/error'; export {ErrorCode} from './src/error_code'; export {ERROR_DETAILS_PAGE_BASE_URL, DOC_PAGE_BASE_URL} from './src/error_details_base_url'; export {ExtendedTemplateDiagnosticName} from './src/extended_template_diagnostic_name'; export {ngErrorCode, replaceTsWithNgInErrors} from './src/util';