Łukasz Lityński
Łukasz Lityński
`Imports could also easily be determined by simply scrolling to the top of the document, and most linters will notify you if you use a variable (or imported module) that...
I made PR in which I added semicolons: https://github.com/alexyoung/dailyjs-survey/pull/28
Or maybe using different AST library? `estraverse` could be more flexible. Estraverse visitor has just `enter` and `exit` methods: https://github.com/estools/estraverse so you could catch every AST node in one function...
and breadcrumbs should hide when in Project Explorer (hovering causes error) 
fixed sorting problem: 
fixed Uncaught Type Error
when is on ProjectExplorer pane ("Lupa") breadcrumbs stay  they shoud hide.
I've just added support for JSON files: 
It was always a plan. This will be possible with the new backend (it's my library called `power-scope`). But the new backend is not done yet. Although I'll look if...
Yeah, I've read this article of Marijn Haverbeke and it was very educational, Tern as library also can be good inspiration and starting point for such analysis. But I had...