kittenipc/kitcom/internal/tsgo/diagnostics/extraDiagnosticMessages.json
2025-10-15 10:12:44 +03:00

43 lines
1.2 KiB
JSON

{
"Do not print diagnostics.": {
"category": "Message",
"code": 100000
},
"Run in single threaded mode.": {
"category": "Message",
"code": 100001
},
"Generate pprof CPU/memory profiles to the given directory.": {
"category": "Message",
"code": 100002
},
"Non-relative paths are not allowed. Did you forget a leading './'?": {
"category": "Error",
"code": 5090
},
"A JSDoc '@type' tag on a function must have a signature with the correct number of arguments.": {
"category": "Error",
"code": 8030
},
"A JSDoc '@type' tag may not occur with a '@param' or '@returns' tag.": {
"category": "Error",
"code": 8040
},
"Failed to delete file '{0}'.": {
"category": "Message",
"code": 6353
},
"Project '{0}' is out of date because config file does not exist.": {
"category": "Message",
"code": 6401
},
"Project '{0}' is out of date because input '{1}' does not exist.": {
"category": "Message",
"code": 6420
},
"Project '{0}' is out of date because it has errors.": {
"category": "Message",
"code": 6423
}
}