Changelog: swc v1.2.45
#
Bugfixes#1227)#
Escapes in string literals (This was a regression caused by some works related to span (and sourcemaps). I fixed it and swc can emit es5 code as before.
#1307)#
Panic on aliased reexports (This is a regresssion caused by promoting namespaced re-exports like (export * as foo from 'foo'
) to es2020
from esnext
. This is now fixed.
#1306)#
Private class properties (swc previously miscompiled
but now swc compiles it correctly. Actaully the fix was addition of one line.
#1134)#
Preserve imports (This is also a regression, but it's now fixed.
#
Features#1325)#
Support for typescript namespace (swc now supports typescript namespace.