matthewrobb / six

JavaScript you can bet on. [WARNING]: Progress has been suspended on this project most likely indefinitely
MIT License
227 stars 9 forks source link

Implement class properties #76

Open w8r opened 11 years ago

w8r commented 11 years ago
class Person {
  property: 'value'
  method(a){
    ...
  }
}
ghost commented 11 years ago

This is not going to be in the ES6 spec. Classes specifically avoids defining fields.