swc/ecmascript/parser/tests
David Sherret 99c35ff980
refactor(es): Use BlockStmt instead Vec<Stmt> for static blocks. (#2188)
swc_ecma_ast:
 - Use `BlockStmt` instead of `Vec<Stmt>` for static blocks.

swc_ecma_parser:
 - Fix span of static blocks.
2021-08-31 16:12:18 +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 refactor(es): Use BlockStmt instead Vec<Stmt> for static blocks. (#2188) 2021-08-31 16:12:18 +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 easy bugs (#2178) 2021-08-29 20:40:52 +00:00
typescript-errors fix(es): Fix easy bugs (#2178) 2021-08-29 20:40:52 +00: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 easy bugs (#2178) 2021-08-29 20:40:52 +00:00
visitor.rs fix(es): Fix simple bugs (#2077) 2021-08-14 18:34:14 +00:00