mkxml / scroll-proxy

:scroll: Easy scroll handling. Zero dependencies. ~2kb gzipped.
http://mkautzmann.github.io/scroll-proxy
MIT License
46 stars 4 forks source link

Going ES6 #16

Open mkxml opened 8 years ago

mkxml commented 8 years ago

I've been thinking recently that making a switch over to pure JS (EcmaScript 6) would be a better choice to help contributors get used with the codebase.

The idea is to keep the current API and port the CoffeeScript code over to ES6.

To make that possible we would need to use the popular tool called babel since ES6 support is not yet complete in the majority of the browsers we want to support.

It's important to cover this issues:

mkxml commented 8 years ago

Created es6-refactor branch for work related to this issue.