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
even though I try to use it by passing a specific directory path, it starts scanning the entire project and at some points it runs out of memory.
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
The problem is that it tries to scan the entire project even when it's not needed because a path is specified.
Please note that this only affects SOME migration scripts (e.g. self-closing tag) while other (e.g. control-flow migration) do not have this issue.
Please provide the environment you discovered this bug in (run ng version)
Which @angular/* package(s) are the source of the bug?
core
Is this a regression?
Yes
Description
I have a large Angular project split into libraries using NX.
When I use this migration script specifying:
when I specify the path of the directory I want to migrate, it works as expected.
However, when I use other migration scripts such as:
even though I try to use it by passing a specific directory path, it starts scanning the entire project and at some points it runs out of memory.
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
No response
The text was updated successfully, but these errors were encountered: