You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ES6 could cut down on the quantity and complexity of the code. We already have a build process so plugging in babel for transpiling would be trivial. Even better, the change wouldn't have to all happen at once. We could do one file at a time or one ES6 feature at a time. It wouldn't change the SDK interface at all.
The text was updated successfully, but these errors were encountered:
Using ES6 could cut down on the quantity and complexity of the code. We already have a build process so plugging in babel for transpiling would be trivial. Even better, the change wouldn't have to all happen at once. We could do one file at a time or one ES6 feature at a time. It wouldn't change the SDK interface at all.
The text was updated successfully, but these errors were encountered: