swc/crates/swc_ecma_parser/tests
2022-06-11 08:10:49 +00:00
..
binding-pattern refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
comments fix(common): Fix the line number of errors (#4082) 2022-03-19 23:56:12 +09:00
common feat(es/ast): Add raw to Num (#4245) 2022-04-05 12:46:35 +00:00
errors fix(es/parser): Check for line break after async (#4940) 2022-06-11 08:10:49 +00:00
jsx feat(common): Reserve BytePos(0) for dummy spans (#4616) 2022-05-11 16:14:42 +00:00
shifted/empty-with-comments feat(common): Reserve BytePos(0) for dummy spans (#4616) 2022-05-11 16:14:42 +00:00
span feat(es/parser): Allow parsing files with missing close braces (#4187) 2022-03-30 20:31:24 +00:00
test262-error-references/fail feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
test262-parser@0e808c74fb refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
tsc feat(common): Reserve BytePos(0) for dummy spans (#4616) 2022-05-11 16:14:42 +00:00
typescript fix(es/parser): Allow negative bigint literal in types (#4938) 2022-06-11 04:15:21 +00:00
typescript-errors feat(es/parser): Reject accessors named constructor (#4520) 2022-05-04 05:45:57 +00:00
comments.rs fix(es/parser): Enable static blocks by default (#4334) 2022-04-15 07:31:41 +00:00
errors.rs feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
jsx.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
span.rs fix(es/parser): Enable static blocks by default (#4334) 2022-04-15 07:31:41 +00:00
test262.rs fix(es/compat): Change pass ordering of es2015 (#4029) 2022-03-15 14:17:03 +00:00
typescript.rs feat(es/parser): Reject invalid regex flags (#4404) 2022-04-23 05:43:52 +00:00
visitor.rs refactor(visit): Remove &dyn Node from Visit (#2984) 2021-12-07 14:34:16 +09:00