angular/goldens/public-api/common
JoostK 581eff4ab1 fix(compiler-cli): use originally used module specifier for transform functions (#52437)
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
2023-10-31 13:42:50 -07:00
..
http refactor: change public const enums to enums (#51670) 2023-10-25 10:39:18 -07:00
testing feat(common): add provideLocationMocks() function to provide Location mocks (#47674) 2022-10-10 19:42:11 +00:00
upgrade test: update api goldens to reflect api-golden bazel rule change (#45461) 2022-03-29 09:26:00 -07:00
errors.md fix(common): use === operator to match NgSwitch cases (#51504) 2023-10-09 10:10:21 -07:00
index.md fix(compiler-cli): use originally used module specifier for transform functions (#52437) 2023-10-31 13:42:50 -07:00