oxc/crates/oxc_semantic/tests
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
..
conformance test(semantic): add comprehensive regression test suite (#5976) 2024-09-25 02:24:57 +00:00
fixtures refactor(ast): type params field before params in TS function declaration types (#6391) 2024-10-11 09:57:28 +00:00
integration refactor(oxc)!: remove passing Trivias around (#6446) 2024-10-11 06:09:25 +00:00
main.rs feat(ast)! add source_text to Program (#6444) 2024-10-11 04:13:41 +00:00