We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4529e8 commit 8987e56Copy full SHA for 8987e56
src/compiler/diagnosticMessages.json
@@ -4974,16 +4974,15 @@
4974
"category": "Message",
4975
"code": 95079
4976
},
4977
-
4978
"Add 'const' to unresolved variable": {
4979
4980
"code": 95080
4981
4982
"Add 'const' to all unresolved variables": {
4983
4984
"code": 95081
4985
4986
- "No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer." :{
+ },
+ "No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer.": {
4987
"category": "Error",
4988
"code": 18004
4989
0 commit comments