Skip to content

Commit f21ebe9

Browse files
committed
Create the temporary LKG drop so as to share with community
1 parent 4eba27b commit f21ebe9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+43138
-25687
lines changed

lib/cs/diagnosticMessages.generated.json

+55-39
Large diffs are not rendered by default.

lib/de/diagnosticMessages.generated.json

+43-27
Large diffs are not rendered by default.

lib/enu/diagnosticMessages.generated.json.lcg

+117-15
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,12 @@
303303
</Str>
304304
<Disp Icon="Str" />
305305
</Item>
306+
<Item ItemId=";A_namespace_style_import_cannot_be_called_or_constructed_and_will_cause_a_failure_at_runtime_7038" ItemType="0" PsrId="306" Leaf="true">
307+
<Str Cat="Text">
308+
<Val><![CDATA[A namespace-style import cannot be called or constructed, and will cause a failure at runtime.]]></Val>
309+
</Str>
310+
<Disp Icon="Str" />
311+
</Item>
306312
<Item ItemId=";A_parameter_initializer_is_only_allowed_in_a_function_or_constructor_implementation_2371" ItemType="0" PsrId="306" Leaf="true">
307313
<Str Cat="Text">
308314
<Val><![CDATA[A parameter initializer is only allowed in a function or constructor implementation.]]></Val>
@@ -363,6 +369,12 @@
363369
</Str>
364370
<Disp Icon="Str" />
365371
</Item>
372+
<Item ItemId=";A_rest_element_cannot_have_a_property_name_2566" ItemType="0" PsrId="306" Leaf="true">
373+
<Str Cat="Text">
374+
<Val><![CDATA[A rest element cannot have a property name.]]></Val>
375+
</Str>
376+
<Disp Icon="Str" />
377+
</Item>
366378
<Item ItemId=";A_rest_element_cannot_have_an_initializer_1186" ItemType="0" PsrId="306" Leaf="true">
367379
<Str Cat="Text">
368380
<Val><![CDATA[A rest element cannot have an initializer.]]></Val>
@@ -567,6 +579,12 @@
567579
</Str>
568580
<Disp Icon="Str" />
569581
</Item>
582+
<Item ItemId=";Add_async_modifier_to_containing_function_90029" ItemType="0" PsrId="306" Leaf="true">
583+
<Str Cat="Text">
584+
<Val><![CDATA[Add async modifier to containing function]]></Val>
585+
</Str>
586+
<Disp Icon="Str" />
587+
</Item>
570588
<Item ItemId=";Add_index_signature_for_property_0_90017" ItemType="0" PsrId="306" Leaf="true">
571589
<Str Cat="Text">
572590
<Val><![CDATA[Add index signature for property '{0}']]></Val>
@@ -831,6 +849,18 @@
831849
</Str>
832850
<Disp Icon="Str" />
833851
</Item>
852+
<Item ItemId=";An_index_signature_parameter_type_cannot_be_a_type_alias_Consider_writing_0_Colon_1_Colon_2_instead_1336" ItemType="0" PsrId="306" Leaf="true">
853+
<Str Cat="Text">
854+
<Val><![CDATA[An index signature parameter type cannot be a type alias. Consider writing '[{0}: {1}]5D;: {2}' instead.]]></Val>
855+
</Str>
856+
<Disp Icon="Str" />
857+
</Item>
858+
<Item ItemId=";An_index_signature_parameter_type_cannot_be_a_union_type_Consider_using_a_mapped_object_type_instead_1337" ItemType="0" PsrId="306" Leaf="true">
859+
<Str Cat="Text">
860+
<Val><![CDATA[An index signature parameter type cannot be a union type. Consider using a mapped object type instead.]]></Val>
861+
</Str>
862+
<Disp Icon="Str" />
863+
</Item>
834864
<Item ItemId=";An_index_signature_parameter_type_must_be_string_or_number_1023" ItemType="0" PsrId="306" Leaf="true">
835865
<Str Cat="Text">
836866
<Val><![CDATA[An index signature parameter type must be 'string' or 'number'.]]></Val>
@@ -1191,6 +1221,24 @@
11911221
</Str>
11921222
<Disp Icon="Str" />
11931223
</Item>
1224+
<Item ItemId=";Cannot_invoke_an_object_which_is_possibly_null_2721" ItemType="0" PsrId="306" Leaf="true">
1225+
<Str Cat="Text">
1226+
<Val><![CDATA[Cannot invoke an object which is possibly 'null'.]]></Val>
1227+
</Str>
1228+
<Disp Icon="Str" />
1229+
</Item>
1230+
<Item ItemId=";Cannot_invoke_an_object_which_is_possibly_null_or_undefined_2723" ItemType="0" PsrId="306" Leaf="true">
1231+
<Str Cat="Text">
1232+
<Val><![CDATA[Cannot invoke an object which is possibly 'null' or 'undefined'.]]></Val>
1233+
</Str>
1234+
<Disp Icon="Str" />
1235+
</Item>
1236+
<Item ItemId=";Cannot_invoke_an_object_which_is_possibly_undefined_2722" ItemType="0" PsrId="306" Leaf="true">
1237+
<Str Cat="Text">
1238+
<Val><![CDATA[Cannot invoke an object which is possibly 'undefined'.]]></Val>
1239+
</Str>
1240+
<Disp Icon="Str" />
1241+
</Item>
11941242
<Item ItemId=";Cannot_re_export_a_type_when_the_isolatedModules_flag_is_provided_1205" ItemType="0" PsrId="306" Leaf="true">
11951243
<Str Cat="Text">
11961244
<Val><![CDATA[Cannot re-export a type when the '--isolatedModules' flag is provided.]]></Val>
@@ -1341,6 +1389,12 @@
13411389
</Str>
13421390
<Disp Icon="Str" />
13431391
</Item>
1392+
<Item ItemId=";Class_0_incorrectly_implements_class_1_Did_you_mean_to_extend_1_and_inherit_its_members_as_a_subclas_2720" ItemType="0" PsrId="306" Leaf="true">
1393+
<Str Cat="Text">
1394+
<Val><![CDATA[Class '{0}' incorrectly implements class '{1}'. Did you mean to extend '{1}' and inherit its members as a subclass?]]></Val>
1395+
</Str>
1396+
<Disp Icon="Str" />
1397+
</Item>
13441398
<Item ItemId=";Class_0_incorrectly_implements_interface_1_2420" ItemType="0" PsrId="306" Leaf="true">
13451399
<Str Cat="Text">
13461400
<Val><![CDATA[Class '{0}' incorrectly implements interface '{1}'.]]></Val>
@@ -1485,6 +1539,12 @@
14851539
</Str>
14861540
<Disp Icon="Str" />
14871541
</Item>
1542+
<Item ItemId=";Convert_to_ES6_module_95017" ItemType="0" PsrId="306" Leaf="true">
1543+
<Str Cat="Text">
1544+
<Val><![CDATA[Convert to ES6 module]]></Val>
1545+
</Str>
1546+
<Disp Icon="Str" />
1547+
</Item>
14881548
<Item ItemId=";Convert_to_default_import_95013" ItemType="0" PsrId="306" Leaf="true">
14891549
<Str Cat="Text">
14901550
<Val><![CDATA[Convert to default import]]></Val>
@@ -1869,6 +1929,12 @@
18691929
</Str>
18701930
<Disp Icon="Str" />
18711931
</Item>
1932+
<Item ItemId=";Enables_emit_interoperability_between_CommonJS_and_ES_Modules_via_creation_of_namespace_objects_for__7037" ItemType="0" PsrId="306" Leaf="true">
1933+
<Str Cat="Text">
1934+
<Val><![CDATA[Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'.]]></Val>
1935+
</Str>
1936+
<Disp Icon="Str" />
1937+
</Item>
18721938
<Item ItemId=";Enables_experimental_support_for_ES7_async_functions_6068" ItemType="0" PsrId="306" Leaf="true">
18731939
<Str Cat="Text">
18741940
<Val><![CDATA[Enables experimental support for ES7 async functions.]]></Val>
@@ -2127,12 +2193,6 @@
21272193
</Str>
21282194
<Disp Icon="Str" />
21292195
</Item>
2130-
<Item ItemId=";Extract_symbol_95003" ItemType="0" PsrId="306" Leaf="true">
2131-
<Str Cat="Text">
2132-
<Val><![CDATA[Extract symbol]]></Val>
2133-
</Str>
2134-
<Disp Icon="Str" />
2135-
</Item>
21362196
<Item ItemId=";Extract_to_0_in_1_95004" ItemType="0" PsrId="306" Leaf="true">
21372197
<Str Cat="Text">
21382198
<Val><![CDATA[Extract to {0} in {1}]]></Val>
@@ -2241,12 +2301,6 @@
22412301
</Str>
22422302
<Disp Icon="Str" />
22432303
</Item>
2244-
<Item ItemId=";File_specification_cannot_contain_multiple_recursive_directory_wildcards_Asterisk_Asterisk_Colon_0_5011" ItemType="0" PsrId="306" Leaf="true">
2245-
<Str Cat="Text">
2246-
<Val><![CDATA[File specification cannot contain multiple recursive directory wildcards ('**'): '{0}'.]]></Val>
2247-
</Str>
2248-
<Disp Icon="Str" />
2249-
</Item>
22502304
<Item ItemId=";File_specification_cannot_end_in_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0_5010" ItemType="0" PsrId="306" Leaf="true">
22512305
<Str Cat="Text">
22522306
<Val><![CDATA[File specification cannot end in a recursive directory wildcard ('**'): '{0}'.]]></Val>
@@ -2259,6 +2313,12 @@
22592313
</Str>
22602314
<Disp Icon="Str" />
22612315
</Item>
2316+
<Item ItemId=";Found_package_json_at_0_Package_ID_is_1_6190" ItemType="0" PsrId="306" Leaf="true">
2317+
<Str Cat="Text">
2318+
<Val><![CDATA[Found 'package.json' at '{0}'. Package ID is '{1}'.]]></Val>
2319+
</Str>
2320+
<Disp Icon="Str" />
2321+
</Item>
22622322
<Item ItemId=";Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_1250" ItemType="0" PsrId="306" Leaf="true">
22632323
<Str Cat="Text">
22642324
<Val><![CDATA[Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.]]></Val>
@@ -2925,6 +2985,12 @@
29252985
</Str>
29262986
<Disp Icon="Str" />
29272987
</Item>
2988+
<Item ItemId=";Mapped_object_type_implicitly_has_an_any_template_type_7039" ItemType="0" PsrId="306" Leaf="true">
2989+
<Str Cat="Text">
2990+
<Val><![CDATA[Mapped object type implicitly has an 'any' template type.]]></Val>
2991+
</Str>
2992+
<Disp Icon="Str" />
2993+
</Item>
29282994
<Item ItemId=";Member_0_implicitly_has_an_1_type_7008" ItemType="0" PsrId="306" Leaf="true">
29292995
<Str Cat="Text">
29302996
<Val><![CDATA[Member '{0}' implicitly has an '{1}' type.]]></Val>
@@ -3063,6 +3129,12 @@
30633129
</Str>
30643130
<Disp Icon="Str" />
30653131
</Item>
3132+
<Item ItemId=";Multiple_consecutive_numeric_separators_are_not_permitted_6189" ItemType="0" PsrId="306" Leaf="true">
3133+
<Str Cat="Text">
3134+
<Val><![CDATA[Multiple consecutive numeric separators are not permitted.]]></Val>
3135+
</Str>
3136+
<Disp Icon="Str" />
3137+
</Item>
30663138
<Item ItemId=";Multiple_constructor_implementations_are_not_allowed_2392" ItemType="0" PsrId="306" Leaf="true">
30673139
<Str Cat="Text">
30683140
<Val><![CDATA[Multiple constructor implementations are not allowed.]]></Val>
@@ -3123,6 +3195,12 @@
31233195
</Str>
31243196
<Disp Icon="Str" />
31253197
</Item>
3198+
<Item ItemId=";Numeric_separators_are_not_allowed_here_6188" ItemType="0" PsrId="306" Leaf="true">
3199+
<Str Cat="Text">
3200+
<Val><![CDATA[Numeric separators are not allowed here.]]></Val>
3201+
</Str>
3202+
<Disp Icon="Str" />
3203+
</Item>
31263204
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
31273205
<Str Cat="Text">
31283206
<Val><![CDATA[Object is possibly 'null'.]]></Val>
@@ -3591,6 +3669,12 @@
35913669
</Str>
35923670
<Disp Icon="Str" />
35933671
</Item>
3672+
<Item ItemId=";Property_0_in_type_1_is_not_assignable_to_the_same_property_in_base_type_2_2416" ItemType="0" PsrId="306" Leaf="true">
3673+
<Str Cat="Text">
3674+
<Val><![CDATA[Property '{0}' in type '{1}' is not assignable to the same property in base type '{2}'.]]></Val>
3675+
</Str>
3676+
<Disp Icon="Str" />
3677+
</Item>
35943678
<Item ItemId=";Property_0_in_type_1_is_not_assignable_to_type_2_2603" ItemType="0" PsrId="306" Leaf="true">
35953679
<Str Cat="Text">
35963680
<Val><![CDATA[Property '{0}' in type '{1}' is not assignable to type '{2}'.]]></Val>
@@ -3825,6 +3909,12 @@
38253909
</Str>
38263910
<Disp Icon="Str" />
38273911
</Item>
3912+
<Item ItemId=";Replace_import_with_0_95015" ItemType="0" PsrId="306" Leaf="true">
3913+
<Str Cat="Text">
3914+
<Val><![CDATA[Replace import with '{0}'.]]></Val>
3915+
</Str>
3916+
<Disp Icon="Str" />
3917+
</Item>
38283918
<Item ItemId=";Report_error_when_not_all_code_paths_in_function_return_a_value_6075" ItemType="0" PsrId="306" Leaf="true">
38293919
<Str Cat="Text">
38303920
<Val><![CDATA[Report error when not all code paths in function return a value.]]></Val>
@@ -4185,9 +4275,9 @@
41854275
</Str>
41864276
<Disp Icon="Str" />
41874277
</Item>
4188-
<Item ItemId=";Specify_library_files_to_be_included_in_the_compilation_Colon_6079" ItemType="0" PsrId="306" Leaf="true">
4278+
<Item ItemId=";Specify_library_files_to_be_included_in_the_compilation_6079" ItemType="0" PsrId="306" Leaf="true">
41894279
<Str Cat="Text">
4190-
<Val><![CDATA[Specify library files to be included in the compilation: ]]></Val>
4280+
<Val><![CDATA[Specify library files to be included in the compilation.]]></Val>
41914281
</Str>
41924282
<Disp Icon="Str" />
41934283
</Item>
@@ -4245,6 +4335,12 @@
42454335
</Str>
42464336
<Disp Icon="Str" />
42474337
</Item>
4338+
<Item ItemId=";Starting_compilation_in_watch_mode_6031" ItemType="0" PsrId="306" Leaf="true">
4339+
<Str Cat="Text">
4340+
<Val><![CDATA[Starting compilation in watch mode...]]></Val>
4341+
</Str>
4342+
<Disp Icon="Str" />
4343+
</Item>
42484344
<Item ItemId=";Statement_expected_1129" ItemType="0" PsrId="306" Leaf="true">
42494345
<Str Cat="Text">
42504346
<Val><![CDATA[Statement expected.]]></Val>
@@ -5163,6 +5259,12 @@
51635259
</Str>
51645260
<Disp Icon="Str" />
51655261
</Item>
5262+
<Item ItemId=";Use_synthetic_default_member_95016" ItemType="0" PsrId="306" Leaf="true">
5263+
<Str Cat="Text">
5264+
<Val><![CDATA[Use synthetic 'default' member.]]></Val>
5265+
</Str>
5266+
<Disp Icon="Str" />
5267+
</Item>
51665268
<Item ItemId=";Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher_2494" ItemType="0" PsrId="306" Leaf="true">
51675269
<Str Cat="Text">
51685270
<Val><![CDATA[Using a string in a 'for...of' statement is only supported in ECMAScript 5 and higher.]]></Val>
@@ -5495,7 +5597,7 @@
54955597
</Item>
54965598
<Item ItemId=";const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_im_2475" ItemType="0" PsrId="306" Leaf="true">
54975599
<Str Cat="Text">
5498-
<Val><![CDATA['const' enums can only be used in property or index access expressions or the right hand side of an import declaration or export assignment.]]></Val>
5600+
<Val><![CDATA['const' enums can only be used in property or index access expressions or the right hand side of an import declaration or export assignment or type query.]]></Val>
54995601
</Str>
55005602
<Disp Icon="Str" />
55015603
</Item>

0 commit comments

Comments
 (0)