thomasloh / 5to6

Convert ES5 code to ES6
MIT License
36 stars 4 forks source link

Why no ES6 code conventions for this repo #8

Open vivinjoy opened 8 years ago

vivinjoy commented 8 years ago

Why haven't you used ES6 features like classes, let, imports for this repository. Since it being a converter to ES6, it would be better for it to follow ES6 conventions

thomasloh commented 8 years ago

@vivinjoy That's definitely something on the list but I don't have the time to do it due to work. Please check out http://xto6.js.org/ or https://github.com/5to6/5to6-codemod

Thanks!