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

Add helper functions for common ways of filtering nodes #1137

Commits on Apr 29, 2024

  1. Make the nodes fields filtering process - from libcst.tool - public, …

    …so that other libraries may provide their own custom representation of LibCST graphs.
    zaicruvoir1rominet committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    88e11b6 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Create functions to access & filter CST-node fields (with appropriate…

    … docstrings & tests), in libcst.helpers
    zaicruvoir1rominet committed May 1, 2024
    Configuration menu
    Copy the full SHA
    25efeed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16f1761 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20bbc19 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    3f3ec51 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Linters pass

    zaicruvoir1rominet committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7ce7113 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Pyre check pass ?

    zaicruvoir1rominet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fd3646b View commit details
    Browse the repository at this point in the history