Implement class private and public checking
enhancementchecking
Currently properties are differentiated between public and private. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_properties
There are a few things to investigate and finish
- When they can be accessed which I think is based on the position
- Whether better diagnostics can be displayed, other that it is missing
Also to investigate: whether publicity should be merged into property
0 条评论