oxc/crates/oxc_parser/src
2024-07-10 16:39:10 +00:00
..
js fix(ast): put decorators before everything else. (#4143) 2024-07-10 02:03:05 +00:00
jsx refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00
lexer fix(lexer): incorrect lexing of large hex/octal/binary literals (#4072) 2024-07-10 16:39:10 +00:00
ts refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00
context.rs feat(parser): parse decorators properly (#2603) 2024-03-04 19:30:41 +08:00
cursor.rs fix(parser): fix asi error diagnostic pointing at invalid text causing crash (#4163) 2024-07-10 14:45:10 +00:00
diagnostics.rs feat(parser): parse modifiers with parse_modifiers (take 2) (#3977) 2024-06-30 03:46:34 +00:00
lib.rs refactor(ast)!: store span details inside comment struct (#4132) 2024-07-09 23:23:43 +08:00
modifiers.rs refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00
state.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00