ruff/crates/ruff_python_parser/src
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
..
lexer Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
snapshots Rename JoinedStr to FString in the AST (#6379) 2023-08-07 17:33:17 +00:00
context.rs Remove Parse trait (#6235) 2023-08-01 18:35:03 +02:00
function.rs Introduce an Arguments AST node for function calls and class definitions (#6259) 2023-08-02 10:01:13 -04:00
lexer.rs Support help end escape command with priority (#6272) 2023-08-07 21:01:02 +05:30
lib.rs Use Jupyter mode while parsing Notebook files (#5552) 2023-08-05 00:32:07 +00:00
parser.rs Remove Parse trait (#6235) 2023-08-01 18:35:03 +02:00
python.lalrpop Remove async AST node variants for with, for, and def (#6369) 2023-08-07 16:36:02 +00:00
python.rs Remove async AST node variants for with, for, and def (#6369) 2023-08-07 16:36:02 +00:00
soft_keywords.rs Replace .map_or(false, $closure) with .is_some_and(closure) (#6244) 2023-08-01 19:29:42 +02:00
string.rs Rename JoinedStr to FString in the AST (#6379) 2023-08-07 17:33:17 +00:00
token.rs Remove unused parser modes 2023-08-01 13:10:07 +02:00
typing.rs Replace .map_or(false, $closure) with .is_some_and(closure) (#6244) 2023-08-01 19:29:42 +02:00