oxc/crates/oxc_parser/src
2024-03-11 19:49:51 +08:00
..
js chore(parser): make sure all span.end >= span.start (#2681) 2024-03-11 19:49:51 +08:00
jsx fix(parser): fix span for JSXEmptyExpression with comment (#2673) 2024-03-11 10:50:33 +00:00
lexer fix(parser): fix duplicated comments during parser rewind (#2600) 2024-03-04 14:07:33 +08:00
ts fix(parser): fix span start for return type in function type (#2660) 2024-03-10 13:32:25 +08:00
context.rs feat(parser): parse decorators properly (#2603) 2024-03-04 19:30:41 +08:00
cursor.rs chore(parser): make sure all span.end >= span.start (#2681) 2024-03-11 19:49:51 +08:00
diagnostics.rs feat(parser): recover from async x [newline] => x (#2375) 2024-02-10 11:19:08 +08:00
lib.rs fix(parser): fix duplicated comments during parser rewind (#2600) 2024-03-04 14:07:33 +08:00
list.rs refactor(parser): wrapper type for parser (#2339) 2024-02-07 23:22:08 +08:00
state.rs