Commits
Click on a commit to change the comparison rangeFix parser type safety for stricter AST types
- Handle token.value being str | None by using `or ""` fallback
- Fix parse_variable_definition to not use `and` for side effects
- Use properly typed variable in parse_nullability_assertion
- These fixes prepare for stricter type checking in frozen dataclasses4 days ago
by corydolphin