Skip to content

Commit 4f4b44c

Browse files
authored
LEGO: Merge pull request 38355
LEGO: Merge pull request 38355
2 parents 2524fb1 + c33d604 commit 4f4b44c

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

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

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4710,6 +4710,15 @@
47104710
</Str>
47114711
<Disp Icon="Str" />
47124712
</Item>
4713+
<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">
4714+
<Str Cat="Text">
4715+
<Val><![CDATA[Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.]]></Val>
4716+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4717+
<Val><![CDATA[Pokud možnost target není nastavená na es2016 nebo novější, nedají se hodnoty bigint umocnit.]]></Val>
4718+
</Tgt>
4719+
</Str>
4720+
<Disp Icon="Str" />
4721+
</Item>
47134722
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
47144723
<Str Cat="Text">
47154724
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -5160,6 +5169,15 @@
51605169
</Str>
51615170
<Disp Icon="Str" />
51625171
</Item>
5172+
<Item ItemId=";Fix_all_incorrect_return_type_of_an_async_functions_90037" ItemType="0" PsrId="306" Leaf="true">
5173+
<Str Cat="Text">
5174+
<Val><![CDATA[Fix all incorrect return type of an async functions]]></Val>
5175+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5176+
<Val><![CDATA[Opravit všechny nesprávné návratové typy asynchronních funkcí]]></Val>
5177+
</Tgt>
5178+
</Str>
5179+
<Disp Icon="Str" />
5180+
</Item>
51635181
<Item ItemId=";Found_0_errors_6217" ItemType="0" PsrId="306" Leaf="true">
51645182
<Str Cat="Text">
51655183
<Val><![CDATA[Found {0} errors.]]></Val>
@@ -8730,6 +8748,15 @@
87308748
</Str>
87318749
<Disp Icon="Str" />
87328750
</Item>
8751+
<Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true">
8752+
<Str Cat="Text">
8753+
<Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val>
8754+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8755+
<Val><![CDATA[Místo {0} použijte Promise<{1}>]]></Val>
8756+
</Tgt>
8757+
</Str>
8758+
<Disp Icon="Str" />
8759+
</Item>
87338760
<Item ItemId=";Replace_all_unused_infer_with_unknown_90031" ItemType="0" PsrId="306" Leaf="true">
87348761
<Str Cat="Text">
87358762
<Val><![CDATA[Replace all unused 'infer' with 'unknown']]></Val>
@@ -10296,11 +10323,11 @@
1029610323
</Str>
1029710324
<Disp Icon="Str" />
1029810325
</Item>
10299-
<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">
10326+
<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">
1030010327
<Str Cat="Text">
10301-
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type.]]></Val>
10328+
<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>
1030210329
<Tgt Cat="Text" Stat="Loc" Orig="New">
10303-
<Val><![CDATA[Návratový typ asynchronní funkce nebo metody musí být globální typ Promise<T>.]]></Val>
10330+
<Val><![CDATA[Návratový typ asynchronní funkce nebo metody musí být globální typ Promise<T>. Zamýšleli jste napsat Promise<{0}>?]]></Val>
1030410331
</Tgt>
1030510332
</Str>
1030610333
<Disp Icon="Str" />

0 commit comments

Comments
 (0)