You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
Is your feature request related to a problem?
Right now, the visit_ast method handles both, traversing the ast-tree and handling its knots. This is inefficient and confusing in some parts.
Desired solution
The method visit_ast should be reworked: traversing and handling the ast-tree should be separated.
Therefor compare: https://github.com/lars-reimann/api-editor/blob/main/package-parser/package_parser/utils/_ASTWalker.py
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: