Changelog: swc v1.1.25
#
Reduced dependenciesnpmlog
is replaced withprogress
request
is replaced withnode-fetch
The tree of dependency is now
#672)#
Removed random panic (swc
internally maintain positions information in a struct named SourceMap.
Previously, it had a bug that different files have overlapping spans when new_source_file
is called concurrently.
It was fixed by introducing an atomic variable.
#669)#
Fixed source map of async generator (swc
previously had a bug which generated invalid source map for the code below.