|
1248 | 1248 | </Str>
|
1249 | 1249 | <Disp Icon="Str" />
|
1250 | 1250 | </Item>
|
| 1251 | + <Item ItemId=";An_element_access_expression_should_take_an_argument_1011" ItemType="0" PsrId="306" Leaf="true"> |
| 1252 | + <Str Cat="Text"> |
| 1253 | + <Val><![CDATA[An element access expression should take an argument.]]></Val> |
| 1254 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 1255 | + <Val><![CDATA[Ein Ausdruck für einen Elementzugriff muss ein Argument verwenden.]]></Val> |
| 1256 | + </Tgt> |
| 1257 | + </Str> |
| 1258 | + <Disp Icon="Str" /> |
| 1259 | + </Item> |
1251 | 1260 | <Item ItemId=";An_enum_member_cannot_have_a_numeric_name_2452" ItemType="0" PsrId="306" Leaf="true">
|
1252 | 1261 | <Str Cat="Text">
|
1253 | 1262 | <Val><![CDATA[An enum member cannot have a numeric name.]]></Val>
|
|
2508 | 2517 | </Str>
|
2509 | 2518 | <Disp Icon="Str" />
|
2510 | 2519 | </Item>
|
| 2520 | + <Item ItemId=";Convert_all_require_to_import_95048" ItemType="0" PsrId="306" Leaf="true"> |
| 2521 | + <Str Cat="Text"> |
| 2522 | + <Val><![CDATA[Convert all 'require' to 'import']]></Val> |
| 2523 | + </Str> |
| 2524 | + <Disp Icon="Str" /> |
| 2525 | + </Item> |
2511 | 2526 | <Item ItemId=";Convert_all_to_default_imports_95035" ItemType="0" PsrId="306" Leaf="true">
|
2512 | 2527 | <Str Cat="Text">
|
2513 | 2528 | <Val><![CDATA[Convert all to default imports]]></Val>
|
|
2535 | 2550 | </Str>
|
2536 | 2551 | <Disp Icon="Str" />
|
2537 | 2552 | </Item>
|
| 2553 | + <Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true"> |
| 2554 | + <Str Cat="Text"> |
| 2555 | + <Val><![CDATA[Convert 'require' to 'import']]></Val> |
| 2556 | + </Str> |
| 2557 | + <Disp Icon="Str" /> |
| 2558 | + </Item> |
2538 | 2559 | <Item ItemId=";Convert_to_ES6_module_95017" ItemType="0" PsrId="306" Leaf="true">
|
2539 | 2560 | <Str Cat="Text">
|
2540 | 2561 | <Val><![CDATA[Convert to ES6 module]]></Val>
|
|
6501 | 6522 | <Item ItemId=";Resolve_keyof_to_string_valued_property_names_only_no_numbers_or_symbols_6195" ItemType="0" PsrId="306" Leaf="true">
|
6502 | 6523 | <Str Cat="Text">
|
6503 | 6524 | <Val><![CDATA[Resolve 'keyof' to string valued property names only (no numbers or symbols).]]></Val>
|
| 6525 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 6526 | + <Val><![CDATA["keyof" darf nur in Eigenschaftennamen mit Zeichenfolgenwert aufgelöst werden (keine Ziffern oder Symbole).]]></Val> |
| 6527 | + </Tgt> |
6504 | 6528 | </Str>
|
6505 | 6529 | <Disp Icon="Str" />
|
6506 | 6530 | </Item>
|
|
7410 | 7434 | </Str>
|
7411 | 7435 | <Disp Icon="Str" />
|
7412 | 7436 | </Item>
|
| 7437 | + <Item ItemId=";The_import_meta_meta_property_is_only_allowed_using_ESNext_for_the_target_and_module_compiler_option_1343" ItemType="0" PsrId="306" Leaf="true"> |
| 7438 | + <Str Cat="Text"> |
| 7439 | + <Val><![CDATA[The 'import.meta' meta-property is only allowed using 'ESNext' for the 'target' and 'module' compiler options.]]></Val> |
| 7440 | + </Str> |
| 7441 | + <Disp Icon="Str" /> |
| 7442 | + </Item> |
7413 | 7443 | <Item ItemId=";The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary_2527" ItemType="0" PsrId="306" Leaf="true">
|
7414 | 7444 | <Str Cat="Text">
|
7415 | 7445 | <Val><![CDATA[The inferred type of '{0}' references an inaccessible '{1}' type. A type annotation is necessary.]]></Val>
|
|
8754 | 8784 | </Str>
|
8755 | 8785 | <Disp Icon="Str" />
|
8756 | 8786 | </Item>
|
| 8787 | + <Item ItemId=";_0_is_declared_but_never_used_6196" ItemType="0" PsrId="306" Leaf="true"> |
| 8788 | + <Str Cat="Text"> |
| 8789 | + <Val><![CDATA['{0}' is declared but never used.]]></Val> |
| 8790 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 8791 | + <Val><![CDATA["{0}" ist deklariert, wird aber nie verwendet.]]></Val> |
| 8792 | + </Tgt> |
| 8793 | + </Str> |
| 8794 | + <Disp Icon="Str" /> |
| 8795 | + </Item> |
8757 | 8796 | <Item ItemId=";_0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2_17012" ItemType="0" PsrId="306" Leaf="true">
|
8758 | 8797 | <Str Cat="Text">
|
8759 | 8798 | <Val><![CDATA['{0}' is not a valid meta-property for keyword '{1}'. Did you mean '{2}'?]]></Val>
|
|
9339 | 9378 | </Str>
|
9340 | 9379 | <Disp Icon="Str" />
|
9341 | 9380 | </Item>
|
| 9381 | + <Item ItemId=";require_call_may_be_converted_to_an_import_80005" ItemType="0" PsrId="306" Leaf="true"> |
| 9382 | + <Str Cat="Text"> |
| 9383 | + <Val><![CDATA['require' call may be converted to an import.]]></Val> |
| 9384 | + </Str> |
| 9385 | + <Disp Icon="Str" /> |
| 9386 | + </Item> |
9342 | 9387 | <Item ItemId=";rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0_6107" ItemType="0" PsrId="306" Leaf="true">
|
9343 | 9388 | <Str Cat="Text">
|
9344 | 9389 | <Val><![CDATA['rootDirs' option is set, using it to resolve relative module name '{0}'.]]></Val>
|
|
0 commit comments