Skip to content

Commit 80d2718

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent 2a41671 commit 80d2718

File tree

1 file changed

+24
-18
lines changed

1 file changed

+24
-18
lines changed

src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3969,6 +3969,24 @@
39693969
</Str>
39703970
<Disp Icon="Str" />
39713971
</Item>
3972+
<Item ItemId=";Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264" ItemType="0" PsrId="306" Leaf="true">
3973+
<Str Cat="Text">
3974+
<Val><![CDATA[Declarations with definite assignment assertions must also have type annotations.]]></Val>
3975+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3976+
<Val><![CDATA[Las declaraciones con aserciones de asignación definitiva deben tener también anotaciones de tipo.]]></Val>
3977+
</Tgt>
3978+
</Str>
3979+
<Disp Icon="Str" />
3980+
</Item>
3981+
<Item ItemId=";Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" ItemType="0" PsrId="306" Leaf="true">
3982+
<Str Cat="Text">
3983+
<Val><![CDATA[Declarations with initializers cannot also have definite assignment assertions.]]></Val>
3984+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3985+
<Val><![CDATA[Las declaraciones con inicializadores no pueden tener también aserciones de asignación definitiva.]]></Val>
3986+
</Tgt>
3987+
</Str>
3988+
<Disp Icon="Str" />
3989+
</Item>
39723990
<Item ItemId=";Declare_a_private_field_named_0_90053" ItemType="0" PsrId="306" Leaf="true">
39733991
<Str Cat="Text">
39743992
<Val><![CDATA[Declare a private field named '{0}'.]]></Val>
@@ -4071,15 +4089,6 @@
40714089
</Str>
40724090
<Disp Icon="Str" />
40734091
</Item>
4074-
<Item ItemId=";Definite_assignment_assertions_can_only_be_used_along_with_a_type_annotation_1258" ItemType="0" PsrId="306" Leaf="true">
4075-
<Str Cat="Text">
4076-
<Val><![CDATA[Definite assignment assertions can only be used along with a type annotation.]]></Val>
4077-
<Tgt Cat="Text" Stat="Loc" Orig="New">
4078-
<Val><![CDATA[Las aserciones de asignación definitiva solo se pueden usar junto con una anotación de tipo.]]></Val>
4079-
</Tgt>
4080-
</Str>
4081-
<Disp Icon="Str" />
4082-
</Item>
40834092
<Item ItemId=";Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200" ItemType="0" PsrId="306" Leaf="true">
40844093
<Str Cat="Text">
40854094
<Val><![CDATA[Definitions of the following identifiers conflict with those in another file: {0}]]></Val>
@@ -10296,15 +10305,6 @@
1029610305
</Str>
1029710306
<Disp Icon="Str" />
1029810307
</Item>
10299-
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
10300-
<Str Cat="Text">
10301-
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
10302-
<Tgt Cat="Text" Stat="Loc" Orig="New">
10303-
<Val><![CDATA[El argumento de tipo de literal de plantilla "{0}" no es un tipo literal ni un tipo genérico.]]></Val>
10304-
</Tgt>
10305-
</Str>
10306-
<Disp Icon="Str" />
10307-
</Item>
1030810308
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1030910309
<Str Cat="Text">
1031010310
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@@ -10587,6 +10587,12 @@
1058710587
</Str>
1058810588
<Disp Icon="Str" />
1058910589
</Item>
10590+
<Item ItemId=";The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795" ItemType="0" PsrId="306" Leaf="true">
10591+
<Str Cat="Text">
10592+
<Val><![CDATA[The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types.]]></Val>
10593+
</Str>
10594+
<Disp Icon="Str" />
10595+
</Item>
1059010596
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
1059110597
<Str Cat="Text">
1059210598
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>

0 commit comments

Comments
 (0)