mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
873c4f2454
Prior to this change, the transform function would be referenced with a potentially relative import into an external declaration file. Such imports are not portable and should not be created in this context. This commit addresses the issue by threading though the originally used module specifier by means of the `Reference` type. Fixes #52324 PR Close #52437