diff --git a/packages/compiler-cli/private/hybrid_analysis.ts b/packages/compiler-cli/private/hybrid_analysis.ts index d953a451af9..24cae30a115 100644 --- a/packages/compiler-cli/private/hybrid_analysis.ts +++ b/packages/compiler-cli/private/hybrid_analysis.ts @@ -21,6 +21,7 @@ export { type OutOfBandDiagnosticRecorder, type DomSchemaChecker, OutOfBadDiagnosticCategory, + SymbolKind, } from '../src/ngtsc/typecheck/api'; export {RegistryDomSchemaChecker} from '../src/ngtsc/typecheck/src/dom'; export {Environment} from '../src/ngtsc/typecheck/src/environment';