Skip to content

Commit bfa69b7

Browse files
authored
LEGO: Merge pull request 40236
LEGO: Merge pull request 40236
2 parents 4aadd5a + 4134997 commit bfa69b7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,15 +1491,6 @@
14911491
</Str>
14921492
<Disp Icon="Str" />
14931493
</Item>
1494-
<Item ItemId=";All_files_must_be_modules_when_the_isolatedModules_flag_is_provided_1208" ItemType="0" PsrId="306" Leaf="true">
1495-
<Str Cat="Text">
1496-
<Val><![CDATA[All files must be modules when the '--isolatedModules' flag is provided.]]></Val>
1497-
<Tgt Cat="Text" Stat="Loc" Orig="New">
1498-
<Val><![CDATA[Todos los archivos deben ser módulos cuando se proporciona la marca "--isolatedModules".]]></Val>
1499-
</Tgt>
1500-
</Str>
1501-
<Disp Icon="Str" />
1502-
</Item>
15031494
<Item ItemId=";All_imports_in_import_declaration_are_unused_6192" ItemType="0" PsrId="306" Leaf="true">
15041495
<Str Cat="Text">
15051496
<Val><![CDATA[All imports in import declaration are unused.]]></Val>
@@ -12504,6 +12495,15 @@
1250412495
</Str>
1250512496
<Disp Icon="Str" />
1250612497
</Item>
12498+
<Item ItemId=";_0_cannot_be_compiled_under_isolatedModules_because_it_is_considered_a_global_script_file_Add_an_imp_1208" ItemType="0" PsrId="306" Leaf="true">
12499+
<Str Cat="Text">
12500+
<Val><![CDATA['{0}' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.]]></Val>
12501+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12502+
<Val><![CDATA["{0}" no se puede compilar bajo "--isolatedModules" porque se considera un archivo de script global. Agregue una instrucción import o export, o una instrucción "export {}" vacía para convertirla en un módulo.]]></Val>
12503+
</Tgt>
12504+
</Str>
12505+
<Disp Icon="Str" />
12506+
</Item>
1250712507
<Item ItemId=";_0_cannot_be_used_as_a_JSX_component_2786" ItemType="0" PsrId="306" Leaf="true">
1250812508
<Str Cat="Text">
1250912509
<Val><![CDATA['{0}' cannot be used as a JSX component.]]></Val>

0 commit comments

Comments
 (0)