Soluto / shisell-js

A service agnostic library for building immutable scoped analytic event dispatchers with extra data, identities and lazy filters.
MIT License
41 stars 3 forks source link

Convert to babel #12

Closed Yshayy closed 9 years ago

odedw commented 9 years ago

You mean convert to ES2015?

Yshayy commented 9 years ago

Yep. I think it's also safe to use ES2016 features, at least those in stage > 1 (mainly async and rest/spread properties - https://github.com/tc39/ecma262).

odedw commented 9 years ago

It's a fairly small lib and it's already written. What would we gain from converting to ES2015/16? This would force users to transpile if they're using it on the client side.

Yshayy commented 9 years ago

I thought might be adding a dist folder and making the transpiled file the entry point (like in coffescript project?).
But that's a valid point, the project won't improve much if using ES2015/ES2016, and it will add a bit overhead.
So, Closing issue.