Skip to content

Commit bbec17d

Browse files
authoredSep 22, 2022
LEGO: Merge pull request 50900
LEGO: Merge pull request 50900
1 parent a9ecc67 commit bbec17d

File tree

12 files changed

+360
-90
lines changed

12 files changed

+360
-90
lines changed
 

‎src/loc/lcl/chs/diagnosticMessages/diagnosticMessages.generated.json.lcl

+36-18
Original file line numberDiff line numberDiff line change
@@ -13227,15 +13227,6 @@
1322713227
</Str>
1322813228
<Disp Icon="Str" />
1322913229
</Item>
13230-
<Item ItemId=";The_left_hand_side_of_an_in_expression_must_be_a_private_identifier_or_of_type_any_string_number_or__2360" ItemType="0" PsrId="306" Leaf="true">
13231-
<Str Cat="Text">
13232-
<Val><![CDATA[The left-hand side of an 'in' expression must be a private identifier or of type 'any', 'string', 'number', or 'symbol'.]]></Val>
13233-
<Tgt Cat="Text" Stat="Loc" Orig="New">
13234-
<Val><![CDATA["in" 表达式的左侧必须是专用标识符或其类型必须为 "any"、"string"、"number" 或 "symbol"。]]></Val>
13235-
</Tgt>
13236-
</Str>
13237-
<Disp Icon="Str" />
13238-
</Item>
1323913230
<Item ItemId=";The_left_hand_side_of_an_instanceof_expression_must_be_of_type_any_an_object_type_or_a_type_paramete_2358" ItemType="0" PsrId="306" Leaf="true">
1324013231
<Str Cat="Text">
1324113232
<Val><![CDATA[The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.]]></Val>
@@ -13425,15 +13416,6 @@
1342513416
</Str>
1342613417
<Disp Icon="Str" />
1342713418
</Item>
13428-
<Item ItemId=";The_right_hand_side_of_an_in_expression_must_not_be_a_primitive_2361" ItemType="0" PsrId="306" Leaf="true">
13429-
<Str Cat="Text">
13430-
<Val><![CDATA[The right-hand side of an 'in' expression must not be a primitive.]]></Val>
13431-
<Tgt Cat="Text" Stat="Loc" Orig="New">
13432-
<Val><![CDATA["in" 表达式的右侧不得是基元。]]></Val>
13433-
</Tgt>
13434-
</Str>
13435-
<Disp Icon="Str" />
13436-
</Item>
1343713419
<Item ItemId=";The_right_hand_side_of_an_instanceof_expression_must_be_of_type_any_or_of_a_type_assignable_to_the_F_2359" ItemType="0" PsrId="306" Leaf="true">
1343813420
<Str Cat="Text">
1343913421
<Val><![CDATA[The right-hand side of an 'instanceof' expression must be of type 'any' or of a type assignable to the 'Function' interface type.]]></Val>
@@ -13680,6 +13662,15 @@
1368013662
</Str>
1368113663
<Disp Icon="Str" />
1368213664
</Item>
13665+
<Item ItemId=";This_condition_will_always_return_0_2845" ItemType="0" PsrId="306" Leaf="true">
13666+
<Str Cat="Text">
13667+
<Val><![CDATA[This condition will always return '{0}'.]]></Val>
13668+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13669+
<Val><![CDATA[此条件将始终返回“{0}”。]]></Val>
13670+
</Tgt>
13671+
</Str>
13672+
<Disp Icon="Str" />
13673+
</Item>
1368313674
<Item ItemId=";This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value_2839" ItemType="0" PsrId="306" Leaf="true">
1368413675
<Str Cat="Text">
1368513676
<Val><![CDATA[This condition will always return '{0}' since JavaScript compares objects by reference, not value.]]></Val>
@@ -14358,6 +14349,15 @@
1435814349
</Str>
1435914350
<Disp Icon="Str" />
1436014351
</Item>
14352+
<Item ItemId=";Type_0_may_represent_a_primitive_value_which_is_not_permitted_as_the_right_operand_of_the_in_operato_2638" ItemType="0" PsrId="306" Leaf="true">
14353+
<Str Cat="Text">
14354+
<Val><![CDATA[Type '{0}' may represent a primitive value, which is not permitted as the right operand of the 'in' operator.]]></Val>
14355+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14356+
<Val><![CDATA[类型 "{0}" 可以表示基元值,该值不允许作为“in”运算符的右操作数。]]></Val>
14357+
</Tgt>
14358+
</Str>
14359+
<Disp Icon="Str" />
14360+
</Item>
1436114361
<Item ItemId=";Type_0_must_have_a_Symbol_asyncIterator_method_that_returns_an_async_iterator_2504" ItemType="0" PsrId="306" Leaf="true">
1436214362
<Str Cat="Text">
1436314363
<Val><![CDATA[Type '{0}' must have a '[Symbol.asyncIterator]5D;()' method that returns an async iterator.]]></Val>
@@ -15249,6 +15249,24 @@
1524915249
</Str>
1525015250
<Disp Icon="Str" />
1525115251
</Item>
15252+
<Item ItemId=";Use_0_95174" ItemType="0" PsrId="306" Leaf="true">
15253+
<Str Cat="Text">
15254+
<Val><![CDATA[Use `{0}`.]]></Val>
15255+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15256+
<Val><![CDATA[使用 `{0}`]]></Val>
15257+
</Tgt>
15258+
</Str>
15259+
<Disp Icon="Str" />
15260+
</Item>
15261+
<Item ItemId=";Use_Number_isNaN_in_all_conditions_95175" ItemType="0" PsrId="306" Leaf="true">
15262+
<Str Cat="Text">
15263+
<Val><![CDATA[Use `Number.isNaN` in all conditions.]]></Val>
15264+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15265+
<Val><![CDATA[在所有条件下使用 `Number.isNaN`。]]></Val>
15266+
</Tgt>
15267+
</Str>
15268+
<Disp Icon="Str" />
15269+
</Item>
1525215270
<Item ItemId=";Use_element_access_for_0_95145" ItemType="0" PsrId="306" Leaf="true">
1525315271
<Str Cat="Text">
1525415272
<Val><![CDATA[Use element access for '{0}']]></Val>

