Changelog: swc v1.2.38
#
Bugfixes#1203)#
Parenthesis with comments (Previously [swc][] miscompiled
as
This is now fixed fundamentally. The parenthesis remover pass now checks if a comment exists for inner node.
#1196, #1205)#
bundler: Stack overflow / circular imports (Now dependencies of circular imports of exports are handled correctly and topo sort algorithm is now applied correctly.
The pr fixes number of bugs of deno bundle
.
#1199)#
bundler: Handle swc helpers (Now if you use bundler with [swc], the helpers of [swc][] will be efficiently emitted.
#1201)#
Caching of import.meta (Thanks to @nayeemrmn, multiple usage of import.meta
does not create multiple import.meta
object.
#1200)#
resolver: hoist class decls (Although class declarations are not hoisted, it's a top-level item and should be handled before function bodies.
I mean,
should be treated as