oxc/crates/oxc_parser/src
overlookmotel 073b02af14 refactor(ast): type params field before params in TS function declaration types (#6391)
Our convention is that AST type fields are ordered in order they appear in source. Move `type_parameters` fields in TS function declaration types to before `this_param` and formal parameters.
2024-10-11 09:57:28 +00:00
..
js perf(parser): precompute is_typescript (#6443) 2024-10-11 03:39:38 +00:00
jsx perf(parser): precompute is_typescript (#6443) 2024-10-11 03:39:38 +00:00
lexer refactor(oxc)!: remove passing Trivias around (#6446) 2024-10-11 06:09:25 +00:00
ts refactor(ast): type params field before params in TS function declaration types (#6391) 2024-10-11 09:57:28 +00:00
context.rs feat(parser): parse decorators properly (#2603) 2024-03-04 19:30:41 +08:00
cursor.rs fix(parser): change unterminated regex error to be non-recoverable (#5285) 2024-08-28 01:57:31 +00:00
diagnostics.rs refactor(parser): provide better error messages for const modifiers on class elements (#6353) 2024-10-08 08:23:32 +00:00
lib.rs refactor(oxc)!: remove passing Trivias around (#6446) 2024-10-11 06:09:25 +00:00
modifiers.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
state.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00