swc/ecmascript/parser/tests
강동윤 51d0cef287
fix: Fix bugs (#1516)
swc_ecma_ast:
 - Support TypeScript 4.3. (#1517)

swc_ecma_parser:
 - Support new syntaxes from typescript 4.3. (#1517) 

swc_ecma_transforms_compat:
 - Fix '\\`' in template literals. (#1488)
 - `classes`: Fix super calls. (#1490)

swc_ecma_transforms_module:
 - Respect `esModuleInterop` for dynamic imports. (#1480)

swc_ecma_transforms_typescript:
 - `strip`: Remove `declare`-d namespaces. (#1508)
2021-03-30 16:47:12 +09:00
..
binding-pattern feat(ecmascript/parser): Add tests for binding patterns (#1289) 2020-12-22 14:12:33 +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 fix(es): Improve performance (#1411) 2021-02-19 15:34:22 +09:00
span refactor(es/ast): Change TaggedTpl to have a Tpl (#1114) 2021-03-25 20:09:36 +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: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
typescript-errors fix(es/parser): Fix lexing of template literals. (#1450) 2021-03-03 17:46:36 +09:00
jsx.rs fix(es): Improve performance (#1411) 2021-02-19 15:34:22 +09:00
span.rs fix(es/ast): Remove TsTypeCastExpr it's not used (#1420) 2021-02-22 17:05:51 +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