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

remove choice inheritance from TypeScript codegen #14953

Merged
merged 3 commits into from
Sep 7, 2022

Conversation

S11001001
Copy link
Contributor

@S11001001 S11001001 commented Sep 6, 2022

Fixes #14893.

CHANGELOG_BEGIN
- [codegen js] Interface choices are no longer inherited by implementing
  templates.  Instead, refer to the choice directly on the interface.
CHANGELOG_END

@S11001001 S11001001 added component/js-ecosystem TypeScript and React.js bindings team/ledger-clients Related to the Ledger Clients team's components. labels Sep 6, 2022
@S11001001 S11001001 self-assigned this Sep 6, 2022
@S11001001 S11001001 marked this pull request as ready for review September 6, 2022 21:18
@S11001001 S11001001 requested a review from a team September 6, 2022 21:19
Base automatically changed from 14067-iface-subs-views-ts-codegen to main September 7, 2022 16:31
CHANGELOG_BEGIN
- [codegen js] Interface choices are no longer inherited by implementing
  templates.  Instead, refer to the choice directly on the interface.
CHANGELOG_END
@stephencompall-DA stephencompall-DA force-pushed the 14893-no-choice-inheritance-ts-codegen branch from 84715ba to df3de08 Compare September 7, 2022 16:36
@S11001001 S11001001 enabled auto-merge (squash) September 7, 2022 16:38
@S11001001 S11001001 merged commit 7657ba0 into main Sep 7, 2022
@S11001001 S11001001 deleted the 14893-no-choice-inheritance-ts-codegen branch September 7, 2022 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/js-ecosystem TypeScript and React.js bindings team/ledger-clients Related to the Ledger Clients team's components.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove choice inheritance from TypeScript
2 participants