Merge pull request #30565 from D0nGiovanni/m-template-literal-2

add refactoring: string concatenation to template literals
This commit is contained in:
Daniel Rosenwasser
2020-01-02 17:08:29 -08:00
committed by GitHub
25 changed files with 461 additions and 0 deletions

View File

@@ -5349,6 +5349,10 @@
"category": "Message",
"code": 95095
},
"Convert to template string": {
"category": "Message",
"code": 95096
},
"No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer.": {
"category": "Error",