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

cljs instrumentation: ensure malli.generator is available at runtime #685

Merged
merged 1 commit into from
Apr 5, 2022

Conversation

dvingo
Copy link
Contributor

@dvingo dvingo commented Apr 5, 2022

To resolve #684

This ensures the client code does not need to (require [malli.generator]) - the library code will require it instead so the compiler makes it available.

@ikitommi ikitommi merged commit 3599fbd into metosin:master Apr 5, 2022
@ikitommi
Copy link
Member

ikitommi commented Apr 5, 2022

Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cljs check should not require the user to require malli.generator
2 participants