|
843 | 843 | </Str>
|
844 | 844 | <Disp Icon="Str" />
|
845 | 845 | </Item>
|
| 846 | + <Item ItemId=";All_files_must_be_modules_when_the_isolatedModules_flag_is_provided_1208" ItemType="0" PsrId="306" Leaf="true"> |
| 847 | + <Str Cat="Text"> |
| 848 | + <Val><![CDATA[All files must be modules when the '--isolatedModules' flag is provided.]]></Val> |
| 849 | + </Str> |
| 850 | + <Disp Icon="Str" /> |
| 851 | + </Item> |
846 | 852 | <Item ItemId=";All_imports_in_import_declaration_are_unused_6192" ItemType="0" PsrId="306" Leaf="true">
|
847 | 853 | <Str Cat="Text">
|
848 | 854 | <Val><![CDATA[All imports in import declaration are unused.]]></Val>
|
|
1419 | 1425 | </Str>
|
1420 | 1426 | <Disp Icon="Str" />
|
1421 | 1427 | </Item>
|
1422 |
| - <Item ItemId=";Cannot_compile_namespaces_when_the_isolatedModules_flag_is_provided_1208" ItemType="0" PsrId="306" Leaf="true"> |
1423 |
| - <Str Cat="Text"> |
1424 |
| - <Val><![CDATA[Cannot compile namespaces when the '--isolatedModules' flag is provided.]]></Val> |
1425 |
| - </Str> |
1426 |
| - <Disp Icon="Str" /> |
1427 |
| - </Item> |
1428 | 1428 | <Item ItemId=";Cannot_create_an_instance_of_an_abstract_class_2511" ItemType="0" PsrId="306" Leaf="true">
|
1429 | 1429 | <Str Cat="Text">
|
1430 | 1430 | <Val><![CDATA[Cannot create an instance of an abstract class.]]></Val>
|
|
2445 | 2445 | </Str>
|
2446 | 2446 | <Disp Icon="Str" />
|
2447 | 2447 | </Item>
|
| 2448 | + <Item ItemId=";Element_implicitly_has_an_any_type_because_expression_of_type_0_can_t_be_used_to_index_type_1_7053" ItemType="0" PsrId="306" Leaf="true"> |
| 2449 | + <Str Cat="Text"> |
| 2450 | + <Val><![CDATA[Element implicitly has an 'any' type because expression of type '{0}' can't be used to index type '{1}'.]]></Val> |
| 2451 | + </Str> |
| 2452 | + <Disp Icon="Str" /> |
| 2453 | + </Item> |
2448 | 2454 | <Item ItemId=";Element_implicitly_has_an_any_type_because_index_expression_is_not_of_type_number_7015" ItemType="0" PsrId="306" Leaf="true">
|
2449 | 2455 | <Str Cat="Text">
|
2450 | 2456 | <Val><![CDATA[Element implicitly has an 'any' type because index expression is not of type 'number'.]]></Val>
|
|
3003 | 3009 | </Str>
|
3004 | 3010 | <Disp Icon="Str" />
|
3005 | 3011 | </Item>
|
3006 |
| - <Item ItemId=";Found_package_json_at_0_Package_ID_is_1_6190" ItemType="0" PsrId="306" Leaf="true"> |
3007 |
| - <Str Cat="Text"> |
3008 |
| - <Val><![CDATA[Found 'package.json' at '{0}'. Package ID is '{1}'.]]></Val> |
3009 |
| - </Str> |
3010 |
| - <Disp Icon="Str" /> |
3011 |
| - </Item> |
3012 | 3012 | <Item ItemId=";Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_1250" ItemType="0" PsrId="306" Leaf="true">
|
3013 | 3013 | <Str Cat="Text">
|
3014 | 3014 | <Val><![CDATA[Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.]]></Val>
|
|
3933 | 3933 | </Str>
|
3934 | 3934 | <Disp Icon="Str" />
|
3935 | 3935 | </Item>
|
| 3936 | + <Item ItemId=";Module_name_0_was_successfully_resolved_to_1_with_Package_ID_2_6218" ItemType="0" PsrId="306" Leaf="true"> |
| 3937 | + <Str Cat="Text"> |
| 3938 | + <Val><![CDATA[======== Module name '{0}' was successfully resolved to '{1}' with Package ID '{2}'. ========]]></Val> |
| 3939 | + </Str> |
| 3940 | + <Disp Icon="Str" /> |
| 3941 | + </Item> |
3936 | 3942 | <Item ItemId=";Module_resolution_kind_is_not_specified_using_0_6088" ItemType="0" PsrId="306" Leaf="true">
|
3937 | 3943 | <Str Cat="Text">
|
3938 | 3944 | <Val><![CDATA[Module resolution kind is not specified, using '{0}'.]]></Val>
|
|
3987 | 3993 | </Str>
|
3988 | 3994 | <Disp Icon="Str" />
|
3989 | 3995 | </Item>
|
| 3996 | + <Item ItemId=";No_index_signature_with_a_parameter_of_type_0_was_found_on_type_1_7054" ItemType="0" PsrId="306" Leaf="true"> |
| 3997 | + <Str Cat="Text"> |
| 3998 | + <Val><![CDATA[No index signature with a parameter of type '{0}' was found on type '{1}'.]]></Val> |
| 3999 | + </Str> |
| 4000 | + <Disp Icon="Str" /> |
| 4001 | + </Item> |
3990 | 4002 | <Item ItemId=";No_inputs_were_found_in_config_file_0_Specified_include_paths_were_1_and_exclude_paths_were_2_18003" ItemType="0" PsrId="306" Leaf="true">
|
3991 | 4003 | <Str Cat="Text">
|
3992 | 4004 | <Val><![CDATA[No inputs were found in config file '{0}'. Specified 'include' paths were '{1}' and 'exclude' paths were '{2}'.]]></Val>
|
|
6459 | 6471 | </Str>
|
6460 | 6472 | <Disp Icon="Str" />
|
6461 | 6473 | </Item>
|
| 6474 | + <Item ItemId=";Type_reference_directive_0_was_successfully_resolved_to_1_with_Package_ID_2_primary_Colon_3_6219" ItemType="0" PsrId="306" Leaf="true"> |
| 6475 | + <Str Cat="Text"> |
| 6476 | + <Val><![CDATA[======== Type reference directive '{0}' was successfully resolved to '{1}' with Package ID '{2}', primary: {3}. ========]]></Val> |
| 6477 | + </Str> |
| 6478 | + <Disp Icon="Str" /> |
| 6479 | + </Item> |
6462 | 6480 | <Item ItemId=";Types_have_separate_declarations_of_a_private_property_0_2442" ItemType="0" PsrId="306" Leaf="true">
|
6463 | 6481 | <Str Cat="Text">
|
6464 | 6482 | <Val><![CDATA[Types have separate declarations of a private property '{0}'.]]></Val>
|
|
7227 | 7245 | </Str>
|
7228 | 7246 | <Disp Icon="Str" />
|
7229 | 7247 | </Item>
|
| 7248 | + <Item ItemId=";package_json_had_a_falsy_0_field_6220" ItemType="0" PsrId="306" Leaf="true"> |
| 7249 | + <Str Cat="Text"> |
| 7250 | + <Val><![CDATA['package.json' had a falsy '{0}' field.]]></Val> |
| 7251 | + </Str> |
| 7252 | + <Disp Icon="Str" /> |
| 7253 | + </Item> |
7230 | 7254 | <Item ItemId=";package_json_has_0_field_1_that_references_2_6101" ItemType="0" PsrId="306" Leaf="true">
|
7231 | 7255 | <Str Cat="Text">
|
7232 | 7256 | <Val><![CDATA['package.json' has '{0}' field '{1}' that references '{2}'.]]></Val>
|
|
0 commit comments