Henric Persson
Henric Persson
I think we could start implementing a merged approach. The point about users possibly wanting to override excludes is a valid one but I think the pragmatic approach right now...
That `egrep` command is only being applied to the list of files returned by the `find`, so we'll have to do more than expand that.
This is unfortunate. It has to do with the cache being cold. On first use, import-js will kick off a background thread indexing modules in your project structure. So on...
Are you using watchman by any chance? (see docs here: https://github.com/Galooshi/import-js#things-to-note) I'm using watchman and haven't noticed this issue.
The docs for the CLI tool are thin, I agree. I’d be happy to accept a PR updating the readme file!
I like this idea, and I wonder if we could make a cheap test in one of the clients before we try it out? Clients now what variables they go...
@ivangeorgiew do you want to push that as a PR? I'm happy to review and merge.
Again, thank you for finding and reporting all these issues!
Good point. This should be pretty easy to fix. We have to be a little but careful about comparing directly against `path_to_current_file` because I'm not sure all editor plugins pass...
I suggest looking into using the `aliases` configuration option: https://github.com/Galooshi/import-js/blob/master/README.md#aliases