swc/ecmascript/preset-env
강동윤 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
..
benches fix(swc): Fix bugs (#1820) 2021-06-12 15:39:39 +09:00
scripts fix(swc): Fix bugs (#1820) 2021-06-12 15:39:39 +09:00
src fix(es/transforms): Fix transforms (#1861) 2021-06-26 16:02:15 +09:00
tests fix(es/transforms): Fix transforms (#1909) 2021-07-10 11:18:28 +00:00
Cargo.toml fix(es/ast): Fix handling of reserved words (#1891) 2021-07-04 19:44:33 +09:00
package.json fix(swc): Fix bugs (#1820) 2021-06-12 15:39:39 +09:00