After completing a lot of Javascript coding, I just learned about the existence of various JS 'versions' such as ES5 and ES6.
My project is now up on Github, and someone advised me to convert my ES6 code to ES5 using Babel.
The problem is, I'm not sure which parts of my code are written in ES6. Rather than reading through all the ES6 specifications, I'd like to know if there's a tool or checker available that can identify all the ES6 code in my project?