oxc/crates/oxc_parser/src
overlookmotel aece1df561 fix(ast): visit Programs hashbang field first (#4368)
Visit `hashbang` before `directives` for `Program`.
2024-07-19 16:27:51 +00:00
..
js refactor(ast)!: reorder fields of ArrowFunctionExpression (#4364) 2024-07-19 14:12:05 +00:00
jsx refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00
lexer perf(parser): speed up parsing numbers with _ separators (#4259) 2024-07-15 12:27:47 +08: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 chore: remove unsafe_code = "warn" rust lint 2024-07-15 10:39:08 +08:00
diagnostics.rs refactor(parser): use error codes for ts diagnostics (#4335) 2024-07-18 16:09:25 +00:00
lib.rs fix(ast): visit Programs hashbang field first (#4368) 2024-07-19 16:27:51 +00:00
modifiers.rs fix(parser): avoid crashing on invalid const modifier (#4267) 2024-07-15 11:37:31 +00:00
state.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00