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
Seems to not work on wildcard paths in general, saying "libs/libName/*/src/index.ts" does not exist. This means that it can't be used for secondary entry-points, which IMO is the primary benefit of this lib in an Nx repo (where we can otherwise use Nx module boundaries)
Okay, that should be covered with the Caching Milestone.
Currently, the algorithm reads every file separately, which makes wildcards inefficient. With the cache, we load all files and, therefore, have full knowledge of the existing files and directories.
Will always fail because the path resolver stops at the first and doesn't continue.
The text was updated successfully, but these errors were encountered: