Changelog: swc v1.1.14
#
Bugfixes#601)#
throw in nested finally block (Previously,
make swc
panic. swc
is now ok with it.
It was really hard to create a minimal reporduction case.
#599)#
use-use conflict in hygiene (All of the _templateObject
in below code refer to differect function.
But as previously swc cannot detect use-use conflict, it was miscompiled as-is.
#596)#
Optimizer bug (Thanks to @erikdesjardins, swc's optimizer does not break codes like
#
Span improvementsThanks to @dsherret, there are more span improvements.