Conversation
Signed-off-by: bryanl <bryanliles@gmail.com>
|
components can use relative imports to reach their own files. cross components imports can't work reliably (import conflicts, version changes etc) |
|
@redbaron The reason this PR is WIP is because I'm not sure this is a good idea. With the introduction of modules, there is a conflict with projects that have decided to use directories under components. |
|
What is module? Another argument against this change would be case where same package (prototype) is installed as different component names, we use it internally where |
|
@redbaron a module is a directory underneath |
Signed-off-by: bryanl bryanliles@gmail.com