timruffles / js-todos

Finds TODOs/FIXMEs in JS source code using esprima
2 stars 1 forks source link

support es2017 #1

Closed piotr-s-brainhub closed 7 years ago

piotr-s-brainhub commented 7 years ago

I have a project in es2017 and I use ex. trailing commas in function syntax which is supported in NodeJS since 8.2.1.

Unfortunately js-todos doesn't handle this syntax.

piotr-s-brainhub commented 7 years ago

fixed