-
Notifications
You must be signed in to change notification settings - Fork 55
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 gets not added #463
Comments
This is the normalized name that we use to match against variable names. It will for match things like The fact that the |
Nice, thanks so long. |
I haven't done much simultaneous development on import-js and atom-import-js at the same time. In this case, I think you can TDD the thing and call it done. That's what we've done in other cases when things haven't been properly indexed. |
Hi!
thanks for making this great tool!
I found that there is happening something strange.
I made a test repo: https://github.com/tujoworker/import-js-bug
git clone https://github.com/tujoworker/import-js-bug cd import-js-bug npm install
I use Atom Editor with the package "import-js" installed.
Once I try to index the sqlite database with the dependencies, noting than the index.js gets added.
But once I go into
./node_modules/react-anime/package.json
and change:... and I rerun the process to index the database, 'react-anime' gets added. Unfortunately with the name 'reactanime' (Where is this coming from?).
I would be happy if someone knows why the .min version is not supported.
Cordial,
Tobias
The text was updated successfully, but these errors were encountered: