|
1051 | 1051 | "category": "Error", |
1052 | 1052 | "code": 1360 |
1053 | 1053 | }, |
1054 | | - |
1055 | 1054 | "The types of '{0}' are incompatible between these types.": { |
1056 | 1055 | "category": "Error", |
1057 | 1056 | "code": 2200 |
|
1080 | 1079 | "code": 2205, |
1081 | 1080 | "elidedInCompatabilityPyramid": true |
1082 | 1081 | }, |
1083 | | - |
1084 | 1082 | "Duplicate identifier '{0}'.": { |
1085 | 1083 | "category": "Error", |
1086 | 1084 | "code": 2300 |
|
2261 | 2259 | "category": "Error", |
2262 | 2260 | "code": 2614 |
2263 | 2261 | }, |
2264 | | - |
2265 | 2262 | "Cannot augment module '{0}' with value exports because it resolves to a non-module entity.": { |
2266 | 2263 | "category": "Error", |
2267 | 2264 | "code": 2649 |
|
2418 | 2415 | "category": "Error", |
2419 | 2416 | "code": 2689 |
2420 | 2417 | }, |
2421 | | - "An import path cannot end with a '{0}' extension. Consider importing '{1}' instead.": { |
| 2418 | + "An import path cannot end with a '{0}' extension. Consider importing '{1}' instead. If the extension is expected, please set 'emitExtension' in the compilerConfig.": { |
2422 | 2419 | "category": "Error", |
2423 | 2420 | "code": 2691 |
2424 | 2421 | }, |
|
2783 | 2780 | "category": "Error", |
2784 | 2781 | "code": 2781 |
2785 | 2782 | }, |
2786 | | - |
2787 | 2783 | "Import declaration '{0}' is using private name '{1}'.": { |
2788 | 2784 | "category": "Error", |
2789 | 2785 | "code": 4000 |
|
3148 | 3144 | "category": "Error", |
3149 | 3145 | "code": 4110 |
3150 | 3146 | }, |
3151 | | - |
3152 | 3147 | "The current host does not support the '{0}' option.": { |
3153 | 3148 | "category": "Error", |
3154 | 3149 | "code": 5001 |
|
3305 | 3300 | "category": "Error", |
3306 | 3301 | "code": 5077 |
3307 | 3302 | }, |
3308 | | - |
3309 | 3303 | "Generates a sourcemap for each corresponding '.d.ts' file.": { |
3310 | 3304 | "category": "Message", |
3311 | 3305 | "code": 6000 |
|
4060 | 4054 | "category": "Message", |
4061 | 4055 | "code": 6201 |
4062 | 4056 | }, |
4063 | | - "Project references may not form a circular graph. Cycle detected: {0}": { |
| 4057 | + "Project references may not form a circular graph. Cycle detected: {0}": { |
4064 | 4058 | "category": "Error", |
4065 | 4059 | "code": 6202 |
4066 | 4060 | }, |
|
4148 | 4142 | "category": "Message", |
4149 | 4143 | "code": 6223 |
4150 | 4144 | }, |
4151 | | - |
4152 | 4145 | "Projects to reference": { |
4153 | 4146 | "category": "Message", |
4154 | 4147 | "code": 6300 |
|
4157 | 4150 | "category": "Message", |
4158 | 4151 | "code": 6302 |
4159 | 4152 | }, |
4160 | | - |
4161 | 4153 | "Composite projects may not disable declaration emit.": { |
4162 | 4154 | "category": "Error", |
4163 | 4155 | "code": 6304 |
|
4318 | 4310 | "category": "Message", |
4319 | 4311 | "code": 6383 |
4320 | 4312 | }, |
4321 | | - |
4322 | 4313 | "The expected type comes from property '{0}' which is declared here on type '{1}'": { |
4323 | 4314 | "category": "Message", |
4324 | 4315 | "code": 6500 |
|
4343 | 4334 | "category": "Message", |
4344 | 4335 | "code": 6505 |
4345 | 4336 | }, |
4346 | | - "Emit extension must start with '.', but here has '{0}', try to replace it with '.{0}'.": { |
| 4337 | + "emitExtension must start with '.', but here has '{0}', try to replace it with '.{0}'.": { |
4347 | 4338 | "category": "Error", |
4348 | 4339 | "code": 6506 |
4349 | 4340 | }, |
4350 | 4341 | "emitExtension can only be \".jsx\" when JSX is set to \"preserve\"": { |
4351 | 4342 | "category": "Error", |
4352 | 4343 | "code": 6507 |
4353 | 4344 | }, |
4354 | | - |
| 4345 | + "emitExtension can not be \".d.ts\"": { |
| 4346 | + "category": "Error", |
| 4347 | + "code": 6508 |
| 4348 | + }, |
4355 | 4349 | "Variable '{0}' implicitly has an '{1}' type.": { |
4356 | 4350 | "category": "Error", |
4357 | 4351 | "code": 7005 |
|
4546 | 4540 | "category": "Error", |
4547 | 4541 | "code": 7055 |
4548 | 4542 | }, |
4549 | | - |
4550 | 4543 | "You cannot rename this element.": { |
4551 | 4544 | "category": "Error", |
4552 | 4545 | "code": 8000 |
|
4787 | 4780 | "category": "Error", |
4788 | 4781 | "code": 18003 |
4789 | 4782 | }, |
4790 | | - |
4791 | 4783 | "File is a CommonJS module; it may be converted to an ES6 module.": { |
4792 | 4784 | "category": "Suggestion", |
4793 | 4785 | "code": 80001 |
|
4820 | 4812 | "category": "Suggestion", |
4821 | 4813 | "code": 80008 |
4822 | 4814 | }, |
4823 | | - |
4824 | 4815 | "Add missing 'super()' call": { |
4825 | 4816 | "category": "Message", |
4826 | 4817 | "code": 90001 |
|
5321 | 5312 | "category": "Message", |
5322 | 5313 | "code": 95095 |
5323 | 5314 | }, |
5324 | | - |
5325 | 5315 | "No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer.": { |
5326 | 5316 | "category": "Error", |
5327 | 5317 | "code": 18004 |
|
0 commit comments