mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
dd7eeb6929
This commit adds extra logic to avoid internal and privately exported symbols from being referenced during auto-linking. Currently such symbols can be used for linking, thus resulting in a non-existing link and causing the linking process to fail. PR Close #45689