-
Notifications
You must be signed in to change notification settings - Fork 12.9k
add index signature for anonymous object literal type #26710
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
add index signature for anonymous object literal type #26710
Conversation
37f6a24
to
c516d57
Compare
@Kingwl please see implementation comments in #14951 (comment) - we'd rather have a solution based on the entire property access expression instead of creating an index signature as originally suggested. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(see comment)
@typescript-bot test this |
Heya @RyanCavanaugh, I've started to run the extended test suite on this PR at 2d01edd. You can monitor the build here. It should now contribute to this PR's status checks. |
⬆️ |
@typescript-bot test this again |
Heya @RyanCavanaugh, I've started to run the extended test suite on this PR at 2d01edd. You can monitor the build here. It should now contribute to this PR's status checks. |
@typescript-bot test this one more time? |
Heya @RyanCavanaugh, I've started to run the extended test suite on this PR at 2d01edd. You can monitor the build here. It should now contribute to this PR's status checks. |
@Kingwl this has a hairy conflict with master, can you investigate? |
I think the logic in this PR probably deserves less syntax-based checks and should probably be updated logic in |
Closing due to inactivity. Feel free to open a new PR later! |
Fixes #14951