gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

Convert files to ES6

Open elchroy opened this issue 9 years ago • 1 comments

Modify library and files to ES6 standard

The following updates were added.

  • Change normal functions to arrow functions.
  • Use template literals for string interpolation
  • Use let for some variables.

elchroy avatar Oct 07 '16 17:10 elchroy

This looks fine but what is the motivation for moving to ES6? My understanding is it's useful for larger projects, but for simple things like this, the compatibility issues might still be more problems than its worth

msfeldstein avatar Oct 15 '16 00:10 msfeldstein