swc/wasm
강동윤 46c3d62ebd
fix(swc): Fix bugs (#1560)
spack:
 - Ensure that #1533 is fixed. (#1533) 

swc_ecma_parser:
 - Support `async override` in classes. (#1558)

swc_ecma_transforms_compat:
 - `async_to_generator`: Preserve this in async object methods. (#1575)
 - `nullish_coaelscing`: Fix assignments. (#1570)
 - `export_namespace_from`: Preserve order of statements. (#1457)

swc:
 - Disable aes. (#1583)
2021-04-17 06:00:14 +00:00
..
__tests__ Wasm (#691) 2020-05-07 18:17:57 +09:00
example Added example that shows how to run swc in the browser. Instructions can be found in swc/wasm/example/readme.txt (#871) 2020-06-30 11:14:07 +09:00
scripts Added example that shows how to run swc in the browser. Instructions can be found in swc/wasm/example/readme.txt (#871) 2020-06-30 11:14:07 +09:00
src fix(swc): Fix various bugs (#1550) 2021-04-08 12:55:02 +00:00
Cargo.toml fix(swc): Fix bugs (#1560) 2021-04-17 06:00:14 +00:00
package.json Wasm (#691) 2020-05-07 18:17:57 +09:00