phenomejs / phenome

The ultimate cross-framework component compiler
http://phenomejs.org
MIT License
71 stars 8 forks source link

React compiler: add support for computed setters #10

Closed nolimits4web closed 6 years ago

nolimits4web commented 6 years ago

In the following context:


{
  computed: {
    foo: {
      set(newValue) {...},
      get() {...},
   }
}