canjs / can-connect-feathers

The FeathersJS client library for DoneJS and can-connect
https://canjs.com/doc/can-connect-feathers.html
MIT License
10 stars 4 forks source link

Convert ES6 features to ES5 code so that uglify will not choke #28

Closed BigAB closed 7 years ago

BigAB commented 7 years ago

Fixes #27

This PR leaves a bad taste in my mouth, but it is the easiest way to move forward until we can implement a better solution.

This just converts ES6 features to ES5, but we should really consider a build step to do this for us so we can continue to use ES6 in the source code.

marshallswain commented 7 years ago

published as can-connect-feathers@2.0.0-beta.5