-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import dosen't works anymore :'( #16
Comments
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 (it needs to be installed globally). If you for some reason can't use watchman (or if the issue remains after watchman installation), I need a little more input from you:
|
Hi, thanks for the response. I just have an error like this one on the fix all imports function : The line(30:12): It should import this: When i use the function import word under cursor it works!! I think i know the issue.. i'm working in typescript.ts Seriously, if you can pimp your code/plugin or create an other one for .ts file. |
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 as well A is probably pretty easy. B could be easy as well, but I don't know much about the typescript parser, and how it differs from babylon (that we use currently). |
There are the errors i've in Atom:

I'm on Linux: Ubuntu
I need this magic plugin works on Atom.
I was on phpStorm be Atom is really nice but this plugin is price less.
Thx for your works.
I swear to see it fix in a moment. :)
The text was updated successfully, but these errors were encountered: