oxc/crates/oxc_parser/src
Boshen d65c652700
feat(parser): display jsx mismatch error, e.g. <Foo></Bar> (#3696)
relates #3548 

I'll remove the closing name in a follow up PR.

The snapshot is incorrect, so I created a follow up issue:
https://github.com/oxc-project/oxc/issues/3697
2024-06-16 01:05:28 +08:00
..
js fix(parser): should parser error when function declaration has no name (#3461) 2024-05-30 19:58:50 +08:00
jsx feat(parser): display jsx mismatch error, e.g. <Foo></Bar> (#3696) 2024-06-16 01:05:28 +08:00
lexer chore: change all usages of static_assertions to dev-dependencies (#3654) 2024-06-13 13:18:53 +08:00
ts fix(parser): should parser error when function declaration has no name (#3461) 2024-05-30 19:58:50 +08:00
context.rs feat(parser): parse decorators properly (#2603) 2024-03-04 19:30:41 +08:00
cursor.rs refactor(parser): clean up ParserState (#3345) 2024-05-19 01:30:16 +08:00
diagnostics.rs feat(parser): display jsx mismatch error, e.g. <Foo></Bar> (#3696) 2024-06-16 01:05:28 +08:00
lib.rs refactor(parser): clean up ParserState (#3345) 2024-05-19 01:30:16 +08:00
list.rs refactor(parser): wrapper type for parser (#2339) 2024-02-07 23:22:08 +08:00
state.rs refactor(parser): clean up ParserState (#3345) 2024-05-19 01:30:16 +08:00