Merge pull request #23423 from Kingwl/add-braces

add support for add or remove braces to arrow function
This commit is contained in:
Mohamed Hegazy
2018-06-11 13:09:38 -07:00
committed by GitHub
31 changed files with 408 additions and 16 deletions

View File

@@ -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
}
}