Henric Persson
Henric Persson
Hi! Sorry you're hitting this issue! The same thing has been reported upstream as well: https://github.com/Galooshi/import-js/issues/515. The workaround is to install an older version of the plugin, or switch your...
It looks like this is the same issue as https://github.com/Galooshi/import-js/issues/515. Any help debugging this is deeply appreciated 🙏.
Thanks for the report. It sounds like we should support both those glob patterns. A PR adding some kind of normalization to the glob patterns (adding a `./` might be...
``` rm $(importjs cachepath) ``` Or run `importjs cachepath` to get a path to the cache, then delete that file some other way. Are you running Watchman? I think the...
> It might have been that I performed the file rename while Atom was closed. Would it also notice the change in that case? I believe it should pick up...
We had a similar issue a while back: https://github.com/Galooshi/atom-import-js/issues/12 I hope there's something in there that can help you get things resolved!
Thanks for reporting your issue. Can you tell me a little about the file structure for the project you're trying to run import-js in? I'm asking because that error is...
I'm glad you like the tool! Import-js should work without having watchman installed, although you'll have a much more pleasant experience when it is available. Here are installation instructions: https://facebook.github.io/watchman/docs/install.html...
At the moment, import-js doesn't have any support for typescript. To enable it, there are a few things we need to do: A) Change file watching to find *.ts files...
I think your analysis is spot on. Having better CSS selectors would work, but it would be better if we could resolve this in the happo-cypress library. Let me try...