oxc/crates/oxc_parser/src/ts
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
..
mod.rs
statement.rs perf(parser): precompute is_typescript (#6443) 2024-10-11 03:39:38 +00:00
types.rs refactor(ast): type params field before params in TS function declaration types (#6391) 2024-10-11 09:57:28 +00:00