Nicklas
Results
2
comments of
Nicklas
The problem with private members can be solved by using an expression instead of `keyof`. E.g. ```ts class Example { private secret: string; @computedFrom(x => x.hidden) public get wisperedSecret(): string...
So how about keeping it familiar, but still different enough to not cause confusion - instead of the normal single colon : for inheritance, this could use double colons ::...