Changelog: swc v1.1.30
#
Bugfix#694)#
enum with initializer (Previously, swc
worked well with enum without an initilaizer, but enum with initilaizer was broken.
From now on, swc
emits the same output as tsc
for enum.
#693)#
Span of assignment pattern (Thanks to @dsherret, span of an assignment pattern become exact.