Skip to content

feat(37409): Fixing > character in JSX text should have a "fix all in file" #37436

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

Merged
merged 2 commits into from
Mar 18, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' of https://github.com/Microsoft/TypeScript into…
… feat/37409
  • Loading branch information
a-tarasyuk committed Mar 17, 2020
commit 28d4685752207e10e104b34a05af9dd2478953d8
28 changes: 26 additions & 2 deletions src/compiler/diagnosticMessages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5521,14 +5521,38 @@
"category": "Message",
"code": 95101
},
"Wrap invalid character in an expression container": {
"Add '@class' tag": {
"category": "Message",
"code": 95102
},
"Wrap all invalid characters in an expression container": {
"Add '@this' tag": {
"category": "Message",
"code": 95103
},
"Add 'this' parameter.": {
"category": "Message",
"code": 95104
},
"Convert function expression '{0}' to arrow function": {
"category": "Message",
"code": 95105
},
"Convert function declaration '{0}' to arrow function": {
"category": "Message",
"code": 95106
},
"Fix all implicit-'this' errors": {
"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",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.