feat(40750): add refactoring to infer a return type annotation to a function (#41052)

This commit is contained in:
Oleksandr T
2020-11-04 02:22:13 +02:00
committed by GitHub
parent 31927549eb
commit 09048656d2
19 changed files with 367 additions and 1 deletions

View File

@@ -5979,6 +5979,10 @@
"category": "Message",
"code": 95147
},
"Infer function return type": {
"category": "Message",
"code": 95148
},
"No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer.": {
"category": "Error",