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

Tuple members should be optionally named #1275

Open
karthiknadig opened this issue Jul 18, 2023 · 1 comment
Open

Tuple members should be optionally named #1275

karthiknadig opened this issue Jul 18, 2023 · 1 comment
Labels
feature-request Request for new features or functionality metaModel
Milestone

Comments

@karthiknadig
Copy link
Member

Example:
(uint inclusiveStart, uint exclusiveEnd)

/cc @CyrusNajmabadi

@dbaeumer
Copy link
Member

dbaeumer commented Aug 7, 2023

This will not be easy to achieve since TS doesn't support it and we generate the meta model out of TS Code. One idea would be to use special comments.

@dbaeumer dbaeumer added this to the 3.18 milestone Aug 7, 2023
@dbaeumer dbaeumer added feature-request Request for new features or functionality and removed feature request labels Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality metaModel
Projects
None yet
Development

No branches or pull requests

2 participants