swc/ecmascript/transforms
강동윤 ba13db54db
fix(bundler): Fix remaining bugs (#1296)
swc_bundler:
 -  Allow `export *` and `import` from same source. (denoland/deno#8828, denoland/deno#8725)
 -  Handle contextual keywords. (denoland/deno#8680)
 -  Prevent duplicated identifiers. (denoland/deno#8725)

swc_ecma_transforms:
 - dce: Preserve tags in tagged template literals. (denoland/deno#8746)
 - dce: Handle throw statement correctly. (denoland/deno#8736)
2020-12-28 19:53:40 +09:00
..
benches Improve performance (#993) 2020-08-26 20:50:18 +09:00
macros swc.rs (#1085) 2020-09-21 22:53:48 +09:00
scripts Add more tests (#489) 2019-12-09 21:02:51 +09:00
src fix(bundler): Fix remaining bugs (#1296) 2020-12-28 19:53:40 +09:00
tests fix(bundler): Fix remaining bugs (#1296) 2020-12-28 19:53:40 +09:00
Cargo.toml fix(bundler): Fix remaining bugs (#1296) 2020-12-28 19:53:40 +09:00
package.json Implement more methods for codegen (#902) 2020-07-27 22:58:42 +09:00