mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ae0ec7315c
TypeScript reuses SourceFile objects between old and new programs, so untagging the old program also untags shared files in the new program. Re-apply shim tags on the new program to prevent getSemanticDiagnostics() crashes with TS 5.5+.