We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To minimize transitive dependencies for consumers of this library, it would be great to not need yaml_elixir as a runtime dependency.
yaml_elixir
I imagine that the yaml files could be parsed and stored as Elixir code during the build process.
yaml
I haven't checked the codebase yet. I assume this is implementable with some basic macro programming.
What do you think? I'd be willing to implement this if you agree that it's a good idea.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To minimize transitive dependencies for consumers of this library, it would be great to not need
yaml_elixir
as a runtime dependency.I imagine that the
yaml
files could be parsed and stored as Elixir code during the build process.I haven't checked the codebase yet.
I assume this is implementable with some basic macro programming.
What do you think?
I'd be willing to implement this if you agree that it's a good idea.
The text was updated successfully, but these errors were encountered: