kdy1
|
82e73b1121
|
Fix bugs (#659)
- Strip out const assertions (Closes #656)
- Fix exclude of the file matcher (Closes #658)
- Automatic typescript detection (Closes #655)
|
2020-02-12 15:07:45 +00:00 |
|
alubbe
|
45604fa6e7
|
Remove dependency renaming to enable WASM (#625)
This PR supercedes https://github.com/swc-project/swc/pull/621 and tries to remove dependency renaming to enable WASM, as discussed in https://github.com/swc-project/swc/issues/106
|
2020-02-05 11:20:25 +00:00 |
|
강동윤
|
8afa3413ea
|
Remove dependency on lazy_static and chashmap (#617)
- `lazy_static` is replaced by `once_cell`
- `chashmap` is replaced by `dashmap`
|
2020-01-30 23:29:12 +09:00 |
|
erikdesjardins
|
08ce8d0293
|
fix as_bool treating bitor like bitand (#596)
|
2020-01-20 08:22:52 +09:00 |
|
강동윤
|
2880250309
|
Manifest
|
2020-01-17 18:54:40 +09:00 |
|
kdy1
|
96e1dbe213
|
Improve hygiene and use JSXAttrValue (#592)
swc_ecmacript:
- use JSXAttrValue (Fixes #584)
swc_ecma_transforms:
- make hygiene pass check for exported vars (Fixes #591)
|
2020-01-17 05:45:33 +00:00 |
|
강동윤
|
5503cde085
|
Extract utils from swc_ecma_transforms (#575)
swc_ecma_transforms:
- extract utils
|
2020-01-08 10:55:22 +09:00 |
|