feat(37409): add fix all quick fix to fixInvalidJsxCharacters (#37436)

This commit is contained in:
Alexander T
2020-03-18 18:54:17 +02:00
committed by GitHub
parent f8083d2917
commit 0aa2e2783c
13 changed files with 130 additions and 58 deletions

View File

@@ -5525,7 +5525,7 @@
"category": "Message",
"code": 95100
},
"Wrap invalid character in an expression container": {
"Convert all invalid characters to HTML entity code": {
"category": "Message",
"code": 95101
},
@@ -5553,6 +5553,14 @@
"category": "Message",
"code": 95107
},
"Wrap invalid character in an expression container": {
"category": "Message",
"code": 95108
},
"Wrap all invalid characters in an expression container": {
"category": "Message",
"code": 95109
},
"No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer.": {
"category": "Error",