Mate Pek
Mate Pek
Hi @Liryna! I'm planning to look after it, but it could take a while.
Annotations would work but a separate option gives more visibility to this feature, don't you think?
[That's the idea](https://github.com/scalapb/ScalaPB/pull/1156). What do you think? Shall I start writing tests?
Bumped into this when I was searching for a solution for a similar problem +1
> Workaround: there is a way to access private fields with myObject["myPrivateField"] syntax. Thats not type safe. If you change your code you wont get error at compile time.
Every major languages have a way to access private/protected methods/variables. It is nice to avoid it and only interact/test the class using public methods/variables but let's face that **it can...
Cool, didn't know that. I guess it requires some typescript flag to be enabled because I weakly remember trying something like this before. Thanks.
Hello, It's cool that you made this PR and I don't wanna kill your mood just I need more time to review and adjust a bit. Meanwhile you can pack,...
Hello, I didn’t mean giving you tasks by that just started to write a list to myself. But if you know what I meant and can fix it even better...