ternjs/tern_for_sublime

Definition about ES6 .tern-project file

easyfrog opened this issue · 2 comments

If I use 'es_modules: {}inpluginsto handle es6'simportandexport. and the loadEagerly` is necessary?

qq20170219-093345 2x

If you load files through a module system, you don't have to tell Tern about them with loadEagerly.

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

look this:

  1. write loadEagerly:
    with1
    and give me correctly result:
    withloadeagerly

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