You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Val><![CDATA[The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement.]]></Val>
13032
+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13033
+
<Val><![CDATA[Der "Type"-Modifizierer kann nicht für einen benannten Export verwendet werden, wenn "Export-Typ" auf seiner Export-Anweisung verwendet wird.]]></Val>
<Val><![CDATA[The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement.]]></Val>
13041
+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13042
+
<Val><![CDATA[Der "Type"-Modifizierer kann nicht für einen benannten Import verwendet werden, wenn der "Import-Typ" auf seiner Import-Anweisung verwendet wird.]]></Val>
<Val><![CDATA[Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system', or 'umd'.]]></Val>
5222
+
<Val><![CDATA[Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system', 'umd', 'node12', or 'nodenext'.]]></Val>
5214
5223
<Tgt Cat="Text" Stat="Loc" Orig="New">
5215
-
<Val><![CDATA[Les importations dynamiques sont prises en charge uniquement quand l'indicateur '--module' a la valeur 'es2020', 'esnext', 'commonjs', 'amd', 'system' ou 'umd'.]]></Val>
5224
+
<Val><![CDATA[Les importations dynamiques ne sont prises en charge que lorsque l’indicateur « --module » est défini sur « es2020 », « esnext », « commonjs », « amd », « system », « umd », « node12 » ou « nodenext ».]]></Val>
5216
5225
</Tgt>
5226
+
<Prev Cat="Text">
5227
+
<Val><![CDATA[Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system', or 'umd'.]]></Val>
<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>
8229
+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8230
+
<Val><![CDATA[Vous ne pouvez pas importer le module « {0} » à l’aide de cette construction. Le spécificateur se résout uniquement en module ES, que vous ne pouvez pas importer de manière synchrone. Utilisez l’importation dynamique à la place.]]></Val>
<Val><![CDATA[The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'esnext', or 'system'.]]></Val>
12551
+
<Val><![CDATA[The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'esnext', 'system', 'node12', or 'nodenext'.]]></Val>
12495
12552
<Tgt Cat="Text" Stat="Loc" Orig="New">
12496
-
<Val><![CDATA[La métapropriété 'import.meta' est autorisée uniquement quand l'option '--module' a la valeur 'es2020', 'esnext' ou 'system'.]]></Val>
12553
+
<Val><![CDATA[La métapropriété « import.meta » n'est autorisée que lorsque l'option « --module » est « es2020 », « esnext », « system », « node12 » ou « nodenext ».]]></Val>
<Val><![CDATA[This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma or explicit constraint.]]></Val>
13404
+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13405
+
<Val><![CDATA[Cette syntaxe est réservée dans les fichiers avec l’extension .mts ou .cts. Veuillez ajouter une virgule de fin ou une contrainte explicite.]]></Val>
<Val><![CDATA[Top-level 'await' expressions are only allowed when the 'module' option is set to 'esnext'or 'system', and the 'target' option is set to 'es2017' or higher.]]></Val>
13448
+
<Val><![CDATA[Top-level 'await' expressions are only allowed when the 'module' option is set to 'esnext', 'system', or 'nodenext', and the 'target' option is set to 'es2017' or higher.]]></Val>
13362
13449
<Tgt Cat="Text" Stat="Loc" Orig="New">
13363
-
<Val><![CDATA[Les expressions 'await' de niveau supérieur sont autorisées uniquement quand l'option 'module' a la valeur 'esnext' ou 'system', et que l'option 'target' a la valeur 'es2017' ou celle d'une version supérieure.]]></Val>
13450
+
<Val><![CDATA[Les expressions « await » de niveau supérieur ne sont autorisées que lorsque l’option « module » est définie sur « esnext », « system » ou « nodenext » et que l’option « target » est définie sur « es2017 » ou plus.]]></Val>
<Val><![CDATA[Top-level 'for await' loops are only allowed when the 'module' option is set to 'esnext'or 'system', and the 'target' option is set to 'es2017' or higher.]]></Val>
13466
+
<Val><![CDATA[Top-level 'for await' loops are only allowed when the 'module' option is set to 'esnext', 'system', or 'nodenext', and the 'target' option is set to 'es2017' or higher.]]></Val>
13380
13467
<Tgt Cat="Text" Stat="Loc" Orig="New">
13381
-
<Val><![CDATA[Les boucles 'for await' de niveau supérieur sont autorisées uniquement quand l'option 'module' a la valeur 'esnext' ou 'system', et que l'option 'target' a la valeur 'es2017' ou une valeur correspondant à une version supérieure.]]></Val>
13468
+
<Val><![CDATA[Les boucles « for await » de niveau supérieur ne sont autorisées que lorsque l'option « module » est définie sur « esnext », « system » ou « nodenext » et que l’option « target » est définie sur « es2017 » ou plus.]]></Val>
0 commit comments