Hacker News new | past | comments | ask | show | jobs | submit login

Sorry, which code?

If you want getters and setters, you'll use standard ES6




> Sorry, which code?

a normal "count = 0" used in the examples.

a Nue "count = 0;" isn't the same as a ES6 "count = 0;". It needs compilation. I think trying to convince developers of the opposite won't help much grow a community.


When a Nue component is compiled it creates a native ES6 class directly from the contents of the inner script tag. The ES6 code is not traversed at all, let alone altered. That is: count = 0 is a native ES6 class instance variable.


where is the class instance in count = 0?

It is implied, it will be supplied by the framework after compiling the code. So no, it is not a ES6 class instance variable.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: