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 support for module import prefix on Python compiler #17286

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    41502a0 View commit details
    Browse the repository at this point in the history
  2. fix typos

    chrisirhc committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    91251f8 View commit details
    Browse the repository at this point in the history
  3. pass option to pyi_options

    attempt to add prefix only to public imports
    chrisirhc committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    ea69bde View commit details
    Browse the repository at this point in the history
  4. make pyi imports work

    chrisirhc committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    f15d605 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eabd05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b18420 View commit details
    Browse the repository at this point in the history
  7. add a simple test

    chrisirhc committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    457187e View commit details
    Browse the repository at this point in the history