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 :gen/resolve property #1043

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Apr 19, 2024

  1. Add :gen/resolve property

    This works much like `:gen/gen`, but will first attempt to resolve the
    fully-qualified symbol. This separation means that malli schemas are
    free to carry around this extra data about where generators live,
    without having to have them loaded at runtime. Instead, generators
    declared in this way are dynamically loaded when used.
    jgdavey committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    81d1103 View commit details
    Browse the repository at this point in the history