Files
pyrofetes-frontend/node_modules/@angular/compiler-cli/src/ngtsc/diagnostics/index.d.ts
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

14 lines
729 B
TypeScript
Executable File

/**
* @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 } from './src/error_details_base_url';
export { ExtendedTemplateDiagnosticName } from './src/extended_template_diagnostic_name';
export { ngErrorCode, replaceTsWithNgInErrors } from './src/util';