mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
refactor(compiler-cli): Export SymbolKind for external use
exports SymbolKind for use outside of angular monorepo
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user