oxc/crates/oxc_semantic/tests
DonIsaac 48821c0110 feat(semantic,syntax): add SymbolFlags::ArrowFunction (#4946)
There are many cases in lint rules where we want to see if a symbol is a
function by checking its SymbolFlags. This is currently not fully possible,
since variables assigned to arrow functions are not distinguished from any other
kind of variable. This PR adds `SymbolFlags::ArrowFunction` for variables that
are initialized to arrow functions. Symbols that are re-assigned to arrow
functions will not have this flag, but this is acceptable for lint rules.
2024-08-18 05:54:23 +00:00
..
fixtures/typescript-eslint feat(semantic,syntax): add SymbolFlags::ArrowFunction (#4946) 2024-08-18 05:54:23 +00:00
integration feat(semantic): check for invalid interface heritage clauses (#4928) 2024-08-16 02:30:09 +00:00
main.rs chore(semantic): fix incorrect reference id in snapshot (#4441) 2024-07-24 12:51:57 +00:00