swc/spack
강동윤 3262052e33
Improve performance and reduce binary size (#973)
spack:
 - Optimize resolver

swc_bunder:
 - Parallize merging of reexports
 - Remove useless `clone`s

swc_ecma_utils:
 - Migrate DropSpan to VisitMut

swc_ecma_transforms:
 - Migrate simple transforms to VisitMut
 - Ignore types to reduce binary size
 - Hide actual types so that we can optimize it in future without breaking change

swc_visit:
 - Apply transforms for vector in-place
 - Apply transforms for box in-place
2020-08-19 01:29:49 +09:00
..
integration-tests/react Make spack respect swcrc (#964) 2020-08-14 21:02:39 +09:00
scripts spack: super-fast bundler (#825) 2020-06-13 23:09:45 +09:00
src Improve performance and reduce binary size (#973) 2020-08-19 01:29:49 +09:00
tests Improve spack (#972) 2020-08-17 15:04:08 +09:00
.gitignore spack: enhancement (#845) 2020-06-15 23:28:15 +09:00
.npmignore Fix & bump version 2020-06-14 14:39:19 +09:00
Cargo.toml Improve performance and reduce binary size (#973) 2020-08-19 01:29:49 +09:00