swc/bundler/tests
강동윤 23aebacade
fix(bundler): Fix bundler (#1318)
swc_bundler:
 - Use two-context system properly.
 - Remove old logic.
 - keywords: Handle assignment pattern property.
 - keywords: Handle shorthand property.
 - keywords: Handle identifiers in declarations.

swc_ecma_transforms_typescript:
 - Do not remove import if there's non-type usage. (Related to denoland/deno#8978)

swc_ecma_transforms_optimization:
 - dce: Handle new expression correctly.
2021-01-11 19:38:20 +09:00
..
common fix(bundler): Fix bundler (#1318) 2021-01-11 19:38:20 +09:00
deno fix(bundler): Fix statement ordering issue (#1264) 2020-12-27 19:02:41 +09:00
deno-exec fix(bundler): Fix bundler (#1318) 2021-01-11 19:38:20 +09:00
fixture fix(bundler): Fix bundler (#1318) 2021-01-11 19:38:20 +09:00
deno.rs fix(bundler): Fix statement ordering issue (#1264) 2020-12-27 19:02:41 +09:00
fixture.rs fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00