You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to keep the library as simple and easy to use as possible. What is the advantage in disabling the generation of certain code? Tree shaking will remove it if you don't use it anyway.
I don't see how adding the ability to disable parsing/serialization of code makes it more complicated, especially if both are enabled by default. 99% of my classes don't require serialization so when I would write CrimsonWriter(bytes)., I would get a lot of method suggestions that I don't need. I understand its not a must have, but it is a nice-to-have.
It would be nice to be able to disable generating serialization or parsing code as such:
It would also be useful to add a property for disabling the list methods. This should also be configurable from the build.yaml.
The text was updated successfully, but these errors were encountered: