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

feat: @struct type system hint #2965

Merged
merged 3 commits into from
Aug 24, 2021
Merged

feat: @struct type system hint #2965

merged 3 commits into from
Aug 24, 2021

Conversation

RomainMuller
Copy link
Contributor

Using the hint allows any interface to always be treated as a struct (as
long as all it's properties are readonly and it has no methods) even if
it has an I-prefixed name.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Using the hint allows any interface to always be treated as a struct (as
long as all it's properties are readonly and it has no methods) even if
it has an `I`-prefixed name.
@RomainMuller RomainMuller requested a review from a team August 20, 2021 08:14
@RomainMuller RomainMuller self-assigned this Aug 20, 2021
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Aug 20, 2021
@RomainMuller RomainMuller merged commit a4ed9a8 into main Aug 24, 2021
@RomainMuller RomainMuller deleted the rmuller/force-struct branch August 24, 2021 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants