Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented visit_AsyncFunctionDef in the AST->ASR visitor #2442

Merged
merged 5 commits into from
Dec 14, 2023

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    6f93c43 View commit details
    Browse the repository at this point in the history
  2. Removed unused parameters

    ujjwaltwitx authored and certik committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6737a06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f4dc32 View commit details
    Browse the repository at this point in the history
  4. removed unnecessary lines from the function, removed the visit_AsyncF…

    …unctionDef function from BodyVisitor and moved the function to common visitor
    ujjwaltwitx authored and certik committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3ee163e View commit details
    Browse the repository at this point in the history
  5. Removed whitespaces

    ujjwaltwitx authored and certik committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    31ccd83 View commit details
    Browse the repository at this point in the history