강동윤
|
e448a8910c
|
Fix bugs (#710)
- The parser now supports parsing optional patterns in .d.ts files (Closes #709)
- The source map is handled properly (Closes #705, Closes #707)
|
2020-03-09 21:18:41 +09:00 |
|
강동윤
|
8f280c535c
|
Performance (#696)
- Parser performance is improved by ~15%
- Codegen performance is improved by ~90% (when comment and source map is enabled)
|
2020-03-01 20:05:03 +09:00 |
|
강동윤
|
f17e49934c
|
Add { Load, Resolve }
|
2020-02-15 12:52:06 +09:00 |
|
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 |
|
강동윤
|
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 |
|