anko / eslisp

un-opinionated S-expression syntax and macro system for JavaScript
ISC License
528 stars 31 forks source link

Object getters and setters are not supported #22

Open anko opened 8 years ago

anko commented 8 years ago

That's this get:

At the moment, eslisp cannot emit this:

var obj = {
  a : get() { ... },
  b : set() { ... }
};

Raised by @lhorie in chat.