swc/ecmascript/parser/tests
강동윤 3faefb5836
feat(es): TypeScript 4.2 (#1330)
swc_ecma_ast:
 - Add `is_abstract` to constructor types.

swc_ecma_codegen:
 - Fix codegen of `Bool`.
 - Implement codegen for abstract constructors.

swc_ecma_parser:
- Inline tsc parser test suite.
- Implement parsing of abstract constructor types.
2021-01-15 19:30:44 +09:00
..
binding-pattern feat(ecmascript/parser): Add tests for binding patterns (#1289) 2020-12-22 14:12:33 +09:00
common fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
jsx fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
span fix(ecmascript/parser): Fix span of declare decls. (#1282) 2020-12-19 23:48:13 +09:00
test262-error-references/fail feat(parser): Don't hang on unexpected inputs (#1274) 2020-12-14 16:37:11 +09:00
test262-parser@de8a208ff4 Add more tests (#489) 2019-12-09 21:02:51 +09:00
typescript feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
typescript-errors feat(parser): Don't hang on unexpected inputs (#1274) 2020-12-14 16:37:11 +09:00
jsx.rs Reduce size (#928) 2020-08-04 01:33:23 +09:00
span.rs Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
test262.rs parser: Parse member expression is object patterns (#1068) 2020-09-12 18:39:25 +09:00
typescript.rs fix(ci): Fix ci (OOM & library api change) (#1284) 2020-12-20 21:31:00 +09:00