swc/spack/tests
강동윤 e4ddfcc899
export * as ns is part of ES2020 (#1142)
swc_bundler:
 - Add direct support for `export * as ns from 'foo';`. (#1137)

swc_ecma_transforms:
 - Split `export` pass to `export_namespace_from` and `export_default_from`.

swc:
 - Enable `export * as ns` for targets lower than es2020.
2020-10-06 20:48:29 +09:00
..
deno-std Fix swc_bundler (#1075) 2020-09-16 18:28:10 +09:00
pass export * as ns is part of ES2020 (#1142) 2020-10-06 20:48:29 +09:00
fixture.rs bundler: fix bugs (#1105) 2020-10-02 11:07:40 +09:00
package.json Fix import of common js modules (#969) 2020-08-15 17:19:17 +09:00