proposal-class-public-fields
proposal-class-public-fields copied to clipboard
Stage 2 proposal for public class fields in ECMAScript
Results
12
proposal-class-public-fields issues
Sort by
recently updated
recently updated
newest added
Could we do about the repeated use of **_this**_ keyword in class centric Ecmascript code? Looking at any class centric ES2015 or typescript you will see **_this**_ being used a...
For private state, in https://github.com/zenparsing/es-private-fields/issues/22 , there is an issue of a field getting redefined with the same name, and what the semantics are. The resolution there seems to be...