강동윤
|
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 |
|
강동윤
|
759d671df1
|
Don't print
|
2020-03-05 11:20:49 +09:00 |
|
David Sherret
|
0e8c5a6c93
|
Fix assignment pattern start when there is a type annotation (#693)
- Update dashmap to 3.5.1
Co-authored-by: 강동윤 <kdy1997.dev@gmail.com>
|
2020-02-29 10:29:34 +09:00 |
|
강동윤
|
1fc09caa2f
|
type-only import, exports (#662)
|
2020-02-13 22:56:13 +09:00 |
|
강동윤
|
8fb7c516d7
|
Better error message for missing browserslist. (#650)
Better error message for missing brwoserslist.
Fixes #648
|
2020-02-10 19:27:56 +09:00 |
|
강동윤
|
26eb4e3206
|
Collect all comments (#633)
- Comments are now appended
- pin dashmap's version
|
2020-02-07 14:32:43 +09: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 |
|
강동윤
|
8ecbe14207
|
hygiene: handle use-use conflict (#599)
Note that as we don't care about emitting a clean code, the renamed output may not match it of bind-bind conflict or bind-use conflict.
|
2020-01-22 10:43:59 +09:00 |
|
강동윤
|
806a6d97da
|
Regenerator (#554)
swc_ecma_transforms:
- implement regenerator pass
- add regenerator pass to es2015 preset
swc_ecma_preset_env:
- add regenerator
|
2020-01-02 20:53:06 +09:00 |
|
강동윤
|
31c1bc8a8a
|
Use browserslist by default if env is specified but targets are not specified
|
2019-12-28 23:43:23 +09:00 |
|
강동윤
|
a8d7482294
|
Revert "Run browserslist if the target is not specified"
This reverts commit f0c2021c5e .
|
2019-12-28 23:08:02 +09:00 |
|
강동윤
|
f0c2021c5e
|
Run browserslist if the target is not specified
|
2019-12-28 23:06:39 +09:00 |
|
강동윤
|
702800e0d9
|
Attach comments to correct node (#541)
|
2019-12-28 22:02:58 +09:00 |
|
강동윤
|
6fa85b646f
|
preset-env (#537)
swc_ecma_preset_env:
- can inject polyfills automatically
- can apply transforms automatically
swc:
- added env config to .swcrc
|
2019-12-28 11:25:54 +09:00 |
|