Changelog: swc v1.2.6
#
Bugfixes#854)#
catch parameter in regenerator (While porting regenerator, I forgot handling catch parameters. The bug was that swc
does not touch e
in the code below.
It's now fixed and works correctly.
#
New features#847)#
es2020 output (Optional chaining and nullish coalescing are enabled by default, and if you want to emit those as-is, you can now specify target: "es2020"
.