tc39/proposal-decorators

Issue in experimental transpiler using null coalesce

olee opened this issue · 2 comments

olee commented

Compare this transpilation:
image

against this one with null coalesce -> the brackets are missing in the transpilation:
image

The experimental transpiler is no longer being developed, please try out the updated Babel transform instead (though we'll soon be updating that with the latest updates to this spec).

olee commented

Oh, I thought no babel transpiler existed yet, as this is what is still written in the README.md
image