tststs / atom-ternjs

JavaScript code intelligence for atom with tern.js and autocomplete-plus
MIT License
628 stars 76 forks source link

Use with babel module-resolver #343

Open AlexSaenen opened 6 years ago

AlexSaenen commented 6 years ago

Hi,

I had trouble using your package in my project on anything coming from files I imported.

I realized finally it was because the paths to import the files are aliased by my babel module-resolver and thus are not relative. Whenever I import files regularly with the relative paths. ternjs works like a charm.

Is there anything I can do to make them work together? Or is it too big of a task to get this to work?

Thank you dearly

tststs commented 5 years ago

@AlexSaenen

Never used babel module-resolver before so actually i don't know. Can you provide an example repo for me with your problem? And also some information about if i need some other atom package.

Greetings!