josephg / ShareJS

Collaborative editing in any app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleanup and move to es6

dignifiedquire opened this issue · comments

I want to suggest to move the code to es6 using bable. It makes things like the classes that are currently used much cleaner, and there is already a build process in place anyway.

Any thoughts on this?