|
8558 | 8558 | </Item>
|
8559 | 8559 | <Item ItemId=";Module_0_cannot_be_imported_using_this_construct_The_specifier_only_resolves_to_an_ES_module_which_c_1471" ItemType="0" PsrId="306" Leaf="true">
|
8560 | 8560 | <Str Cat="Text">
|
8561 |
| - <Val><![CDATA[Module '{0}' cannot be imported using this construct. The specifier only resolves to an ES module, which cannot be imported synchronously. Use dynamic import instead.]]></Val> |
| 8561 | + <Val><![CDATA[Module '{0}' cannot be imported using this construct. The specifier only resolves to an ES module, which cannot be imported with 'require'. Use an ECMAScript import instead.]]></Val> |
8562 | 8562 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
8563 |
| - <Val><![CDATA[Das Modul "{0}" kann nicht mithilfe dieses Konstrukts importiert werden. Der Spezifizierer wird nur in ein ES-Modul aufgelöst, das nicht synchron importiert werden kann. Verwenden Sie stattdessen den dynamischen Import.]]></Val> |
| 8563 | + <Val><![CDATA[Das Modul "{0}" kann nicht mit diesem Konstrukt importiert werden. Der Spezifizierer wird nur in ein ES-Modul aufgelöst, das nicht mit "require" importiert werden kann. Verwenden Sie stattdessen einen ECMAScript-Import.]]></Val> |
8564 | 8564 | </Tgt>
|
| 8565 | + <Prev Cat="Text"> |
| 8566 | + <Val><![CDATA[Module '{0}' cannot be imported using this construct. The specifier only resolves to an ES module, which cannot be imported synchronously. Use dynamic import instead.]]></Val> |
| 8567 | + </Prev> |
8565 | 8568 | </Str>
|
8566 | 8569 | <Disp Icon="Str" />
|
8567 | 8570 | </Item>
|
|
12834 | 12837 | </Str>
|
12835 | 12838 | <Disp Icon="Str" />
|
12836 | 12839 | </Item>
|
| 12840 | + <Item ItemId=";The_current_file_is_a_CommonJS_module_whose_imports_will_produce_require_calls_however_the_reference_1479" ItemType="0" PsrId="306" Leaf="true"> |
| 12841 | + <Str Cat="Text"> |
| 12842 | + <Val><![CDATA[The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("{0}")' call instead.]]></Val> |
| 12843 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 12844 | + <Val><![CDATA[Die aktuelle Datei ist ein CommonJS-Modul, dessen Importe "require"-Aufrufe generieren. Die Datei, auf die verwiesen wird, ist jedoch ein ECMAScript-Modul und kann nicht mit "require" importiert werden. Erwägen Sie stattdessen, einen dynamischen 'import("{0}")'-Aufruf zu schreiben.]]></Val> |
| 12845 | + </Tgt> |
| 12846 | + </Str> |
| 12847 | + <Disp Icon="Str" /> |
| 12848 | + </Item> |
12837 | 12849 | <Item ItemId=";The_current_host_does_not_support_the_0_option_5001" ItemType="0" PsrId="306" Leaf="true">
|
12838 | 12850 | <Str Cat="Text">
|
12839 | 12851 | <Val><![CDATA[The current host does not support the '{0}' option.]]></Val>
|
|
13923 | 13935 | </Str>
|
13924 | 13936 | <Disp Icon="Str" />
|
13925 | 13937 | </Item>
|
| 13938 | + <Item ItemId=";To_convert_this_file_to_an_ECMAScript_module_add_the_field_type_Colon_module_to_0_1482" ItemType="0" PsrId="306" Leaf="true"> |
| 13939 | + <Str Cat="Text"> |
| 13940 | + <Val><![CDATA[To convert this file to an ECMAScript module, add the field `"type": "module"` to '{0}'.]]></Val> |
| 13941 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 13942 | + <Val><![CDATA[Um diese Datei in ein ECMAScript-Modul zu konvertieren, fügen Sie das Feld "type": "module" zu "{0}" hinzu.]]></Val> |
| 13943 | + </Tgt> |
| 13944 | + </Str> |
| 13945 | + <Disp Icon="Str" /> |
| 13946 | + </Item> |
| 13947 | + <Item ItemId=";To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_add_the_field_type_Co_1481" ItemType="0" PsrId="306" Leaf="true"> |
| 13948 | + <Str Cat="Text"> |
| 13949 | + <Val><![CDATA[To convert this file to an ECMAScript module, change its file extension to '{0}', or add the field `"type": "module"` to '{1}'.]]></Val> |
| 13950 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 13951 | + <Val><![CDATA[Um diese Datei in ein ECMAScript-Modul zu konvertieren, ändern Sie die Dateierweiterung in "{0}", oder fügen Sie das Feld ''type': 'module'' zu "{1}" hinzu.]]></Val> |
| 13952 | + </Tgt> |
| 13953 | + </Str> |
| 13954 | + <Disp Icon="Str" /> |
| 13955 | + </Item> |
| 13956 | + <Item ItemId=";To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_create_a_local_packag_1480" ItemType="0" PsrId="306" Leaf="true"> |
| 13957 | + <Str Cat="Text"> |
| 13958 | + <Val><![CDATA[To convert this file to an ECMAScript module, change its file extension to '{0}' or create a local package.json file with `{ "type": "module" }`.]]></Val> |
| 13959 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 13960 | + <Val><![CDATA[Um diese Datei in ein ECMAScript-Modul zu konvertieren, ändern Sie ihre Dateierweiterung in '{0}', oder erstellen Sie eine lokale package.json-Datei mit `{ "type": "module" }`.]]></Val> |
| 13961 | + </Tgt> |
| 13962 | + </Str> |
| 13963 | + <Disp Icon="Str" /> |
| 13964 | + </Item> |
| 13965 | + <Item ItemId=";To_convert_this_file_to_an_ECMAScript_module_create_a_local_package_json_file_with_type_Colon_module_1483" ItemType="0" PsrId="306" Leaf="true"> |
| 13966 | + <Str Cat="Text"> |
| 13967 | + <Val><![CDATA[To convert this file to an ECMAScript module, create a local package.json file with `{ "type": "module" }`.]]></Val> |
| 13968 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 13969 | + <Val><![CDATA[Um diese Datei in ein ECMAScript-Modul zu konvertieren, erstellen Sie eine lokale package.json-Datei mit `{ "type": "module" }`.]]></Val> |
| 13970 | + </Tgt> |
| 13971 | + </Str> |
| 13972 | + <Disp Icon="Str" /> |
| 13973 | + </Item> |
13926 | 13974 | <Item ItemId=";Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_n_1378" ItemType="0" PsrId="306" Leaf="true">
|
13927 | 13975 | <Str Cat="Text">
|
13928 | 13976 | <Val><![CDATA[Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher.]]></Val>
|
|
0 commit comments