Replies: 1 comment
-
Using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One issue with the current way of importing query type parsers/serializers is that they all live in one big object:
This prevents tree-shaking and increases bundle size unnecessarily.
The following could be done instead:
This change can be done in a non-breaking manner, by exporting individual parsers but building the bag of parsers from those exports for compatibility.
My question to y'all is about naming those individual exports:
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions