|
4694 | 4694 | </Str>
|
4695 | 4695 | <Disp Icon="Str" />
|
4696 | 4696 | </Item>
|
| 4697 | + <Item ItemId=";Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_lat_2791" ItemType="0" PsrId="306" Leaf="true"> |
| 4698 | + <Str Cat="Text"> |
| 4699 | + <Val><![CDATA[Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.]]></Val> |
| 4700 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 4701 | + <Val><![CDATA[A exponenciação não pode ser executada nos valores 'bigint', a menos que a opção 'target' esteja definida como 'es2016' ou posterior.]]></Val> |
| 4702 | + </Tgt> |
| 4703 | + </Str> |
| 4704 | + <Disp Icon="Str" /> |
| 4705 | + </Item> |
4697 | 4706 | <Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
|
4698 | 4707 | <Str Cat="Text">
|
4699 | 4708 | <Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
|
|
5144 | 5153 | </Str>
|
5145 | 5154 | <Disp Icon="Str" />
|
5146 | 5155 | </Item>
|
| 5156 | + <Item ItemId=";Fix_all_incorrect_return_type_of_an_async_functions_90037" ItemType="0" PsrId="306" Leaf="true"> |
| 5157 | + <Str Cat="Text"> |
| 5158 | + <Val><![CDATA[Fix all incorrect return type of an async functions]]></Val> |
| 5159 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 5160 | + <Val><![CDATA[Corrigir todo tipo de retorno incorreto de uma função assíncrona]]></Val> |
| 5161 | + </Tgt> |
| 5162 | + </Str> |
| 5163 | + <Disp Icon="Str" /> |
| 5164 | + </Item> |
5147 | 5165 | <Item ItemId=";Found_0_errors_6217" ItemType="0" PsrId="306" Leaf="true">
|
5148 | 5166 | <Str Cat="Text">
|
5149 | 5167 | <Val><![CDATA[Found {0} errors.]]></Val>
|
|
8711 | 8729 | </Str>
|
8712 | 8730 | <Disp Icon="Str" />
|
8713 | 8731 | </Item>
|
| 8732 | + <Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true"> |
| 8733 | + <Str Cat="Text"> |
| 8734 | + <Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val> |
| 8735 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 8736 | + <Val><![CDATA[Substituir '{0}' por 'Promise<{1}>']]></Val> |
| 8737 | + </Tgt> |
| 8738 | + </Str> |
| 8739 | + <Disp Icon="Str" /> |
| 8740 | + </Item> |
8714 | 8741 | <Item ItemId=";Replace_all_unused_infer_with_unknown_90031" ItemType="0" PsrId="306" Leaf="true">
|
8715 | 8742 | <Str Cat="Text">
|
8716 | 8743 | <Val><![CDATA[Replace all unused 'infer' with 'unknown']]></Val>
|
@@ -10277,11 +10304,11 @@
|
10277 | 10304 | </Str>
|
10278 | 10305 | <Disp Icon="Str" />
|
10279 | 10306 | </Item>
|
10280 |
| - <Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_1064" ItemType="0" PsrId="306" Leaf="true"> |
| 10307 | + <Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064" ItemType="0" PsrId="306" Leaf="true"> |
10281 | 10308 | <Str Cat="Text">
|
10282 |
| - <Val><![CDATA[The return type of an async function or method must be the global Promise<T> type.]]></Val> |
| 10309 | + <Val><![CDATA[The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<{0}>'?]]></Val> |
10283 | 10310 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
10284 |
| - <Val><![CDATA[O tipo de retorno de uma função assíncrona ou método deve ser o tipo <T>Promessa global.]]></Val> |
| 10311 | + <Val><![CDATA[O tipo de retorno de uma função assíncrona ou método precisa ser o tipo Promise<T> global. Você quis escrever 'Promise<{0}>'?]]></Val> |
10285 | 10312 | </Tgt>
|
10286 | 10313 | </Str>
|
10287 | 10314 | <Disp Icon="Str" />
|
|
0 commit comments