mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-25 02:50:59 -05:00
Merge pull request #23423 from Kingwl/add-braces
add support for add or remove braces to arrow function
This commit is contained in:
@@ -4402,5 +4402,17 @@
|
||||
"Convert named imports to namespace import": {
|
||||
"category": "Message",
|
||||
"code": 95057
|
||||
},
|
||||
"Add or remove braces in an arrow function": {
|
||||
"category": "Message",
|
||||
"code": 95058
|
||||
},
|
||||
"Add braces to arrow function": {
|
||||
"category": "Message",
|
||||
"code": 95059
|
||||
},
|
||||
"Remove braces from arrow function": {
|
||||
"category": "Message",
|
||||
"code": 95060
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user