Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Support ES6 Classes #13

Open
TremayneChrist opened this issue Feb 14, 2017 · 0 comments
Open

Support ES6 Classes #13

TremayneChrist opened this issue Feb 14, 2017 · 0 comments

Comments

@TremayneChrist
Copy link
Owner

class ES6_Object {
  constructor () { ... }
  get something () { ... }
  set something () { ... }
  someFunction () { ... }
  static otherFunction () { ... }
  ...
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant