oxc/crates/oxc_parser
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
..
examples refactor(oxc)!: remove passing Trivias around (#6446) 2024-10-11 06:09:25 +00:00
src refactor(ast): type params field before params in TS function declaration types (#6391) 2024-10-11 09:57:28 +00:00
Cargo.toml release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
CHANGELOG.md release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00