swc/ecmascript/parser/tests
강동윤 57d1aaf80f
fix(es): Fix various bugs (#1707)
swc_ecma_codegen:
 - Fix codegen of `\r\n` in template literals when targeting `es2020`. (denoland/deno#10282)

swc_ecma_parser:
 - Support non-identifier getters in typescript. (#1708)

swc_ecma_transforms_typescript:
 - Skip `export {}` if it was not a module. (#1706)
 - Skip `export {}` if the result is module without it. (#1706)
2021-05-17 22:27:59 +09:00
..
binding-pattern feat(ecmascript/parser): Add tests for binding patterns (#1289) 2020-12-22 14:12:33 +09:00
comments fix(swc): Fix bugs (#1529) 2021-04-02 18:47:05 +09:00
common fix(es): Improve performance (#1411) 2021-02-19 15:34:22 +09:00
issue-1517 fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
jsx feat(es): Support override syntax in class for TS 4.3 (#1541) 2021-04-06 17:06:18 +00:00
span fix(swc): Fix bugs (#1529) 2021-04-02 18:47:05 +09:00
test262-error-references/fail Fix a number of typos (#1412) 2021-02-20 15:18:09 +09:00
test262-parser@de8a208ff4 Add more tests (#489) 2019-12-09 21:02:51 +09:00
typescript fix(es): Fix various bugs (#1707) 2021-05-17 22:27:59 +09:00
typescript-errors feat(es): Support type-only import equals declaration (#1695) 2021-05-15 14:26:24 +09:00
comments.rs fix(swc): Fix bugs (#1529) 2021-04-02 18:47:05 +09:00
jsx.rs fix(es): Improve performance (#1411) 2021-02-19 15:34:22 +09:00
span.rs fix(es/ast): Remove TsSignatureDecl (#1531) 2021-04-04 20:12:17 +09:00
test262.rs parser: Parse member expression is object patterns (#1068) 2020-09-12 18:39:25 +09:00
typescript.rs fix(swc): Fix bugs for v1.2.52 (#1506) 2021-03-29 20:48:48 +09:00