feat(codegen): Add WithResolverTransformer option#164
Conversation
WithTypeResolver option (based on #150)WithTypeResolver option
There was a problem hiding this comment.
Same request :)
Very hard to review major breaking features for public APIs with refactor code that moves stuff around.
Once PR is only with a given change, I'd love also to see a real world example of usage with the new API as Im not sure if this is really needed and if it can't be solved on the client side with just a helper function this might be better but again I don't know the use-case so hard for me to say what would be the best solution.
a332b37 to
edcd8f2
Compare
|
I'll rebase the code once #166 is merged, so there'll be only appropriate changes present in the PR. |
edcd8f2 to
d848880
Compare
|
Let's discuss live today but from quick glance seems to me we can keep our current convention and add |
|
I'm wondering whether we need to add To be fair though, we probably could have done that for all the other transformers as well, so maybe this is fine since it will make plugin code more standardized. |
d848880 to
8b9fd6f
Compare
WithTypeResolver optionWithResolverTransformer option
yevgenypats
left a comment
There was a problem hiding this comment.
Left some comments but looks good I think. cc @hermanschaaf @candiduslynx
0c52da7 to
c36c474
Compare
🤖 I have created a release *beep* *boop* --- ## [0.8.1](v0.8.0...v0.8.1) (2022-09-22) ### Features * **codegen:** Add `WithResolverTransformer` option ([#164](#164)) ([9529956](9529956)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Add
WithResolverTransformeroption (based on #150)