ITADN

Implement class private and public checking

#219Openkaleidawave 创建于 2024-11-27
enhancementchecking
K
kaleidawavecommented
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 条评论