oxc/crates/oxc_parser/src
2024-03-06 16:16:03 +08:00
..
js refactor(parser): improve parsing of BindingPattern in TypeScript (#2624) 2024-03-06 16:16:03 +08:00
jsx [BREAKING CHANGE] Change Atom to Atom<'a> to make it safe (#2497) 2024-02-26 19:34:40 +08:00
lexer fix(parser): fix duplicated comments during parser rewind (#2600) 2024-03-04 14:07:33 +08:00
ts refactor(parser): improve parsing of BindingPattern in TypeScript (#2624) 2024-03-06 16:16:03 +08:00
context.rs feat(parser): parse decorators properly (#2603) 2024-03-04 19:30:41 +08:00
cursor.rs perf(parser): inline end_span and parse_identifier_kind which are on the hot path (#2612) 2024-03-05 15:39:53 +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 refactor(ast): change Option<Vec> to Vec for decorators (#84) 2023-03-02 15:52:46 +08:00