Skip to content

Commit b9cbb14

Browse files
committed
refactor(compiler-cli): Export SymbolKind for external use
exports SymbolKind for use outside of angular monorepo
1 parent 236d6d4 commit b9cbb14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/compiler-cli/private/hybrid_analysis.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export {
2121
type OutOfBandDiagnosticRecorder,
2222
type DomSchemaChecker,
2323
OutOfBadDiagnosticCategory,
24+
SymbolKind,
2425
} from '../src/ngtsc/typecheck/api';
2526
export {RegistryDomSchemaChecker} from '../src/ngtsc/typecheck/src/dom';
2627
export {Environment} from '../src/ngtsc/typecheck/src/environment';

0 commit comments

Comments
 (0)