oxc/crates/oxc_parser/src
Boshen 1dacb1fc5b
refactor(parser): use function instead of trait to parse delimited lists (#4014)
relates #3887

The rest of the list parsing trait implementations involves ... parsing
`rest`, which I'll refactor in another PR.
2024-07-02 14:47:56 +08:00
..
js refactor(parser): use function instead of trait to parse delimited lists (#4014) 2024-07-02 14:47:56 +08:00
jsx refactor(parser): improve parsing of TypeScript type arguments (#3923) 2024-06-26 07:16:18 +00:00
lexer feat(parser): parse modifiers with parse_modifiers (take 2) (#3977) 2024-06-30 03:46:34 +00:00
ts refactor(parser): use function instead of trait to parse delimited lists (#4014) 2024-07-02 14:47:56 +08:00
context.rs
cursor.rs refactor(parser): use function instead of trait to parse delimited lists (#4014) 2024-07-02 14:47:56 +08:00
diagnostics.rs feat(parser): parse modifiers with parse_modifiers (take 2) (#3977) 2024-06-30 03:46:34 +00:00
lib.rs refactor(parser): clean up try_parse (#3925) 2024-06-26 11:18:02 +00:00
list.rs refactor(parser): use function instead of trait to parse normal lists (#4003) 2024-07-01 15:57:36 +00:00
modifiers.rs feat(parser): parse modifiers with parse_modifiers (take 2) (#3977) 2024-06-30 03:46:34 +00:00
state.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00