ruff/crates/ruff_python_semantic/src/analyze
Charlie Marsh 3f0eea6d87
Rename JoinedStr to FString in the AST (#6379)
## Summary

Per the proposal in https://github.com/astral-sh/ruff/discussions/6183,
this PR renames the `JoinedStr` node to `FString`.
2023-08-07 17:33:17 +00:00
..
branch_detection.rs Use separate structs for expression and statement tracking (#6351) 2023-08-07 15:27:42 +00:00
function_type.rs Return a slice in StmtClassDef#bases (#6311) 2023-08-03 16:21:55 +00:00
logging.rs Allow capitalized names for logger candidate heuristic match (#6356) 2023-08-04 23:25:34 +00:00
mod.rs Extract shared simple AST node inference utility (#4871) 2023-06-05 18:23:37 +00:00
type_inference.rs Rename JoinedStr to FString in the AST (#6379) 2023-08-07 17:33:17 +00:00
typing.rs Respect typing_extensions imports of Annotated for B006. (#6361) 2023-08-05 17:39:52 +00:00
visibility.rs Use dedicated AST nodes on MemberKind (#6374) 2023-08-07 17:17:58 +00:00