|
3573 | 3573 | </Str>
|
3574 | 3574 | <Disp Icon="Str" />
|
3575 | 3575 | </Item>
|
3576 |
| - <Item ItemId=";Class_constructor_may_not_be_a_generator_1360" ItemType="0" PsrId="306" Leaf="true"> |
| 3576 | + <Item ItemId=";Class_constructor_may_not_be_a_generator_1368" ItemType="0" PsrId="306" Leaf="true"> |
3577 | 3577 | <Str Cat="Text">
|
3578 | 3578 | <Val><![CDATA[Class constructor may not be a generator.]]></Val>
|
3579 | 3579 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
|
4017 | 4017 | </Str>
|
4018 | 4018 | <Disp Icon="Str" />
|
4019 | 4019 | </Item>
|
| 4020 | + <Item ItemId=";Convert_all_const_to_let_95102" ItemType="0" PsrId="306" Leaf="true"> |
| 4021 | + <Str Cat="Text"> |
| 4022 | + <Val><![CDATA[Convert all 'const' to 'let']]></Val> |
| 4023 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 4024 | + <Val><![CDATA[Převést všechny const na let]]></Val> |
| 4025 | + </Tgt> |
| 4026 | + </Str> |
| 4027 | + <Disp Icon="Str" /> |
| 4028 | + </Item> |
4020 | 4029 | <Item ItemId=";Convert_all_constructor_functions_to_classes_95045" ItemType="0" PsrId="306" Leaf="true">
|
4021 | 4030 | <Str Cat="Text">
|
4022 | 4031 | <Val><![CDATA[Convert all constructor functions to classes]]></Val>
|
@@ -13644,20 +13653,17 @@
|
13644 | 13653 | </Str>
|
13645 | 13654 | <Disp Icon="Str" />
|
13646 | 13655 | </Item>
|
13647 |
| - <Item ItemId=";This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value_2839" ItemType="0" PsrId="306" Leaf="true"> |
| 13656 | + <Item ItemId=";This_comparison_appears_to_be_unintentional_because_the_types_0_and_1_have_no_overlap_2367" ItemType="0" PsrId="306" Leaf="true"> |
13648 | 13657 | <Str Cat="Text">
|
13649 |
| - <Val><![CDATA[This condition will always return '{0}' since JavaScript compares objects by reference, not value.]]></Val> |
13650 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
13651 |
| - <Val><![CDATA[Tato podmínka vždy vrátí „{0}“, protože JavaScript porovnává objekty pomocí odkazu, nikoli hodnoty.]]></Val> |
13652 |
| - </Tgt> |
| 13658 | + <Val><![CDATA[This comparison appears to be unintentional because the types '{0}' and '{1}' have no overlap.]]></Val> |
13653 | 13659 | </Str>
|
13654 | 13660 | <Disp Icon="Str" />
|
13655 | 13661 | </Item>
|
13656 |
| - <Item ItemId=";This_condition_will_always_return_0_since_the_types_1_and_2_have_no_overlap_2367" ItemType="0" PsrId="306" Leaf="true"> |
| 13662 | + <Item ItemId=";This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value_2839" ItemType="0" PsrId="306" Leaf="true"> |
13657 | 13663 | <Str Cat="Text">
|
13658 |
| - <Val><![CDATA[This condition will always return '{0}' since the types '{1}' and '{2}' have no overlap.]]></Val> |
| 13664 | + <Val><![CDATA[This condition will always return '{0}' since JavaScript compares objects by reference, not value.]]></Val> |
13659 | 13665 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
13660 |
| - <Val><![CDATA[Tato podmínka vždy vrátí {0}, protože typy {1} a {2} se nijak nepřekrývají.]]></Val> |
| 13666 | + <Val><![CDATA[Tato podmínka vždy vrátí „{0}“, protože JavaScript porovnává objekty pomocí odkazu, nikoli hodnoty.]]></Val> |
13661 | 13667 | </Tgt>
|
13662 | 13668 | </Str>
|
13663 | 13669 | <Disp Icon="Str" />
|
|
14133 | 14139 | </Str>
|
14134 | 14140 | <Disp Icon="Str" />
|
14135 | 14141 | </Item>
|
| 14142 | + <Item ItemId=";Type_0_does_not_satisfy_the_expected_type_1_1360" ItemType="0" PsrId="306" Leaf="true"> |
| 14143 | + <Str Cat="Text"> |
| 14144 | + <Val><![CDATA[Type '{0}' does not satisfy the expected type '{1}'.]]></Val> |
| 14145 | + </Str> |
| 14146 | + <Disp Icon="Str" /> |
| 14147 | + </Item> |
14136 | 14148 | <Item ItemId=";Type_0_has_no_call_signatures_2757" ItemType="0" PsrId="306" Leaf="true">
|
14137 | 14149 | <Str Cat="Text">
|
14138 | 14150 | <Val><![CDATA[Type '{0}' has no call signatures.]]></Val>
|
|
14835 | 14847 | </Str>
|
14836 | 14848 | <Disp Icon="Str" />
|
14837 | 14849 | </Item>
|
| 14850 | + <Item ItemId=";Type_satisfaction_expressions_can_only_be_used_in_TypeScript_files_8037" ItemType="0" PsrId="306" Leaf="true"> |
| 14851 | + <Str Cat="Text"> |
| 14852 | + <Val><![CDATA[Type satisfaction expressions can only be used in TypeScript files.]]></Val> |
| 14853 | + </Str> |
| 14854 | + <Disp Icon="Str" /> |
| 14855 | + </Item> |
14838 | 14856 | <Item ItemId=";Types_cannot_appear_in_export_declarations_in_JavaScript_files_18043" ItemType="0" PsrId="306" Leaf="true">
|
14839 | 14857 | <Str Cat="Text">
|
14840 | 14858 | <Val><![CDATA[Types cannot appear in export declarations in JavaScript files.]]></Val>
|
|
0 commit comments