vendor tsgo
This commit is contained in:
134
tools/tsgo/internal/diagnostics/extraDiagnosticMessages.json
Normal file
134
tools/tsgo/internal/diagnostics/extraDiagnosticMessages.json
Normal file
@@ -0,0 +1,134 @@
|
||||
{
|
||||
"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
|
||||
},
|
||||
"Set the number of checkers per project.": {
|
||||
"category": "Message",
|
||||
"code": 100003
|
||||
},
|
||||
"4, unless --singleThreaded is passed.": {
|
||||
"category": "Message",
|
||||
"code": 100004
|
||||
},
|
||||
"{0} references": {
|
||||
"category": "Message",
|
||||
"code": 100005
|
||||
},
|
||||
"1 reference": {
|
||||
"category": "Message",
|
||||
"code": 100006
|
||||
},
|
||||
"{0} implementations": {
|
||||
"category": "Message",
|
||||
"code": 100007
|
||||
},
|
||||
"1 implementation": {
|
||||
"category": "Message",
|
||||
"code": 100008
|
||||
},
|
||||
"Set the number of projects to build concurrently.": {
|
||||
"category": "Message",
|
||||
"code": 100009
|
||||
},
|
||||
"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
|
||||
},
|
||||
"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
|
||||
},
|
||||
"Multiple 'module.exports' assignments cannot be serialized for declaration emit.": {
|
||||
"category": "Error",
|
||||
"code": 6424
|
||||
},
|
||||
"Nested CommonJS export constructs cannot be serialized for declaration emit.": {
|
||||
"category": "Error",
|
||||
"code": 6425
|
||||
},
|
||||
"Locale must be an IETF BCP 47 language tag. Examples: '{0}', '{1}'.": {
|
||||
"category": "Error",
|
||||
"code": 6048
|
||||
},
|
||||
"Ignore the tsconfig found and build with commandline options and files.": {
|
||||
"category": "Message",
|
||||
"code": 1549
|
||||
},
|
||||
"tsconfig.json is present but will not be loaded if files are specified on commandline. Use '--ignoreConfig' to skip this error.": {
|
||||
"category": "Error",
|
||||
"code": 5112
|
||||
},
|
||||
"Option '--incremental' is only valid with a known configuration file (like 'tsconfig.json') or when '--tsBuildInfoFile' is explicitly provided.": {
|
||||
"category": "Error",
|
||||
"code": 5074
|
||||
},
|
||||
"Option '{0}' requires value to be greater than '{1}'.": {
|
||||
"category": "Error",
|
||||
"code": 5002
|
||||
},
|
||||
"Deduplicate packages with the same name and version.": {
|
||||
"category": "Message",
|
||||
"code": 100011
|
||||
},
|
||||
"Loading": {
|
||||
"category": "Message",
|
||||
"code": 100012
|
||||
},
|
||||
"Project '{0}'": {
|
||||
"category": "Message",
|
||||
"code": 100014
|
||||
},
|
||||
"Installing types for '{0}'": {
|
||||
"category": "Message",
|
||||
"code": 100013
|
||||
},
|
||||
"Fix All": {
|
||||
"category": "Message",
|
||||
"code": 100015
|
||||
},
|
||||
"Organize Imports": {
|
||||
"category": "Message",
|
||||
"code": 100016
|
||||
},
|
||||
"Remove Unused Imports": {
|
||||
"category": "Message",
|
||||
"code": 100017
|
||||
},
|
||||
"Sort Imports": {
|
||||
"category": "Message",
|
||||
"code": 100018
|
||||
},
|
||||
"File rename is not supported by the editor": {
|
||||
"category": "Error",
|
||||
"code": 8040
|
||||
},
|
||||
"JSDoc comment": {
|
||||
"category": "Message",
|
||||
"code": 100019
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user