swc/ecmascript/parser/tests
강동윤 2c477780f0
fix(es): Fix bugs (#2222)
swc_ecma_parser:
 - Don't panic on `typeof import(T)`. (#2198)
 - Fix parsing of ternary. (#2196)

swc_ecma_transforms_base:
 - `fixer`: Handle unary in lhs of an exponentation expression. (#2191)

swc_ecma_transforms_compat:
 - Use variable for `this` in arrow expressions. (#2212)

swc_ecma_visit:
 - Add a trait `InjectVars`.

node_swc:
 - Increease recursion limit while deserializing. (#2223)
2021-09-09 20:45:20 +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/parser): Fix parser (#1808) 2021-06-09 23:02:13 +09:00
jsx fix(es/parser): Fix parsing of function in property names (#2076) 2021-08-14 15:12:26 +00:00
span fix(es/parser): Fix parsing of static blocks (#2200) 2021-09-03 14:57:23 +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(es): Fix bugs (#2222) 2021-09-09 20:45:20 +09:00
typescript-errors fix(es): Fix bugs (#2222) 2021-09-09 20:45:20 +09:00
comments.rs feat(es/parser, es/codegen, es/visit): Support static blocks in classes (#2130) 2021-08-30 00:03:14 +09:00
jsx.rs chore: Cleanup codes for fixture testing (#2070) 2021-08-14 06:34:04 +00:00
span.rs chore: Cleanup codes for fixture testing (#2070) 2021-08-14 06:34:04 +00:00
test262.rs perf(node/swc): Use mimalloc (#2068) 2021-08-13 18:39:13 +09:00
typescript.rs fix(es): Fix bugs (#2222) 2021-09-09 20:45:20 +09:00
visitor.rs fix(es): Fix simple bugs (#2077) 2021-08-14 18:34:14 +00:00