‎src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl

+27
Original file line numberDiff line numberDiff line change
@@ -13662,6 +13662,15 @@
1366213662
</Str>
1366313663
<Disp Icon="Str" />
1366413664
</Item>
13665+
<Item ItemId=";This_condition_will_always_return_0_2845" ItemType="0" PsrId="306" Leaf="true">
13666+
<Str Cat="Text">
13667+
<Val><![CDATA[This condition will always return '{0}'.]]></Val>
13668+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13669+
<Val><![CDATA[此條件一律傳回 '{0}'。]]></Val>
13670+
</Tgt>
13671+
</Str>
13672+
<Disp Icon="Str" />
13673+
</Item>
1366513674
<Item ItemId=";This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value_2839" ItemType="0" PsrId="306" Leaf="true">
1366613675
<Str Cat="Text">
1366713676
<Val><![CDATA[This condition will always return '{0}' since JavaScript compares objects by reference, not value.]]></Val>
@@ -15240,6 +15249,24 @@
1524015249
</Str>
1524115250
<Disp Icon="Str" />
1524215251
</Item>
15252+
<Item ItemId=";Use_0_95174" ItemType="0" PsrId="306" Leaf="true">
15253+
<Str Cat="Text">
15254+
<Val><![CDATA[Use `{0}`.]]></Val>
15255+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15256+
<Val><![CDATA[使用 `{0}`。]]></Val>
15257+
</Tgt>
15258+
</Str>
15259+
<Disp Icon="Str" />
15260+
</Item>
15261+
<Item ItemId=";Use_Number_isNaN_in_all_conditions_95175" ItemType="0" PsrId="306" Leaf="true">
15262+
<Str Cat="Text">
15263+
<Val><![CDATA[Use `Number.isNaN` in all conditions.]]></Val>
15264+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15265+
<Val><![CDATA[在所有條件中都使用 'Number.isNaN'。]]></Val>
15266+
</Tgt>
15267+
</Str>
15268+
<Disp Icon="Str" />
15269+
</Item>
1524315270
<Item ItemId=";Use_element_access_for_0_95145" ItemType="0" PsrId="306" Leaf="true">
1524415271
<Str Cat="Text">
1524515272
<Val><![CDATA[Use element access for '{0}']]></Val>

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

