Skip to content

Commit ab63176

Browse files
authored
LEGO: Merge pull request 38375
LEGO: Merge pull request 38375
2 parents 683b3ec + c08b020 commit ab63176

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

src/loc/lcl/ptb/diagnosticMessages/diagnosticMessages.generated.json.lcl

+30-3
Original file line numberDiff line numberDiff line change
@@ -4694,6 +4694,15 @@
46944694
</Str>
46954695
<Disp Icon="Str" />
46964696
</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>
46974706
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
46984707
<Str Cat="Text">
46994708
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -5144,6 +5153,15 @@
51445153
</Str>
51455154
<Disp Icon="Str" />
51465155
</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>
51475165
<Item ItemId=";Found_0_errors_6217" ItemType="0" PsrId="306" Leaf="true">
51485166
<Str Cat="Text">
51495167
<Val><![CDATA[Found {0} errors.]]></Val>
@@ -8711,6 +8729,15 @@
87118729
</Str>
87128730
<Disp Icon="Str" />
87138731
</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>
87148741
<Item ItemId=";Replace_all_unused_infer_with_unknown_90031" ItemType="0" PsrId="306" Leaf="true">
87158742
<Str Cat="Text">
87168743
<Val><![CDATA[Replace all unused 'infer' with 'unknown']]></Val>
@@ -10277,11 +10304,11 @@
1027710304
</Str>
1027810305
<Disp Icon="Str" />
1027910306
</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">
1028110308
<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>
1028310310
<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>
1028510312
</Tgt>
1028610313
</Str>
1028710314
<Disp Icon="Str" />

0 commit comments

Comments
 (0)