-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Missing property fix 2.2 #14133
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
Missing property fix 2.2 #14133
Conversation
src/compiler/diagnosticMessages.json
Outdated
@@ -3307,6 +3307,14 @@ | |||
"category": "Message", | |||
"code": 90015 | |||
}, | |||
"Add declaration for missing property '{0}'": { |
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.
Period.
src/compiler/diagnosticMessages.json
Outdated
"category": "Message", | ||
"code": 90016 | ||
}, | ||
"Add index signature for missing property '{0}'": { |
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.
Period.
"category": "Message", | ||
"code": 90016 | ||
}, | ||
"Add index signature for missing property '{0}'": { |
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.
No full stop here?
Porting changes reviewed in #14097 to release-2.2