+36-18
Original file line numberDiff line numberDiff line change
@@ -13236,15 +13236,6 @@
1323613236
</Str>
1323713237
<Disp Icon="Str" />
1323813238
</Item>
13239-
<Item ItemId=";The_left_hand_side_of_an_in_expression_must_be_a_private_identifier_or_of_type_any_string_number_or__2360" ItemType="0" PsrId="306" Leaf="true">
13240-
<Str Cat="Text">
13241-
<Val><![CDATA[The left-hand side of an 'in' expression must be a private identifier or of type 'any', 'string', 'number', or 'symbol'.]]></Val>
13242-
<Tgt Cat="Text" Stat="Loc" Orig="New">
13243-
<Val><![CDATA[Levá strana výrazu in musí být privátní identifikátor nebo typu any, string, number nebo symbol.]]></Val>
13244-
</Tgt>
13245-
</Str>
13246-
<Disp Icon="Str" />
13247-
</Item>
1324813239
<Item ItemId=";The_left_hand_side_of_an_instanceof_expression_must_be_of_type_any_an_object_type_or_a_type_paramete_2358" ItemType="0" PsrId="306" Leaf="true">
1324913240
<Str Cat="Text">
1325013241
<Val><![CDATA[The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.]]></Val>
@@ -13434,15 +13425,6 @@
1343413425
</Str>
1343513426
<Disp Icon="Str" />
1343613427
</Item>
13437-
<Item ItemId=";The_right_hand_side_of_an_in_expression_must_not_be_a_primitive_2361" ItemType="0" PsrId="306" Leaf="true">
13438-
<Str Cat="Text">
13439-
<Val><![CDATA[The right-hand side of an 'in' expression must not be a primitive.]]></Val>
13440-
<Tgt Cat="Text" Stat="Loc" Orig="New">
13441-
<Val><![CDATA[Pravá strana výrazu in nesmí být primitivní typ.]]></Val>
13442-
</Tgt>
13443-
</Str>
13444-
<Disp Icon="Str" />
13445-
</Item>
1344613428
<Item ItemId=";The_right_hand_side_of_an_instanceof_expression_must_be_of_type_any_or_of_a_type_assignable_to_the_F_2359" ItemType="0" PsrId="306" Leaf="true">
1344713429
<Str Cat="Text">
1344813430
<Val><![CDATA[The right-hand side of an 'instanceof' expression must be of type 'any' or of a type assignable to the 'Function' interface type.]]></Val>
@@ -13689,6 +13671,15 @@
1368913671
</Str>
1369013672
<Disp Icon="Str" />
1369113673
</Item>
13674+
<Item ItemId=";This_condition_will_always_return_0_2845" ItemType="0" PsrId="306" Leaf="true">
13675+
<Str Cat="Text">
13676+
<Val><![CDATA[This condition will always return '{0}'.]]></Val>
13677+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13678+
<Val><![CDATA[Tato podmínka vždy vrátí {0}.]]></Val>
13679+
</Tgt>
13680+
</Str>
13681+
<Disp Icon="Str" />
13682+
</Item>
1369213683
<Item ItemId=";This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value_2839" ItemType="0" PsrId="306" Leaf="true">
1369313684
<Str Cat="Text">
1369413685
<Val><![CDATA[This condition will always return '{0}' since JavaScript compares objects by reference, not value.]]></Val>
@@ -14367,6 +14358,15 @@
1436714358
</Str>
1436814359
<Disp Icon="Str" />
1436914360
</Item>
14361+
<Item ItemId=";Type_0_may_represent_a_primitive_value_which_is_not_permitted_as_the_right_operand_of_the_in_operato_2638" ItemType="0" PsrId="306" Leaf="true">
14362+
<Str Cat="Text">
14363+
<Val><![CDATA[Type '{0}' may represent a primitive value, which is not permitted as the right operand of the 'in' operator.]]></Val>
14364+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14365+
<Val><![CDATA[Typ {0} může představovat primitivní hodnotu, která není povolena jako pravý operand operátoru in.]]></Val>
14366+
</Tgt>
14367+
</Str>
14368+
<Disp Icon="Str" />
14369+
</Item>
1437014370
<Item ItemId=";Type_0_must_have_a_Symbol_asyncIterator_method_that_returns_an_async_iterator_2504" ItemType="0" PsrId="306" Leaf="true">
1437114371
<Str Cat="Text">
1437214372
<Val><![CDATA[Type '{0}' must have a '[Symbol.asyncIterator]5D;()' method that returns an async iterator.]]></Val>
@@ -15258,6 +15258,24 @@
1525815258
</Str>
1525915259
<Disp Icon="Str" />
1526015260
</Item>
15261+
<Item ItemId=";Use_0_95174" ItemType="0" PsrId="306" Leaf="true">
15262+
<Str Cat="Text">
15263+
<Val><![CDATA[Use `{0}`.]]></Val>
15264+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15265+
<Val><![CDATA[Použít {0}]]></Val>
15266+
</Tgt>
15267+
</Str>
15268+
<Disp Icon="Str" />
15269+
</Item>
15270+
<Item ItemId=";Use_Number_isNaN_in_all_conditions_95175" ItemType="0" PsrId="306" Leaf="true">
15271+
<Str Cat="Text">
15272+
<Val><![CDATA[Use `Number.isNaN` in all conditions.]]></Val>
15273+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15274+
<Val><![CDATA[Ve všech podmínkách použijte Number.isNaN.]]></Val>
15275+
</Tgt>
15276+
</Str>
15277+
<Disp Icon="Str" />
15278+
</Item>
1526115279
<Item ItemId=";Use_element_access_for_0_95145" ItemType="0" PsrId="306" Leaf="true">
1526215280
<Str Cat="Text">
1526315281
<Val><![CDATA[Use element access for '{0}']]></Val>

