Closed callain closed 6 years ago
I will be glad to help :)
@callain Would you like to try to put in a PR for this?
Something happened while it was trying to require
test.js.
I will try ;)
Since changes to the package. This should be tested to see if it is still an issue.
Tested and working on version 2.2.0
Hello, here is the issue I have when I use this plugin.
Description
Adding import creates a lot of error, and makes Atom freeze when I import multiples variables or functions on the same line.
Steps to Reproduce
test.js
index.js
Expected behavior: It works fine
Actual behavior: It prints a lot of log inside the developer tools console. It is even worse when you add import with long names on the same line, Atom freeze. And I can only force close it.
Reproduces how often: Every time
Console errors
Versions
macOS High Sierra
Atom : 1.25.0-beta2 x64 autocomplete-modules : 1.11.0
Additional Information
I'm not sure if this an Atom Issue or autocomplete-modules issue. I will be glad to help :)