angelozerr / tern-lint

Tern plugin to validate JavaScripts files to collect semantic errors
http://ternjs.net/
MIT License
62 stars 13 forks source link

Excessive output when running from command line #66

Closed bmihelac closed 8 years ago

bmihelac commented 8 years ago

Hi,

following SO question I created little repository to test tern-lint.

Repository is available on github:

https://github.com/bmihelac/test-js-import-undefined/tree/tern-lint

I noticed that running from tmp directory which contains only one file with only one export declaration lint output is very big (over 3500 lines):

I included output: https://github.com/bmihelac/test-js-import-undefined/blob/tern-lint/tmp/lint.txt

Maybe I am just missing something obvious?

angelozerr commented 8 years ago

I have not this problem? Which line command do you use?

bmihelac commented 8 years ago

OK thanks I guess this one is safe to close as upgrading Node to 4.1 (was iojs-v2.2.1 blush) there is only one message, updated https://github.com/bmihelac/test-js-import-undefined/blob/tern-lint/tmp/lint.txt