‎src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl

+27
Original file line numberDiff line numberDiff line change
@@ -13656,6 +13656,15 @@
1365613656
</Str>
1365713657
<Disp Icon="Str" />
1365813658
</Item>
13659+
<Item ItemId=";This_condition_will_always_return_0_2845" ItemType="0" PsrId="306" Leaf="true">
13660+
<Str Cat="Text">
13661+
<Val><![CDATA[This condition will always return '{0}'.]]></Val>
13662+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13663+
<Val><![CDATA[Diese Bedingung gibt immer „{0}“ zurück.]]></Val>
13664+
</Tgt>
13665+
</Str>
13666+
<Disp Icon="Str" />
13667+
</Item>
1365913668
<Item ItemId=";This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value_2839" ItemType="0" PsrId="306" Leaf="true">
1366013669
<Str Cat="Text">
1366113670
<Val><![CDATA[This condition will always return '{0}' since JavaScript compares objects by reference, not value.]]></Val>
@@ -15234,6 +15243,24 @@
1523415243
</Str>
1523515244
<Disp Icon="Str" />
1523615245
</Item>
15246+
<Item ItemId=";Use_0_95174" ItemType="0" PsrId="306" Leaf="true">
15247+
<Str Cat="Text">
15248+
<Val><![CDATA[Use `{0}`.]]></Val>
15249+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15250+
<Val><![CDATA[Verwenden Sie „{0}“.]]></Val>
15251+
</Tgt>
15252+
</Str>
15253+
<Disp Icon="Str" />
15254+
</Item>
15255+
<Item ItemId=";Use_Number_isNaN_in_all_conditions_95175" ItemType="0" PsrId="306" Leaf="true">
15256+
<Str Cat="Text">
15257+
<Val><![CDATA[Use `Number.isNaN` in all conditions.]]></Val>
15258+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15259+
<Val><![CDATA[Verwenden Sie „Number.isNaN“ unter allen Bedingungen.]]></Val>
15260+
</Tgt>
15261+
</Str>
15262+
<Disp Icon="Str" />
15263+
</Item>
1523715264
<Item ItemId=";Use_element_access_for_0_95145" ItemType="0" PsrId="306" Leaf="true">
1523815265
<Str Cat="Text">
1523915266
<Val><![CDATA[Use element access for '{0}']]></Val>

‎src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl

