During my development, me and my team we’ve found the following “bug” (at least we consider it a bug)
Let say you have package A, B, C
Package A exports a symobl
Package B use and implies Package A
Package C use Package B
A <- B (implies A) <- C
Then if you do an import from package C like this:
@sashko does this like mean that this is the solution, because if this is the solution, that confirms in my opinion the bug, because imply should do by default, doesn’ it?
The same thing as before: gives (global) exports to other Meteor packages that depend on it and includes it in your app without you having to specifically meteor install it