teambit / bit

A build system for development of composable software.
https://bit.dev
Other
17.8k stars 922 forks source link

fix(import), do not stop the import if one of the wildcard result in an empty list #9027

Closed davidfirst closed 1 month ago

davidfirst commented 1 month ago

For example: import "scope-a/**" "scope-b/**". Currently, if scope-a has no components, it throws immediately. With this PR it only shows a warning about it and continue importing from scope-b.