Changelog: swc v1.1.32
#
Performance#697)#
24x faster for a large file (swc
now handles large source maps correctly, and
becomes
#
Bugfixes#698)#
this in for loop (swc
can handle this in a for loop with closure. An example is at below.
#699)#
function renaming (Previously, swc
failed to handle code like the code below because of a bug in resolver
pass.
It is now fixed.