mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-19 22:07:42 -05:00
feat(26217): Add missing member fix should work for missing function (#41215)
* feat(26217): Add missing function declaration QF * use codeFixAvailable instead of codeFix * add diagnostics messages 'Method not implemented.' and 'Function not implemented.' * use codeFixAvailable instead of codeFix * fix signature types
This commit is contained in:
@@ -6195,6 +6195,23 @@
|
||||
"category": "Message",
|
||||
"code": 95155
|
||||
},
|
||||
"Add missing function declaration '{0}'": {
|
||||
"category": "Message",
|
||||
"code": 95156
|
||||
},
|
||||
"Add all missing function declarations": {
|
||||
"category": "Message",
|
||||
"code": 95157
|
||||
},
|
||||
"Method not implemented.": {
|
||||
"category": "Message",
|
||||
"code": 95158
|
||||
},
|
||||
"Function not implemented.": {
|
||||
"category": "Message",
|
||||
"code": 95159
|
||||
},
|
||||
|
||||
|
||||
"No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer.": {
|
||||
"category": "Error",
|
||||
|
||||
Reference in New Issue
Block a user