Open bigopon opened 1 year ago
At the moment, the readme doesn't mention the shape of decorator context for the case of get #set:
class A { @deco accessor id { get; #set } } function deco({}, context) {}
What will be the value of context.private?
context.private
At the moment, the readme doesn't mention the shape of decorator context for the case of get #set:
What will be the value of
context.private
?