Skip to content
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

fix: pass schema through fromPartial #493

Merged
merged 1 commit into from
Jan 25, 2022

Conversation

Vilsol
Copy link
Collaborator

@Vilsol Vilsol commented Jan 24, 2022

Due to us now using prototypes, the output didn't contain any prototype fields, so we have to pass it through something that decodes the keys, and considering that it will be passed through fromPartial anyway, then this fits perfectly. We could even remove the fromPartial call in the output as there should be absolutely no difference and it removes a useless runtime call.

@Vilsol Vilsol requested a review from stephenh January 24, 2022 14:58
@stephenh stephenh merged commit 44b1cb5 into stephenh:bump-descriptors Jan 25, 2022
stephenh added a commit that referenced this pull request Feb 12, 2022
* feat: Bump ts-proto-descriptors.

* fix: pass schema through fromPartial (#493)

Co-authored-by: Vilsol <me@vil.so>
stephenh pushed a commit that referenced this pull request Feb 12, 2022
# [1.105.0](v1.104.1...v1.105.0) (2022-02-12)

### Features

* Bump ts-proto-descriptors. ([#489](#489)) ([d454448](d454448)), closes [#493](#493)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants