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

Make it possible to pass a default resolver to Type::resolve() #256

Merged
merged 4 commits into from
Jan 17, 2021

Commits on Jan 16, 2021

  1. Make it possible to pass a default resolver to Type::resolve()

    This resolver will be called for any unqualified names and can
    check import statements as well as the current namespace, e.g.
    thekid committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    caa1a36 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Configuration menu
    Copy the full SHA
    8ee9ff3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d5aaa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e61e206 View commit details
    Browse the repository at this point in the history