Closed hansemannn closed 6 years ago
Fixes #60, changes == equations to ===, changes " quotes to '. I'd love to do some ES6 work here as well, as its the perfect use-case for it, but you probably want to maintain SDK < 7.1 compatibility for a while?
==
===
"
'
I don’t see any need to move any modules to ES6 at this time.
Well, maintainibility, modern JavaScript, scalable code-bases.
Fixes #60, changes
==
equations to===
, changes"
quotes to'
. I'd love to do some ES6 work here as well, as its the perfect use-case for it, but you probably want to maintain SDK < 7.1 compatibility for a while?