easyfrog opened this issue 8 years ago · 2 comments
If I use 'es_modules: {}inpluginsto handle es6'simportandexport. and the loadEagerly` is necessary?
in
to handle es6's
and
. and the
If you load files through a module system, you don't have to tell Tern about them with loadEagerly.
loadEagerly
But if I don't write loadEagerly in .tern-project, tern wile not analyse any module at all.
.tern-project
look this:
write loadEagerly: and give me correctly result:
without loadEagerly: and without any tips.