swc/spack/tests
강동윤 104be9837b
fix(es/transforms): Fix transforms (#1909)
swc_ecma_transforms_compat:
 - `regenerator`: Use es6 import while folding module. (#1641)
 - `typeof_symbol`: Handle `undefined` specially. (#1843)
 - `regenerator`: Do not create useless codes. (#1687)
 - `typeof_symbol`: Migrate to `VisitMut`.

swc_ecma_transforms_module:
 - Add `import_hoister`.
 - Improve import analyzer. (#1682)
 - Allow overriding `export *` wth named exports. (#1714)

swc_ecma_transforms_testing:
 - Add a hack for `regenerator-runtime`.

swc:
 - Run import analyzer ahead of time. (#1682)

misc:
 - Downgrade rustc to the version rust-analyzer supports.
2021-07-10 11:18:28 +00:00
..
deno-std Fix swc_bundler (#1075) 2020-09-16 18:28:10 +09:00
integration/react chore: Organize project (#1849) 2021-06-24 17:01:21 +09:00
pass fix(es/transforms): Fix transforms (#1909) 2021-07-10 11:18:28 +00:00
fixture.rs fix(es/transforms): Fix transforms (#1909) 2021-07-10 11:18:28 +00:00
package.json bundler: Allow importing and exporting from same module (#1152) 2020-10-09 19:10:25 +09:00