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

Module dependencies without loading #1477

Merged
merged 6 commits into from
Dec 5, 2022
Merged

Module dependencies without loading #1477

merged 6 commits into from
Dec 5, 2022

Commits on Dec 1, 2022

  1. Add support for getting the dependencies of a module without loading it.

    Hopefully this should be faster as we just
    parse the module and expand the includes.
    
    We do not rename, typecheck, or evaluate anything.
    yav committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e54971e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    1f1e56c View commit details
    Browse the repository at this point in the history
  2. Fix test

    yav committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    5987dbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4014655 View commit details
    Browse the repository at this point in the history
  4. Remove typing stuff

    yav committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    2ef0d0d View commit details
    Browse the repository at this point in the history
  5. Add type annotations

    yav committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    a85c3a9 View commit details
    Browse the repository at this point in the history