es-analysis / plato

JavaScript source code visualization, static analysis, and complexity tool

Repository from Github https://github.comes-analysis/platoRepository from Github https://github.comes-analysis/plato

plato.inspect does not recognize files with '.es' extension.

kburson opened this issue · comments

I have a hybrid project, some files are es6 (file extension .es) and some are ES5 ( file extension .js).
When I run plato analysis, only the *.js files are analyzed, not the *.es files. I am able to get jshint, jscs and eslint to all load and analyze the *.es files, but not plato...

I saw an issue that was closed earlier stating that it would be in v2.0, when will that be out? Is it possible to get this fix into 1.3.x ?

Thanks