Skip to content

Commit 156a6e2

Browse files
authored
LEGO: Merge pull request 40099
LEGO: Merge pull request 40099
2 parents c3d41bb + e0b494b commit 156a6e2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,15 +1479,6 @@
14791479
</Str>
14801480
<Disp Icon="Str" />
14811481
</Item>
1482-
<Item ItemId=";All_files_must_be_modules_when_the_isolatedModules_flag_is_provided_1208" ItemType="0" PsrId="306" Leaf="true">
1483-
<Str Cat="Text">
1484-
<Val><![CDATA[All files must be modules when the '--isolatedModules' flag is provided.]]></Val>
1485-
<Tgt Cat="Text" Stat="Loc" Orig="New">
1486-
<Val><![CDATA[提供 "--isolatedModules" 标志时,所有文件都必须是模块。]]></Val>
1487-
</Tgt>
1488-
</Str>
1489-
<Disp Icon="Str" />
1490-
</Item>
14911482
<Item ItemId=";All_imports_in_import_declaration_are_unused_6192" ItemType="0" PsrId="306" Leaf="true">
14921483
<Str Cat="Text">
14931484
<Val><![CDATA[All imports in import declaration are unused.]]></Val>
@@ -12492,6 +12483,15 @@
1249212483
</Str>
1249312484
<Disp Icon="Str" />
1249412485
</Item>
12486+
<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">
12487+
<Str Cat="Text">
12488+
<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>
12489+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12490+
<Val><![CDATA[无法在 "--isolatedModules" 下编译“{0}”,因为它被视为全局脚本文件。请添加导入、导出或空的 "export {}" 语句来使它成为模块。]]></Val>
12491+
</Tgt>
12492+
</Str>
12493+
<Disp Icon="Str" />
12494+
</Item>
1249512495
<Item ItemId=";_0_cannot_be_used_as_a_JSX_component_2786" ItemType="0" PsrId="306" Leaf="true">
1249612496
<Str Cat="Text">
1249712497
<Val><![CDATA['{0}' cannot be used as a JSX component.]]></Val>

0 commit comments

Comments
 (0)