Changelog: swc v1.1.6
#
performance of transformsOverall performance of transform passes are improved, thanks to hygiene optimization. Especially, performance of resolver pass is drastically (~60%) improved.
#507)#
typescript parser bugfix (There was a bug which sets target of parser to es3, and it result in a bug that parser fails to parse getter and setter in typescript.