ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
803 stars 54 forks source link

If use ES6 import without 'loadEagerly' ,tern will not analyse any module #162

Closed easyfrog closed 7 years ago

easyfrog commented 7 years ago

If I don't write loadEagerly in .tern-project, tern wile not analyse any module at all.

look this:

  1. First with loadEagerly: with1 and give me correctly result: withloadeagerly

  2. without loadEagerly: without1 and without any tips. without2

marijnh commented 7 years ago

Duplicated at https://github.com/ternjs/tern_for_sublime/issues/162