You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: resolve module names in circular deps test (#18957)
Currently the circular dependencies test only resolves
relative imports. It does not resolve module names
to packages/entry-points which are part of the Angular
Components repository.
To ensure that such repo-specific module names are resolved, we
add a custom module resolver. This helps us making the circular deps
test future-proof in case an entry-point uses module names.
Within an entry-point circular dependencies could be also created
with module name imports.
(cherry picked from commit 2fce0c6)
0 commit comments