Skip to content

Commit 40b7bc1

Browse files
Update LKG.
1 parent 3cdd617 commit 40b7bc1

18 files changed

+20364
-14335
lines changed

lib/de/diagnosticMessages.generated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@
938938
"Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322": "Der Typ iterierter Elemente eines \"yield*\"-Operanden muss entweder eine gültige Zusage sein oder darf keinen aufrufbaren \"then\"-Member enthalten.",
939939
"Type_of_yield_operand_in_an_async_generator_must_either_be_a_valid_promise_or_must_not_contain_a_cal_1321": "Der Typ eines \"yield\"-Operanden in einem asynchronen Generator muss entweder eine gültige Zusage sein oder darf keinen aufrufbaren \"then\"-Member enthalten.",
940940
"Type_parameter_0_has_a_circular_constraint_2313": "Der Typparameter \"{0}\" weist eine zirkuläre Einschränkung auf.",
941-
"Type_parameter_0_has_a_circular_default_2716": "Der Typparameter \"{0}\" weist einen zirkulären Standard auf.",
941+
"Type_parameter_0_has_a_circular_default_2716": "Der Typparameter \"{0}\" besitzt einen zirkulären Standardwert.",
942942
"Type_parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1_4008": "Der Typparameter \"{0}\" der Aufrufsignatur aus der exportierten Schnittstelle besitzt oder verwendet den privaten Namen \"{1}\".",
943943
"Type_parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1_4006": "Der Typparameter \"{0}\" der Konstruktorsignatur aus der exportierten Schnittstelle besitzt oder verwendet den privaten Namen \"{1}\".",
944944
"Type_parameter_0_of_exported_class_has_or_is_using_private_name_1_4002": "Der Typparameter \"{0}\" der exportierten Klasse besitzt oder verwendet den privaten Namen \"{1}\".",

lib/enu/diagnosticMessages.generated.json.lcg

