ProtectJS
ProtectJS copied to clipboard
Support ES6 Classes
class ES6_Object {
constructor () { ... }
get something () { ... }
set something () { ... }
someFunction () { ... }
static otherFunction () { ... }
...
}