duncanmakD
Denoβ€’3y agoβ€’
3 replies
duncanmak

Support for auto-accessors

I'm playing around with Decorators, it seems like with
"experimentalDecorators": false
, there's a problem with the generated JS if I include the new
accessor
keyword. It doesn't get down-leveled in the generated code, which is what I want to see (since I'm targetting the browser).
Was this page helpful?