Lines changed: 78 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@
135135
</Str>
136136
<Disp Icon="Str" />
137137
</Item>
138-
<Item ItemId=";A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_1254" ItemType="0" PsrId="306" Leaf="true">
138+
<Item ItemId=";A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254" ItemType="0" PsrId="306" Leaf="true">
139139
<Str Cat="Text">
140-
<Val><![CDATA[A 'const' initializer in an ambient context must be a string or numeric literal.]]></Val>
140+
<Val><![CDATA[A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.]]></Val>
141141
</Str>
142142
<Disp Icon="Str" />
143143
</Item>
@@ -861,6 +861,18 @@
861861
</Str>
862862
<Disp Icon="Str" />
863863
</Item>
864+
<Item ItemId=";An_argument_for_0_was_not_provided_6210" ItemType="0" PsrId="306" Leaf="true">
865+
<Str Cat="Text">
866+
<Val><![CDATA[An argument for '{0}' was not provided.]]></Val>
867+
</Str>
868+
<Disp Icon="Str" />
869+
</Item>
870+
<Item ItemId=";An_argument_matching_this_binding_pattern_was_not_provided_6211" ItemType="0" PsrId="306" Leaf="true">
871+
<Str Cat="Text">
872+
<Val><![CDATA[An argument matching this binding pattern was not provided.]]></Val>
873+
</Str>
874+
<Disp Icon="Str" />
875+
</Item>
864876
<Item ItemId=";An_arithmetic_operand_must_be_of_type_any_number_or_an_enum_type_2356" ItemType="0" PsrId="306" Leaf="true">
865877
<Str Cat="Text">
866878
<Val><![CDATA[An arithmetic operand must be of type 'any', 'number' or an enum type.]]></Val>
@@ -2421,9 +2433,9 @@
24212433
</Str>
24222434
<Disp Icon="Str" />
24232435
</Item>
2424-
<Item ItemId=";Expected_type_of_0_field_in_package_json_to_be_string_got_1_6105" ItemType="0" PsrId="306" Leaf="true">
2436+
<Item ItemId=";Expected_type_of_0_field_in_package_json_to_be_1_got_2_6105" ItemType="0" PsrId="306" Leaf="true">
24252437
<Str Cat="Text">
2426-
<Val><![CDATA[Expected type of '{0}' field in 'package.json' to be 'string', got '{1}'.]]></Val>
2438+
<Val><![CDATA[Expected type of '{0}' field in 'package.json' to be '{1}', got '{2}'.]]></Val>
24272439
</Str>
24282440
<Disp Icon="Str" />
24292441
</Item>
@@ -2829,12 +2841,6 @@
28292841
</Str>
28302842
<Disp Icon="Str" />
28312843
</Item>
2832-
<Item ItemId=";Generic_type_instantiation_is_excessively_deep_and_possibly_infinite_2550" ItemType="0" PsrId="306" Leaf="true">
2833-
<Str Cat="Text">
2834-
<Val><![CDATA[Generic type instantiation is excessively deep and possibly infinite.]]></Val>
2835-
</Str>
2836-
<Disp Icon="Str" />
2837-
</Item>
28382844
<Item ItemId=";Getter_and_setter_accessors_do_not_agree_in_visibility_2379" ItemType="0" PsrId="306" Leaf="true">
28392845
<Str Cat="Text">
28402846
<Val><![CDATA[Getter and setter accessors do not agree in visibility.]]></Val>
@@ -3045,6 +3051,12 @@
30453051
</Str>
30463052
<Disp Icon="Str" />
30473053
</Item>
3054+
<Item ItemId=";Index_0_is_out_of_bounds_in_tuple_of_length_1_2733" ItemType="0" PsrId="306" Leaf="true">
3055+
<Str Cat="Text">
3056+
<Val><![CDATA[Index '{0}' is out-of-bounds in tuple of length {1}.]]></Val>
3057+
</Str>
3058+
<Disp Icon="Str" />
3059+
</Item>
30483060
<Item ItemId=";Index_signature_in_type_0_only_permits_reading_2542" ItemType="0" PsrId="306" Leaf="true">
30493061
<Str Cat="Text">
30503062
<Val><![CDATA[Index signature in type '{0}' only permits reading.]]></Val>
@@ -3705,6 +3717,12 @@
37053717
</Str>
37063718
<Disp Icon="Str" />
37073719
</Item>
3720+
<Item ItemId=";Non_simple_parameter_declared_here_1348" ItemType="0" PsrId="306" Leaf="true">
3721+
<Str Cat="Text">
3722+
<Val><![CDATA[Non-simple parameter declared here.]]></Val>
3723+
</Str>
3724+
<Disp Icon="Str" />
3725+
</Item>
37083726
<Item ItemId=";Not_all_code_paths_return_a_value_7030" ItemType="0" PsrId="306" Leaf="true">
37093727
<Str Cat="Text">
37103728
<Val><![CDATA[Not all code paths return a value.]]></Val>
@@ -3909,9 +3927,9 @@
39093927
</Str>
39103928
<Disp Icon="Str" />
39113929
</Item>
3912-
<Item ItemId=";Option_resolveJsonModule_can_only_be_specified_when_module_code_generation_is_commonjs_5071" ItemType="0" PsrId="306" Leaf="true">
3930+
<Item ItemId=";Option_resolveJsonModule_can_only_be_specified_when_module_code_generation_is_commonjs_amd_es2015_or_5071" ItemType="0" PsrId="306" Leaf="true">
39133931
<Str Cat="Text">
3914-
<Val><![CDATA[Option '--resolveJsonModule' can only be specified when module code generation is 'commonjs'.]]></Val>
3932+
<Val><![CDATA[Option '--resolveJsonModule' can only be specified when module code generation is 'commonjs', 'amd', 'es2015' or 'esNext'.]]></Val>
39153933
</Str>
39163934
<Disp Icon="Str" />
39173935
</Item>
@@ -5589,6 +5607,12 @@
55895607
</Str>
55905608
<Disp Icon="Str" />
55915609
</Item>
5610+
<Item ItemId=";This_parameter_is_not_allowed_with_use_strict_directive_1346" ItemType="0" PsrId="306" Leaf="true">
5611+
<Str Cat="Text">
5612+
<Val><![CDATA[This parameter is not allowed with 'use strict' directive.]]></Val>
5613+
</Str>
5614+
<Disp Icon="Str" />
5615+
</Item>
55925616
<Item ItemId=";This_syntax_requires_an_imported_helper_but_module_0_cannot_be_found_2354" ItemType="0" PsrId="306" Leaf="true">
55935617
<Str Cat="Text">
55945618
<Val><![CDATA[This syntax requires an imported helper but module '{0}' cannot be found.]]></Val>
@@ -6051,6 +6075,12 @@
60516075
</Str>
60526076
<Disp Icon="Str" />
60536077
</Item>
6078+
<Item ItemId=";Unknown_build_option_0_5072" ItemType="0" PsrId="306" Leaf="true">
6079+
<Str Cat="Text">
6080+
<Val><![CDATA[Unknown build option '{0}'.]]></Val>
6081+
</Str>
6082+
<Disp Icon="Str" />
6083+
</Item>
60546084
<Item ItemId=";Unknown_compiler_option_0_5023" ItemType="0" PsrId="306" Leaf="true">
60556085
<Str Cat="Text">
60566086
<Val><![CDATA[Unknown compiler option '{0}'.]]></Val>
@@ -6657,12 +6687,36 @@
66576687
</Str>
66586688
<Disp Icon="Str" />
66596689
</Item>
6690+
<Item ItemId=";package_json_does_not_have_a_typesVersions_entry_that_matches_version_0_6207" ItemType="0" PsrId="306" Leaf="true">
6691+
<Str Cat="Text">
6692+
<Val><![CDATA['package.json' does not have a 'typesVersions' entry that matches version '{0}'.]]></Val>
6693+
</Str>
6694+
<Disp Icon="Str" />
6695+
</Item>
66606696
<Item ItemId=";package_json_has_0_field_1_that_references_2_6101" ItemType="0" PsrId="306" Leaf="true">
66616697
<Str Cat="Text">
66626698
<Val><![CDATA['package.json' has '{0}' field '{1}' that references '{2}'.]]></Val>
66636699
</Str>
66646700
<Disp Icon="Str" />
66656701
</Item>
6702+
<Item ItemId=";package_json_has_a_typesVersions_entry_0_that_is_not_a_valid_semver_range_6209" ItemType="0" PsrId="306" Leaf="true">
6703+
<Str Cat="Text">
6704+
<Val><![CDATA['package.json' has a 'typesVersions' entry '{0}' that is not a valid semver range.]]></Val>
6705+
</Str>
6706+
<Disp Icon="Str" />
6707+
</Item>
6708+
<Item ItemId=";package_json_has_a_typesVersions_entry_0_that_matches_compiler_version_1_looking_for_a_pattern_to_ma_6208" ItemType="0" PsrId="306" Leaf="true">
6709+
<Str Cat="Text">
6710+
<Val><![CDATA['package.json' has a 'typesVersions' entry '{0}' that matches compiler version '{1}', looking for a pattern to match module name '{2}'.]]></Val>
6711+
</Str>
6712+
<Disp Icon="Str" />
6713+
</Item>
6714+
<Item ItemId=";package_json_has_a_typesVersions_field_with_version_specific_path_mappings_6206" ItemType="0" PsrId="306" Leaf="true">
6715+
<Str Cat="Text">
6716+
<Val><![CDATA['package.json' has a 'typesVersions' field with version-specific path mappings.]]></Val>
6717+
</Str>
6718+
<Disp Icon="Str" />
6719+
</Item>
66666720
<Item ItemId=";parameter_modifiers_can_only_be_used_in_a_ts_file_8012" ItemType="0" PsrId="306" Leaf="true">
66676721
<Str Cat="Text">
66686722
<Val><![CDATA['parameter modifiers' can only be used in a .ts file.]]></Val>
@@ -6831,6 +6885,18 @@
68316885
</Str>
68326886
<Disp Icon="Str" />
68336887
</Item>
6888+
<Item ItemId=";use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347" ItemType="0" PsrId="306" Leaf="true">
6889+
<Str Cat="Text">
6890+
<Val><![CDATA['use strict' directive cannot be used with non-simple parameter list.]]></Val>
6891+
</Str>
6892+
<Disp Icon="Str" />
6893+
</Item>
6894+
<Item ItemId=";use_strict_directive_used_here_1349" ItemType="0" PsrId="306" Leaf="true">
6895+
<Str Cat="Text">
6896+
<Val><![CDATA['use strict' directive used here.]]></Val>
6897+
</Str>
6898+
<Disp Icon="Str" />
6899+
</Item>
68346900
<Item ItemId=";with_statements_are_not_allowed_in_an_async_function_block_1300" ItemType="0" PsrId="306" Leaf="true">
68356901
<Str Cat="Text">
68366902
<Val><![CDATA['with' statements are not allowed in an async function block.]]></Val>

0 commit comments

Comments
 (0)