+27
Original file line numberDiff line numberDiff line change
@@ -13674,6 +13674,15 @@
1367413674
</Str>
1367513675
<Disp Icon="Str" />
1367613676
</Item>
13677+
<Item ItemId=";This_condition_will_always_return_0_2845" ItemType="0" PsrId="306" Leaf="true">
13678+
<Str Cat="Text">
13679+
<Val><![CDATA[This condition will always return '{0}'.]]></Val>
13680+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13681+
<Val><![CDATA[Esta condición siempre devolverá "{0}".]]></Val>
13682+
</Tgt>
13683+
</Str>
13684+
<Disp Icon="Str" />
13685+
</Item>
1367713686
<Item ItemId=";This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value_2839" ItemType="0" PsrId="306" Leaf="true">
1367813687
<Str Cat="Text">
1367913688
<Val><![CDATA[This condition will always return '{0}' since JavaScript compares objects by reference, not value.]]></Val>
@@ -15252,6 +15261,24 @@
1525215261
</Str>
1525315262
<Disp Icon="Str" />
1525415263
</Item>
15264+
<Item ItemId=";Use_0_95174" ItemType="0" PsrId="306" Leaf="true">
15265+
<Str Cat="Text">
15266+
<Val><![CDATA[Use `{0}`.]]></Val>
15267+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15268+
<Val><![CDATA[Usar `{0}`.]]></Val>
15269+
</Tgt>
15270+
</Str>
15271+
<Disp Icon="Str" />
15272+
</Item>
15273+
<Item ItemId=";Use_Number_isNaN_in_all_conditions_95175" ItemType="0" PsrId="306" Leaf="true">
15274+
<Str Cat="Text">
15275+
<Val><![CDATA[Use `Number.isNaN` in all conditions.]]></Val>
15276+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15277+
<Val><![CDATA[Use "Number.isNaN" en todas las condiciones.]]></Val>
15278+
</Tgt>
15279+
</Str>
15280+
<Disp Icon="Str" />
15281+
</Item>
1525515282
<Item ItemId=";Use_element_access_for_0_95145" ItemType="0" PsrId="306" Leaf="true">
1525615283
<Str Cat="Text">
1525715284
<Val><![CDATA[Use element access for '{0}']]></Val>

‎src/loc/lcl/fra/diagnosticMessages/diagnosticMessages.generated.json.lcl

