jasonkneen / RESTe

A simple JavaScript REST / API helper for Titanium
125 stars 34 forks source link

Adding security manager, linting source #65

Closed hansemannn closed 6 years ago

hansemannn commented 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?

jasonkneen commented 6 years ago

I don’t see any need to move any modules to ES6 at this time.

hansemannn commented 6 years ago

Well, maintainibility, modern JavaScript, scalable code-bases.