Add inline variable refactor (#54281)

This commit is contained in:
Maria José Solano
2023-06-12 20:03:43 -07:00
committed by GitHub
parent 89cbea8e16
commit 31936ea36e
20 changed files with 483 additions and 2 deletions
+12
View File
@@ -7632,6 +7632,18 @@
"category": "Message",
"code": 95183
},
"Inline variable": {
"category": "Message",
"code": 95184
},
"Could not find variable to inline.": {
"category": "Message",
"code": 95185
},
"Variables with multiple declarations cannot be inlined.": {
"category": "Message",
"code": 95186
},
"No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer.": {
"category": "Error",