-
Notifications
You must be signed in to change notification settings - Fork 203
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
feat:: configurable formatter #565
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome. Just one comment about naming.
Can you also add documentation and maybe an example to the readme?
I've added an example but having a bit of struggle with the naming of the configuration function (naming is one of the hardest parts with programming after all 😄) so I'll have to get back to you on that. |
Thank you for the docs. Yes, naming is hard. Maybe |
Yeah that works, changed to |
Co-authored-by: Dominik Moritz <domoritz@gmail.com>
Hi! 👋
This is a proposal on how to enable customisation of the formatting step by adding the ability to add additional formatters programatically. In the example included in the test, a function type is formatted as a custom object defined by the consumer.
Example:
I'm looking forward to your feedback!