+36-18
Original file line numberDiff line numberDiff line change
@@ -13239,15 +13239,6 @@
1323913239
</Str>
1324013240
<Disp Icon="Str" />
1324113241
</Item>
13242-
<Item ItemId=";The_left_hand_side_of_an_in_expression_must_be_a_private_identifier_or_of_type_any_string_number_or__2360" ItemType="0" PsrId="306" Leaf="true">
13243-
<Str Cat="Text">
13244-
<Val><![CDATA[The left-hand side of an 'in' expression must be a private identifier or of type 'any', 'string', 'number', or 'symbol'.]]></Val>
13245-
<Tgt Cat="Text" Stat="Loc" Orig="New">
13246-
<Val><![CDATA[La partie gauche d'une expression 'in' doit être un identificateur privé ou de type 'any', 'string', 'number' ou 'symbol'.]]></Val>
13247-
</Tgt>
13248-
</Str>
13249-
<Disp Icon="Str" />
13250-
</Item>
1325113242
<Item ItemId=";The_left_hand_side_of_an_instanceof_expression_must_be_of_type_any_an_object_type_or_a_type_paramete_2358" ItemType="0" PsrId="306" Leaf="true">
1325213243
<Str Cat="Text">
1325313244
<Val><![CDATA[The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.]]></Val>
@@ -13437,15 +13428,6 @@
1343713428
</Str>
1343813429
<Disp Icon="Str" />
1343913430
</Item>
13440-
<Item ItemId=";The_right_hand_side_of_an_in_expression_must_not_be_a_primitive_2361" ItemType="0" PsrId="306" Leaf="true">
13441-
<Str Cat="Text">
13442-
<Val><![CDATA[The right-hand side of an 'in' expression must not be a primitive.]]></Val>
13443-
<Tgt Cat="Text" Stat="Loc" Orig="New">
13444-
<Val><![CDATA[La partie droite d'une expression 'in' ne doit pas être une primitive.]]></Val>
13445-
</Tgt>
13446-
</Str>
13447-
<Disp Icon="Str" />
13448-
</Item>
1344913431
<Item ItemId=";The_right_hand_side_of_an_instanceof_expression_must_be_of_type_any_or_of_a_type_assignable_to_the_F_2359" ItemType="0" PsrId="306" Leaf="true">
1345013432
<Str Cat="Text">
1345113433
<Val><![CDATA[The right-hand side of an 'instanceof' expression must be of type 'any' or of a type assignable to the 'Function' interface type.]]></Val>
@@ -13692,6 +13674,15 @@
1369213674
</Str>
1369313675
<Disp Icon="Str" />
1369413676
</Item>
13677+
<Item ItemId=";This_condition_will_always_return_0_2845" ItemType="0" PsrId="306" Leaf="true">
13678+
<Str Cat="Text">
13679+
<Val><![CDATA[This condition will always return '{0}'.]]></Val>
13680+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13681+
<Val><![CDATA[Cette condition retourne toujours '{0}'.]]></Val>
13682+
</Tgt>
13683+
</Str>
13684+
<Disp Icon="Str" />
13685+
</Item>
1369513686
<Item ItemId=";This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value_2839" ItemType="0" PsrId="306" Leaf="true">
1369613687
<Str Cat="Text">
1369713688
<Val><![CDATA[This condition will always return '{0}' since JavaScript compares objects by reference, not value.]]></Val>
@@ -14370,6 +14361,15 @@
1437014361
</Str>
1437114362
<Disp Icon="Str" />
1437214363
</Item>
14364+
<Item ItemId=";Type_0_may_represent_a_primitive_value_which_is_not_permitted_as_the_right_operand_of_the_in_operato_2638" ItemType="0" PsrId="306" Leaf="true">
14365+
<Str Cat="Text">
14366+
<Val><![CDATA[Type '{0}' may represent a primitive value, which is not permitted as the right operand of the 'in' operator.]]></Val>
14367+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14368+
<Val><![CDATA[Le type '{0}' peut représenter une valeur primitive, ce qui n’est pas autorisé en tant qu’opérande droit de l’opérateur 'in'.]]></Val>
14369+
</Tgt>
14370+
</Str>
14371+
<Disp Icon="Str" />
14372+
</Item>
1437314373
<Item ItemId=";Type_0_must_have_a_Symbol_asyncIterator_method_that_returns_an_async_iterator_2504" ItemType="0" PsrId="306" Leaf="true">
1437414374
<Str Cat="Text">
1437514375
<Val><![CDATA[Type '{0}' must have a '[Symbol.asyncIterator]5D;()' method that returns an async iterator.]]></Val>
@@ -15261,6 +15261,24 @@
1526115261
</Str>
1526215262
<Disp Icon="Str" />
1526315263
</Item>
15264+
<Item ItemId=";Use_0_95174" ItemType="0" PsrId="306" Leaf="true">
15265+
<Str Cat="Text">
15266+
<Val><![CDATA[Use `{0}`.]]></Val>
15267+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15268+
<Val><![CDATA[Utilisez `{0}`.]]></Val>
15269+
</Tgt>
15270+
</Str>
15271+
<Disp Icon="Str" />
15272+
</Item>
15273+
<Item ItemId=";Use_Number_isNaN_in_all_conditions_95175" ItemType="0" PsrId="306" Leaf="true">
15274+
<Str Cat="Text">
15275+
<Val><![CDATA[Use `Number.isNaN` in all conditions.]]></Val>
15276+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15277+
<Val><![CDATA[Utilisez 'Number.isNaN' dans toutes les conditions.]]></Val>
15278+
</Tgt>
15279+
</Str>
15280+
<Disp Icon="Str" />
15281+
</Item>
1526415282
<Item ItemId=";Use_element_access_for_0_95145" ItemType="0" PsrId="306" Leaf="true">
1526515283
<Str Cat="Text">
1526615284
<Val><![CDATA[Use element access for '{0}']]></Val>

0 commit comments

Comments
 (0)
Please sign in to comment.