Henric Persson
Henric Persson
The export finder feature might also lead to having a hard dependency on watchman. Or at least some watcher at least.
No rush, I have no immediate plan of cutting it.
@milahu I'm not actively working on anything import-js related right now but I know that the index was implemented. I didn't drop support for the CLI though, but there's an...
This is a great summary! Thanks for taking the time, I think you're right in that we need to special-case package dependencies (and not use watchman here).
Happy to see others benefitting from this project! Is there anything specific you wanted to merge into the main project?
I think this makes sense. I personally don't have a need for this but I'd be happy to help reviewing a PR! There are two parts to this. First, we...
Unfortunately, I think that's the case. I forgot to check back to this issue before releasing 2.0, so no fix was included. For lodash, you could depend on individual functions...
@lencioni: do you still think this is an issue? Most packages I've come across export everything in the main file, and now that we have support for finding named exports...
By "bloating bundle sizes", I take it you mean webpack bundles for instance? That's a valid concern. It's a little tricky. I do think it's an anti-pattern, but one that's...
> I think we could start by adding this feature and allowing packages to opt in to having the files in their directories.lib directory be matched. Ah, sorry. Forgot about...