강동윤
|
c56115793c
|
fix(es/parser): Fix parser (#1808)
swc_ecma_parser:
- Allow large numeric literals. (#1803)
- Allow long numeric literals. (#1806)
|
2021-06-09 23:02:13 +09:00 |
|
강동윤
|
eaeffabf74
|
fix(es): Improve performance (#1411)
swc_ecma_ast:
- Add `BindingIdent`.
- Reduce size of `Ident`.
|
2021-02-19 15:34:22 +09:00 |
|
강동윤
|
8a8db58f1c
|
fix(ecmascript): Fix bugs related to string literals (#1287)
swc_ecma_ast:
- Add `Str.kind`.
swc_ecma_transforms:
- Fix quotes in template literals. (#1280)
swc_ecma_codegen:
- Fix escape of single quotes. (#1259)
- Fix codegen of wrong escapes. (#1276)
swc:
- Ensure that #1271 is about napi's deserialization.
|
2020-12-22 04:27:18 +09:00 |
|
강동윤
|
a1d33d023a
|
Improve ux using swc as a rust library (#893)
swc_ecma_parser:
- Improve parser's error reporting story
- Replace `Session`, `Handler`, `Emitter` with Parser.take_errors()
- Expose `Error`
- Remove useless lifetime parameters
|
2020-07-25 20:26:04 +09:00 |
|
강동윤
|
9b8bfb2455
|
Use stable rustc (#886)
|
2020-07-24 02:18:22 +09:00 |
|