swc/ecmascript/parser/tests
강동윤 104be9837b
fix(es/transforms): Fix transforms (#1909)
swc_ecma_transforms_compat:
 - `regenerator`: Use es6 import while folding module. (#1641)
 - `typeof_symbol`: Handle `undefined` specially. (#1843)
 - `regenerator`: Do not create useless codes. (#1687)
 - `typeof_symbol`: Migrate to `VisitMut`.

swc_ecma_transforms_module:
 - Add `import_hoister`.
 - Improve import analyzer. (#1682)
 - Allow overriding `export *` wth named exports. (#1714)

swc_ecma_transforms_testing:
 - Add a hack for `regenerator-runtime`.

swc:
 - Run import analyzer ahead of time. (#1682)

misc:
 - Downgrade rustc to the version rust-analyzer supports.
2021-07-10 11:18:28 +00: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/parser): Fix parser (#1808) 2021-06-09 23:02:13 +09:00
issue-1517 fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
issue-1751/case1 fix(swc): Fix bugs (#1753) 2021-05-27 11:59:04 +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@0e808c74fb fix(es/parser): Fix parsing of line terminators (#1755) 2021-06-15 00:39:03 +09:00
typescript fix(node-swc): Fix visitor (#1890) 2021-07-04 12:35:25 +00:00
typescript-errors fix(es/parser): Report error for wrong declare keywords (#1760) 2021-05-29 16:51:52 +09:00
comments.rs fix(swc): Fix bugs (#1529) 2021-04-02 18:47:05 +09:00
jsx.rs fix(es/transforms): Fix transforms (#1909) 2021-07-10 11:18:28 +00:00
span.rs fix(es/transforms): Fix transforms (#1909) 2021-07-10 11:18:28 +00:00
test262.rs fix(es/transforms): Fix transforms (#1909) 2021-07-10 11:18:28 +00:00
typescript.rs fix(es/parser): Fix lexing of numbers (#1821) 2021-06-12 08:47:13 +00:00