swc/ecmascript/parser/tests
Bartek Iwańczuk 9cb32cbb75
fix: readonly is not stripped from private prop (#916)
swc_ecma_codegen:
 - Fix printing logic of literals and template literals
 - Fix printing of hex

swc_ecma_parser:
 - Track raw string correctly

swc_ecma_transforms:
 - typescript: Handle class properties (readonly)
 - typescript: Handle enums inside function

Co-authored-by: 강동윤 <kdy1997.dev@gmail.com>
2020-07-30 22:40:43 +09:00
..
common Improve ux using swc as a rust library (#893) 2020-07-25 20:26:04 +09:00
jsx Improve ux using swc as a rust library (#893) 2020-07-25 20:26:04 +09:00
test262-error-references/fail Improve ux using swc as a rust library (#893) 2020-07-25 20:26:04 +09:00
test262-parser@de8a208ff4 Add more tests (#489) 2019-12-09 21:02:51 +09:00
typescript fix: readonly is not stripped from private prop (#916) 2020-07-30 22:40:43 +09:00
typescript-errors Support parsing declare properties (#897) 2020-07-26 12:53:41 +09:00
jsx.rs Improve ux using swc as a rust library (#893) 2020-07-25 20:26:04 +09:00
test262.rs Improve ux using swc as a rust library (#893) 2020-07-25 20:26:04 +09:00
typescript.rs Improve ux using swc as a rust library (#893) 2020-07-25 20:26:04 +09:00