ProtectJS icon indicating copy to clipboard operation
ProtectJS copied to clipboard

Support ES6 Classes

Open TremayneChrist opened this issue 8 years ago • 0 comments

class ES6_Object {
  constructor () { ... }
  get something () { ... }
  set something () { ... }
  someFunction () { ... }
  static otherFunction () { ... }
  ...
}

TremayneChrist avatar Feb 14 '17 15:02 TremayneChrist