swc/ecmascript/parser/tests
강동윤 07e2cffb43
Fixes (#265)
swc_ecma_parsr:
 - fix parsing of invalid utf8 characters (#261)
 - fix parsing of function body (#257)
 - fix parsing of  () => (x = true) (#259)

swc_ecma_transforms:
 - fix default arguments in arrow expression (#254)
 - fix assignment pattern in array pattern (#260)
 - make amd / umd configurable. (#262)
2019-02-21 22:21:48 +09:00
..
jsx Implement serialize for ast nodes (#244) 2019-02-20 11:35:41 +09:00
test262-error-references/fail Fixes (#265) 2019-02-21 22:21:48 +09:00
test262-parser@8900484be1 ECMAScript parser (#1) 2018-01-12 16:53:06 +09:00
typescript Fixes (#265) 2019-02-21 22:21:48 +09:00
typescript-errors Typescript & parser for decorators 2019-01-07 19:43:47 +09:00
jsx.rs Implement serialize for ast nodes (#244) 2019-02-20 11:35:41 +09:00
test262.rs Shebang & small improvement for object rest spread (#184) 2019-02-13 11:08:21 +09:00
typescript.rs Implement serialize for ast nodes (#244) 2019-02-20 11:35:41 +09:00