Closed NickHeiner closed 4 years ago
Is it possible to destructure a private field off this? Something like:
this
class A { #p; f() { const {#p} = this; } }
No, see #4.
Thanks for answering, @ljharb
Is it possible to destructure a private field off
this
? Something like: