@typescript-deploys/pr-build 5.7.0-pr-59688-4 → 5.7.0-pr-59417-7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cs/diagnosticMessages.generated.json +6 -0
- package/lib/de/diagnosticMessages.generated.json +6 -0
- package/lib/es/diagnosticMessages.generated.json +6 -0
- package/lib/fr/diagnosticMessages.generated.json +6 -0
- package/lib/it/diagnosticMessages.generated.json +6 -0
- package/lib/ja/diagnosticMessages.generated.json +6 -0
- package/lib/ko/diagnosticMessages.generated.json +6 -0
- package/lib/lib.es2015.core.d.ts +9 -9
- package/lib/lib.es2015.iterable.d.ts +90 -27
- package/lib/lib.es2015.symbol.wellknown.d.ts +10 -10
- package/lib/lib.es2016.array.include.d.ts +9 -9
- package/lib/lib.es2017.sharedmemory.d.ts +12 -12
- package/lib/lib.es2017.typedarrays.d.ts +9 -9
- package/lib/lib.es2020.bigint.d.ts +51 -49
- package/lib/lib.es2020.sharedmemory.d.ts +11 -11
- package/lib/lib.es2022.array.d.ts +11 -11
- package/lib/lib.es2023.array.d.ts +99 -99
- package/lib/lib.es5.d.ts +251 -251
- package/lib/pl/diagnosticMessages.generated.json +6 -0
- package/lib/pt-br/diagnosticMessages.generated.json +6 -0
- package/lib/ru/diagnosticMessages.generated.json +6 -0
- package/lib/tr/diagnosticMessages.generated.json +6 -0
- package/lib/tsc.js +112 -71
- package/lib/typescript.d.ts +1 -4
- package/lib/typescript.js +398 -640
- package/lib/zh-cn/diagnosticMessages.generated.json +6 -0
- package/lib/zh-tw/diagnosticMessages.generated.json +6 -0
- package/package.json +1 -1
|
@@ -1225,6 +1225,8 @@
|
|
|
1225
1225
|
"Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028": "Privátní identifikátory jsou dostupné jen při cílení na ECMAScript 2015 a novější.",
|
|
1226
1226
|
"Private_identifiers_cannot_be_used_as_parameters_18009": "Privátní identifikátory se nedají použít jako parametry.",
|
|
1227
1227
|
"Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter_4105": "K privátnímu nebo chráněnému členu {0} se nedá přistupovat v parametru typu.",
|
|
1228
|
+
"Project_0_can_t_be_built_because_its_dependency_1_has_errors_6363": "Project '{0}' can't be built because its dependency '{1}' has errors",
|
|
1229
|
+
"Project_0_can_t_be_built_because_its_dependency_1_was_not_built_6383": "Project '{0}' can't be built because its dependency '{1}' was not built",
|
|
1228
1230
|
"Project_0_is_being_forcibly_rebuilt_6388": "Projekt {0} se nuceně vytváří znovu.",
|
|
1229
1231
|
"Project_0_is_out_of_date_because_1_6420": "Projekt „{0}“ je zastaralý, protože {1}.",
|
|
1230
1232
|
"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_file_2_was_root_file_of_compilation_6412": "Projekt „{0}“ je zastaralý, protože soubor buildinfo „{1}“ označuje, že soubor „{2}“ byl kořenovým souborem kompilace, ale už není.",
|
|
@@ -1434,9 +1436,12 @@
|
|
|
1434
1436
|
"Show_what_would_be_built_or_deleted_if_specified_with_clean_6367": "Zobrazit, co by se sestavilo (nebo odstranilo, pokud je zadaná možnost --clean)",
|
|
1435
1437
|
"Signature_0_must_be_a_type_predicate_1224": "Signatura {0} musí být predikát typu.",
|
|
1436
1438
|
"Signature_declarations_can_only_be_used_in_TypeScript_files_8017": "Deklarace signatur se dají používat jen v typescriptových souborech.",
|
|
1439
|
+
"Skip_building_downstream_projects_on_error_in_upstream_project_6640": "Přeskočí vytváření podřízených projektů při chybě v nadřazeném projektu.",
|
|
1437
1440
|
"Skip_type_checking_all_d_ts_files_6693": "Přeskočte kontrolu typů ve všech souborech .d.ts.",
|
|
1438
1441
|
"Skip_type_checking_d_ts_files_that_are_included_with_TypeScript_6692": "Při kontrole typů vynechte soubory .d.ts zahrnuté do TypeScriptu.",
|
|
1439
1442
|
"Skip_type_checking_of_declaration_files_6012": "Přeskočit kontrolu typu souborů deklarace",
|
|
1443
|
+
"Skipping_build_of_project_0_because_its_dependency_1_has_errors_6362": "Skipping build of project '{0}' because its dependency '{1}' has errors",
|
|
1444
|
+
"Skipping_build_of_project_0_because_its_dependency_1_was_not_built_6382": "Skipping build of project '{0}' because its dependency '{1}' was not built",
|
|
1440
1445
|
"Skipping_module_0_that_looks_like_an_absolute_URI_target_file_types_Colon_1_6164": "Přeskakuje se modul „{0}“, který vypadá jako absolutní identifikátor URI. Cílové typy souborů: {1}.",
|
|
1441
1446
|
"Source_from_referenced_project_0_included_because_1_specified_1414": "Zdroj z odkazovaného projektu {0}, který se zahrnul, protože je zadané {1}.",
|
|
1442
1447
|
"Source_from_referenced_project_0_included_because_module_is_specified_as_none_1415": "Zdroj z odkazovaného projektu {0}, který se zahrnul, protože možnost --module se nastavila na none.",
|
|
@@ -1660,6 +1665,7 @@
|
|
|
1660
1665
|
"This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_that_is_declared__4116": "Tento člen musí mít modifikátor override, protože přepisuje abstraktní metodu, která je deklarovaná v základní třídě {0}.",
|
|
1661
1666
|
"This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_2497": "Na tento modul je možné se pomocí importů nebo exportů ECMAScript odkazovat jen tak, že se zapne příznak {0} a odkáže se na výchozí export.",
|
|
1662
1667
|
"This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag_2594": "Tento modul se deklaroval pomocí export =, a dá se použít jenom s výchozím importem při použití příznaku {0}.",
|
|
1668
|
+
"This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2_6807": "Tato operace se dá zjednodušit. Tento posun je totožný s {0} {1} {2}.",
|
|
1663
1669
|
"This_overload_implicitly_returns_the_type_0_because_it_lacks_a_return_type_annotation_7012": "Toto přetížení implicitně vrací typ „{0}“, protože postrádá anotaci návratového typu.",
|
|
1664
1670
|
"This_overload_signature_is_not_compatible_with_its_implementation_signature_2394": "Tato signatura přetížení není kompatibilní se signaturou implementace.",
|
|
1665
1671
|
"This_parameter_is_not_allowed_with_use_strict_directive_1346": "Tento parametr se nepodporuje s direktivou use strict.",
|
|
@@ -1225,6 +1225,8 @@
|
|
|
1225
1225
|
"Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028": "Private Bezeichner sind nur verfügbar, wenn als Ziel ECMAScript 2015 oder höher verwendet wird.",
|
|
1226
1226
|
"Private_identifiers_cannot_be_used_as_parameters_18009": "Private Bezeichner können nicht als Parameter verwendet werden.",
|
|
1227
1227
|
"Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter_4105": "Für einen Typparameter kann nicht auf den privaten oder geschützten Member \"{0}\" zugegriffen werden.",
|
|
1228
|
+
"Project_0_can_t_be_built_because_its_dependency_1_has_errors_6363": "Project '{0}' can't be built because its dependency '{1}' has errors",
|
|
1229
|
+
"Project_0_can_t_be_built_because_its_dependency_1_was_not_built_6383": "Project '{0}' can't be built because its dependency '{1}' was not built",
|
|
1228
1230
|
"Project_0_is_being_forcibly_rebuilt_6388": "Die Neuerstellung des Projekts \"{0}\" wird erzwungen.",
|
|
1229
1231
|
"Project_0_is_out_of_date_because_1_6420": "Das Projekt \"{0}\" ist veraltet, da {1}.",
|
|
1230
1232
|
"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_file_2_was_root_file_of_compilation_6412": "Das Projekt \"{0}\" ist veraltet, da die buildinfo-Datei \"{1}\" darauf hinweist, dass die Datei \"{2}\" die Stammdatei der Kompilierung war, es jetzt jedoch nicht mehr ist.",
|
|
@@ -1434,9 +1436,12 @@
|
|
|
1434
1436
|
"Show_what_would_be_built_or_deleted_if_specified_with_clean_6367": "Anzeigen, was erstellt würde (oder gelöscht würde, wenn mit \"--clean\" angegeben)",
|
|
1435
1437
|
"Signature_0_must_be_a_type_predicate_1224": "Die Signatur \"{0}\" muss ein Typprädikat sein.",
|
|
1436
1438
|
"Signature_declarations_can_only_be_used_in_TypeScript_files_8017": "Signaturdeklarationen können nur in TypeScript-Dateien verwendet werden.",
|
|
1439
|
+
"Skip_building_downstream_projects_on_error_in_upstream_project_6640": "Überspringen Sie die Erstellung von Downstreamprojekten bei einem Fehler im Upstreamprojekt.",
|
|
1437
1440
|
"Skip_type_checking_all_d_ts_files_6693": "Überspringen Sie die Typüberprüfung aller .d.ts-Dateien.",
|
|
1438
1441
|
"Skip_type_checking_d_ts_files_that_are_included_with_TypeScript_6692": "Überspringen Sie die Typüberprüfung von .d.ts-Dateien, die in TypeScript enthalten sind.",
|
|
1439
1442
|
"Skip_type_checking_of_declaration_files_6012": "Überspringen Sie die Typüberprüfung von Deklarationsdateien.",
|
|
1443
|
+
"Skipping_build_of_project_0_because_its_dependency_1_has_errors_6362": "Skipping build of project '{0}' because its dependency '{1}' has errors",
|
|
1444
|
+
"Skipping_build_of_project_0_because_its_dependency_1_was_not_built_6382": "Skipping build of project '{0}' because its dependency '{1}' was not built",
|
|
1440
1445
|
"Skipping_module_0_that_looks_like_an_absolute_URI_target_file_types_Colon_1_6164": "Modul \"{0}\", das wie ein absoluter URI aussieht, wird übersprungen, Zieldateitypen: {1}.",
|
|
1441
1446
|
"Source_from_referenced_project_0_included_because_1_specified_1414": "Quelle aus referenziertem Projekt \"{0}\", da \"{1}\" angegeben wurde",
|
|
1442
1447
|
"Source_from_referenced_project_0_included_because_module_is_specified_as_none_1415": "Quelle aus referenziertem Projekt \"{0}\", da \"--module\" als \"none\" angegeben wurde",
|
|
@@ -1660,6 +1665,7 @@
|
|
|
1660
1665
|
"This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_that_is_declared__4116": "Dieser Member muss einen override-Modifizierer aufweisen, weil er eine abstrakte Methode überschreibt, die in der Basisklasse \"{0}\" deklariert ist.",
|
|
1661
1666
|
"This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_2497": "Auf dieses Modul kann nur mit ECMAScript-Importen/-Exporten verwiesen werden, indem das Flag \"{0}\" aktiviert und auf den Standardexport verwiesen wird.",
|
|
1662
1667
|
"This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag_2594": "Dieses Modul wird mit „export =“ deklariert und kann nur bei Verwendung des Kennzeichnens „{0}“ mit einem Standardimport verwendet werden.",
|
|
1668
|
+
"This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2_6807": "Dieser Vorgang kann vereinfacht werden. Diese Schicht ist identisch mit „{0} {1} {2}“.",
|
|
1663
1669
|
"This_overload_implicitly_returns_the_type_0_because_it_lacks_a_return_type_annotation_7012": "Diese Überladung gibt implizit den Typ „{0}“ zurück, da keine Rückgabetypanmerkung vorhanden ist.",
|
|
1664
1670
|
"This_overload_signature_is_not_compatible_with_its_implementation_signature_2394": "Diese Überladungssignatur ist nicht mit der zugehörigen Implementierungssignatur kompatibel.",
|
|
1665
1671
|
"This_parameter_is_not_allowed_with_use_strict_directive_1346": "Dieser Parameter ist mit der Direktive \"use strict\" nicht zugelassen.",
|
|
@@ -1225,6 +1225,8 @@
|
|
|
1225
1225
|
"Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028": "Los identificadores privados solo están disponibles cuando el destino es ECMAScript 2015 y versiones posteriores.",
|
|
1226
1226
|
"Private_identifiers_cannot_be_used_as_parameters_18009": "Los identificadores privados no se pueden usar como parámetros.",
|
|
1227
1227
|
"Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter_4105": "No se puede acceder al miembro \"{0}\" privado o protegido en un parámetro de tipo.",
|
|
1228
|
+
"Project_0_can_t_be_built_because_its_dependency_1_has_errors_6363": "Project '{0}' can't be built because its dependency '{1}' has errors",
|
|
1229
|
+
"Project_0_can_t_be_built_because_its_dependency_1_was_not_built_6383": "Project '{0}' can't be built because its dependency '{1}' was not built",
|
|
1228
1230
|
"Project_0_is_being_forcibly_rebuilt_6388": "El proyecto \"{0}\" se está recompilando de manera forzada.",
|
|
1229
1231
|
"Project_0_is_out_of_date_because_1_6420": "El proyecto “{0}” no está actualizado porque {1}.",
|
|
1230
1232
|
"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_file_2_was_root_file_of_compilation_6412": "El proyecto “{0}” no está actualizado porque el archivo buildinfo “{1}” indica que el archivo “{2}” era el archivo raíz de la compilación, pero ya no.",
|
|
@@ -1434,9 +1436,12 @@
|
|
|
1434
1436
|
"Show_what_would_be_built_or_deleted_if_specified_with_clean_6367": "Mostrar lo que podría compilarse (o eliminarse, si se especifica con \"--clean\")",
|
|
1435
1437
|
"Signature_0_must_be_a_type_predicate_1224": "La signatura '{0}' debe tener un predicado de tipo.",
|
|
1436
1438
|
"Signature_declarations_can_only_be_used_in_TypeScript_files_8017": "Las declaraciones de signatura solo se pueden usar en los archivos TypeScript.",
|
|
1439
|
+
"Skip_building_downstream_projects_on_error_in_upstream_project_6640": "Omitir la compilación de proyectos que siguen en la cadena debido a un error en el proyecto ascendente.",
|
|
1437
1440
|
"Skip_type_checking_all_d_ts_files_6693": "Omita la comprobación de tipos de todos los archivos .d.ts.",
|
|
1438
1441
|
"Skip_type_checking_d_ts_files_that_are_included_with_TypeScript_6692": "Omita la comprobación de tipos de archivo .d.ts que se incluyen con TypeScript.",
|
|
1439
1442
|
"Skip_type_checking_of_declaration_files_6012": "Omita la comprobación de tipos de los archivos de declaración.",
|
|
1443
|
+
"Skipping_build_of_project_0_because_its_dependency_1_has_errors_6362": "Skipping build of project '{0}' because its dependency '{1}' has errors",
|
|
1444
|
+
"Skipping_build_of_project_0_because_its_dependency_1_was_not_built_6382": "Skipping build of project '{0}' because its dependency '{1}' was not built",
|
|
1440
1445
|
"Skipping_module_0_that_looks_like_an_absolute_URI_target_file_types_Colon_1_6164": "Omitiendo el módulo “{0}” que parece un URI absoluto, tipos de archivo de destino: {1}.",
|
|
1441
1446
|
"Source_from_referenced_project_0_included_because_1_specified_1414": "El origen del proyecto \"{0}\" al que se hace referencia se ha incluido porque se ha especificado \"{1}\".",
|
|
1442
1447
|
"Source_from_referenced_project_0_included_because_module_is_specified_as_none_1415": "El origen del proyecto \"{0}\" al que se hace referencia se ha incluido porque \"--module\" se ha especificado como \"none\".",
|
|
@@ -1660,6 +1665,7 @@
|
|
|
1660
1665
|
"This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_that_is_declared__4116": "Este miembro debe tener un modificador \"override\" porque reemplaza a un método abstracto que se declara en la clase base \"{0}\".",
|
|
1661
1666
|
"This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_2497": "Solo se puede hacer referencia a este módulo con las importaciones o exportaciones de ECMAScript mediante la activación de la marca \"{0}\" y la referencia a su exportación predeterminada.",
|
|
1662
1667
|
"This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag_2594": "Este módulo se declara con \"export =\" y solo se puede usar con una importación predeterminada cuando se usa la marca \"{0}\".",
|
|
1668
|
+
"This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2_6807": "Esta operación se puede simplificar. Este turno es idéntico a \"{0} {1} {2}\".",
|
|
1663
1669
|
"This_overload_implicitly_returns_the_type_0_because_it_lacks_a_return_type_annotation_7012": "Esta sobrecarga devuelve implícitamente el tipo “{0}” porque carece de una anotación de tipo de valor devuelto.",
|
|
1664
1670
|
"This_overload_signature_is_not_compatible_with_its_implementation_signature_2394": "Esta signatura de sobrecarga no es compatible con su signatura de implementación.",
|
|
1665
1671
|
"This_parameter_is_not_allowed_with_use_strict_directive_1346": "Este parámetro no se permite con la directiva \"use strict\".",
|
|
@@ -1225,6 +1225,8 @@
|
|
|
1225
1225
|
"Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028": "Les identificateurs privés sont disponibles uniquement durant le ciblage d'ECMAScript 2015 et version ultérieure.",
|
|
1226
1226
|
"Private_identifiers_cannot_be_used_as_parameters_18009": "Les identificateurs privés ne peuvent pas être utilisés en tant que paramètres.",
|
|
1227
1227
|
"Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter_4105": "Le membre privé ou protégé '{0}' n'est pas accessible sur un paramètre de type.",
|
|
1228
|
+
"Project_0_can_t_be_built_because_its_dependency_1_has_errors_6363": "Project '{0}' can't be built because its dependency '{1}' has errors",
|
|
1229
|
+
"Project_0_can_t_be_built_because_its_dependency_1_was_not_built_6383": "Project '{0}' can't be built because its dependency '{1}' was not built",
|
|
1228
1230
|
"Project_0_is_being_forcibly_rebuilt_6388": "Le projet « {0} » est en cours de régénération forcée",
|
|
1229
1231
|
"Project_0_is_out_of_date_because_1_6420": "Le projet '{0}' est obsolète car {1}.",
|
|
1230
1232
|
"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_file_2_was_root_file_of_compilation_6412": "Le projet «{0}» est obsolète, car le fichier buildinfo «{1}» indique que le fichier «{2}» était un fichier racine de compilation, mais pas plus.",
|
|
@@ -1434,9 +1436,12 @@
|
|
|
1434
1436
|
"Show_what_would_be_built_or_deleted_if_specified_with_clean_6367": "Montrer ce qui serait généré (ou supprimé si '--clean' est spécifié)",
|
|
1435
1437
|
"Signature_0_must_be_a_type_predicate_1224": "La signature '{0}' doit être un prédicat de type.",
|
|
1436
1438
|
"Signature_declarations_can_only_be_used_in_TypeScript_files_8017": "Les déclarations de signature peuvent uniquement être utilisées dans les fichiers TypeScript.",
|
|
1439
|
+
"Skip_building_downstream_projects_on_error_in_upstream_project_6640": "Ignorer la génération de projets en aval en cas d’erreur dans le projet en amont.",
|
|
1437
1440
|
"Skip_type_checking_all_d_ts_files_6693": "Ignorer la vérification de type dans tous les fichiers .d.ts.",
|
|
1438
1441
|
"Skip_type_checking_d_ts_files_that_are_included_with_TypeScript_6692": "Ignorer la vérification de type des fichiers .d.ts inclus dans TypeScript.",
|
|
1439
1442
|
"Skip_type_checking_of_declaration_files_6012": "Ignorer le contrôle de type des fichiers de déclaration.",
|
|
1443
|
+
"Skipping_build_of_project_0_because_its_dependency_1_has_errors_6362": "Skipping build of project '{0}' because its dependency '{1}' has errors",
|
|
1444
|
+
"Skipping_build_of_project_0_because_its_dependency_1_was_not_built_6382": "Skipping build of project '{0}' because its dependency '{1}' was not built",
|
|
1440
1445
|
"Skipping_module_0_that_looks_like_an_absolute_URI_target_file_types_Colon_1_6164": "Le module '{0}' qui ressemble à un URI absolu, types de fichiers cibles : {1}.",
|
|
1441
1446
|
"Source_from_referenced_project_0_included_because_1_specified_1414": "Source du projet référencé '{0}' incluse, car '{1}' est spécifié",
|
|
1442
1447
|
"Source_from_referenced_project_0_included_because_module_is_specified_as_none_1415": "Source du projet référencé '{0}' incluse, car '--module' est spécifié en tant que 'none'",
|
|
@@ -1660,6 +1665,7 @@
|
|
|
1660
1665
|
"This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_that_is_declared__4116": "Ce membre doit avoir un modificateur 'override', car il se substitue à une méthode abstraite déclarée dans la classe de base '{0}'.",
|
|
1661
1666
|
"This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_2497": "Vous pouvez référencer ce module uniquement avec les importations/exportations ECMAScript en activant l'indicateur '{0}' et en référençant son exportation par défaut.",
|
|
1662
1667
|
"This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag_2594": "Ce module est déclaré avec 'export =', et ne peut être utilisé qu’avec une importation par défaut lors de l’utilisation de l’indicateur '{0}'.",
|
|
1668
|
+
"This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2_6807": "Cette opération peut être simplifiée. Ce shift est identique à '{0} {1} {2}'.",
|
|
1663
1669
|
"This_overload_implicitly_returns_the_type_0_because_it_lacks_a_return_type_annotation_7012": "Cette surcharge retourne implicitement le type « {0} », car elle n’a pas d’annotation de type de retour.",
|
|
1664
1670
|
"This_overload_signature_is_not_compatible_with_its_implementation_signature_2394": "Cette signature de surcharge n'est pas compatible avec sa signature d'implémentation.",
|
|
1665
1671
|
"This_parameter_is_not_allowed_with_use_strict_directive_1346": "Ce paramètre n'est pas autorisé avec la directive 'use strict'.",
|
|
@@ -1225,6 +1225,8 @@
|
|
|
1225
1225
|
"Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028": "Gli identificatori privati sono disponibili solo se destinati a ECMAScript 2015 e versioni successive.",
|
|
1226
1226
|
"Private_identifiers_cannot_be_used_as_parameters_18009": "Non è possibile usare gli identificatori privati come parametri.",
|
|
1227
1227
|
"Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter_4105": "Non è possibile accedere al membro privato o protetto '{0}' in un parametro di tipo.",
|
|
1228
|
+
"Project_0_can_t_be_built_because_its_dependency_1_has_errors_6363": "Project '{0}' can't be built because its dependency '{1}' has errors",
|
|
1229
|
+
"Project_0_can_t_be_built_because_its_dependency_1_was_not_built_6383": "Project '{0}' can't be built because its dependency '{1}' was not built",
|
|
1228
1230
|
"Project_0_is_being_forcibly_rebuilt_6388": "Il progetto '{0}' è stato ricompilato forzatamente",
|
|
1229
1231
|
"Project_0_is_out_of_date_because_1_6420": "Il progetto '{0}' non è aggiornato perché {1}.",
|
|
1230
1232
|
"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_file_2_was_root_file_of_compilation_6412": "Il progetto '{0}' non è aggiornato perché il file buildinfo '{1}' indica che il file '{2}' era un file radice di compilazione ma non più aggiornato.",
|
|
@@ -1434,9 +1436,12 @@
|
|
|
1434
1436
|
"Show_what_would_be_built_or_deleted_if_specified_with_clean_6367": "Mostra gli elementi che vengono compilati (o eliminati, se specificati con l'opzione '--clean')",
|
|
1435
1437
|
"Signature_0_must_be_a_type_predicate_1224": "La firma '{0}' deve essere un predicato di tipo.",
|
|
1436
1438
|
"Signature_declarations_can_only_be_used_in_TypeScript_files_8017": "Le dichiarazioni firma possono essere usate solo in file TypeScript.",
|
|
1439
|
+
"Skip_building_downstream_projects_on_error_in_upstream_project_6640": "Ignorare la compilazione di progetti downstream in base a un errore nel progetto upstream.",
|
|
1437
1440
|
"Skip_type_checking_all_d_ts_files_6693": "Ignora il controllo del tipo di tutti i file .d.ts.",
|
|
1438
1441
|
"Skip_type_checking_d_ts_files_that_are_included_with_TypeScript_6692": "Ignora il controllo dei tipi dei file .d.ts inclusi con TypeScript.",
|
|
1439
1442
|
"Skip_type_checking_of_declaration_files_6012": "Ignora il controllo del tipo dei file di dichiarazione.",
|
|
1443
|
+
"Skipping_build_of_project_0_because_its_dependency_1_has_errors_6362": "Skipping build of project '{0}' because its dependency '{1}' has errors",
|
|
1444
|
+
"Skipping_build_of_project_0_because_its_dependency_1_was_not_built_6382": "Skipping build of project '{0}' because its dependency '{1}' was not built",
|
|
1440
1445
|
"Skipping_module_0_that_looks_like_an_absolute_URI_target_file_types_Colon_1_6164": "Vine ignorato il modulo '{0}' che sembra un URI assoluto, tipi di file di destinazione: {1}.",
|
|
1441
1446
|
"Source_from_referenced_project_0_included_because_1_specified_1414": "L'origine del progetto di riferimento '{0}' è inclusa perché è stato specificato '{1}'",
|
|
1442
1447
|
"Source_from_referenced_project_0_included_because_module_is_specified_as_none_1415": "L'origine del progetto di riferimento '{0}' è inclusa perché il valore specificato per '--module' è 'none'",
|
|
@@ -1660,6 +1665,7 @@
|
|
|
1660
1665
|
"This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_that_is_declared__4116": "Questo membro deve includere un modificatore 'override' perché esegue l'override di un metodo astratto dichiarato nella classe di base '{0}'.",
|
|
1661
1666
|
"This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_2497": "È possibile fare riferimento a questo modulo solo con importazioni/esportazioni ECMAScript attivando il flag '{0}' e facendo riferimento alla relativa esportazione predefinita.",
|
|
1662
1667
|
"This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag_2594": "Il modulo viene dichiarato con 'export =' e può essere usato solo con un'importazione predefinita quando si usa il flag '{0}'.",
|
|
1668
|
+
"This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2_6807": "Questa operazione può essere semplificata. Questo turno è identico a '{0} {1} {2}'.",
|
|
1663
1669
|
"This_overload_implicitly_returns_the_type_0_because_it_lacks_a_return_type_annotation_7012": "Questo overload restituisce implicitamente il tipo '{0}' perché manca un'annotazione di tipo restituito.",
|
|
1664
1670
|
"This_overload_signature_is_not_compatible_with_its_implementation_signature_2394": "Questa firma di overload non è compatibile con la relativa firma di implementazione.",
|
|
1665
1671
|
"This_parameter_is_not_allowed_with_use_strict_directive_1346": "Questo parametro non è consentito con la direttiva 'use strict'.",
|
|
@@ -1225,6 +1225,8 @@
|
|
|
1225
1225
|
"Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028": "private 識別子は ECMAScript 2015 以上をターゲットにする場合にのみ使用できます。",
|
|
1226
1226
|
"Private_identifiers_cannot_be_used_as_parameters_18009": "private 識別子はパラメーターとして使用できません。",
|
|
1227
1227
|
"Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter_4105": "private または protected メンバー '{0}' には、型パラメーターではアクセスできません。",
|
|
1228
|
+
"Project_0_can_t_be_built_because_its_dependency_1_has_errors_6363": "Project '{0}' can't be built because its dependency '{1}' has errors",
|
|
1229
|
+
"Project_0_can_t_be_built_because_its_dependency_1_was_not_built_6383": "Project '{0}' can't be built because its dependency '{1}' was not built",
|
|
1228
1230
|
"Project_0_is_being_forcibly_rebuilt_6388": "プロジェクト '{0}' が強制的にリビルドされています",
|
|
1229
1231
|
"Project_0_is_out_of_date_because_1_6420": "{1}のため、プロジェクト '{0}' は古くなっています。",
|
|
1230
1232
|
"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_file_2_was_root_file_of_compilation_6412": "buildinfo ファイル '{1}' は、ファイル '{2}' がコンパイルのルート ファイルでしたが、それ以上はないことを示しているため、プロジェクト '{0}' は最新ではありません。",
|
|
@@ -1434,9 +1436,12 @@
|
|
|
1434
1436
|
"Show_what_would_be_built_or_deleted_if_specified_with_clean_6367": "ビルドされる (または '--clean' で指定される場合は、削除される) 内容を表示する",
|
|
1435
1437
|
"Signature_0_must_be_a_type_predicate_1224": "シグネチャ '{0}' は型の述語である必要があります。",
|
|
1436
1438
|
"Signature_declarations_can_only_be_used_in_TypeScript_files_8017": "署名宣言は TypeScript ファイルでのみ使用できます。",
|
|
1439
|
+
"Skip_building_downstream_projects_on_error_in_upstream_project_6640": "アップストリーム プロジェクトのエラー時にダウンストリーム プロジェクトのビルドをスキップします。",
|
|
1437
1440
|
"Skip_type_checking_all_d_ts_files_6693": "すべての .d.ts ファイルについて型チェックをスキップします。",
|
|
1438
1441
|
"Skip_type_checking_d_ts_files_that_are_included_with_TypeScript_6692": "TypeScript に含まれている .d.ts ファイルの型チェックをスキップします。",
|
|
1439
1442
|
"Skip_type_checking_of_declaration_files_6012": "宣言ファイルの型チェックをスキップします。",
|
|
1443
|
+
"Skipping_build_of_project_0_because_its_dependency_1_has_errors_6362": "Skipping build of project '{0}' because its dependency '{1}' has errors",
|
|
1444
|
+
"Skipping_build_of_project_0_because_its_dependency_1_was_not_built_6382": "Skipping build of project '{0}' because its dependency '{1}' was not built",
|
|
1440
1445
|
"Skipping_module_0_that_looks_like_an_absolute_URI_target_file_types_Colon_1_6164": "絶対 URI のように見えるモジュール '{0}' をスキップしています。ターゲット ファイルの種類: {1}。",
|
|
1441
1446
|
"Source_from_referenced_project_0_included_because_1_specified_1414": "'{1}' が指定されたため、参照先プロジェクト '{0}' からソースがインクルードされました",
|
|
1442
1447
|
"Source_from_referenced_project_0_included_because_module_is_specified_as_none_1415": "'--module' が 'none' として指定されたため、参照先プロジェクト '{0}' からソースがインクルードされました",
|
|
@@ -1660,6 +1665,7 @@
|
|
|
1660
1665
|
"This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_that_is_declared__4116": "このメンバーは、基底クラス '{0}' で宣言された抽象メソッドをオーバーライドするため、'override' 修飾子を指定する必要があります。",
|
|
1661
1666
|
"This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_2497": "このモジュールは、'{0}' フラグをオンにして既定のエクスポートを参照することにより、ECMAScript のインポートまたはエクスポートのみを使用して参照できます。",
|
|
1662
1667
|
"This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag_2594": "このモジュールは、'export =' を使用して宣言されており、'{0}' フラグを使用する場合は既定のインポートでのみ使用できます。",
|
|
1668
|
+
"This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2_6807": "この操作は簡略化できます。このシフトは '{0} {1} {2}' と同じです。",
|
|
1663
1669
|
"This_overload_implicitly_returns_the_type_0_because_it_lacks_a_return_type_annotation_7012": "このオーバーロードは、戻り値の型の注釈がないため、型 '{0}' を暗黙的に返します。",
|
|
1664
1670
|
"This_overload_signature_is_not_compatible_with_its_implementation_signature_2394": "このオーバーロード シグネチャには、実装シグネチャとの互換性はありません。",
|
|
1665
1671
|
"This_parameter_is_not_allowed_with_use_strict_directive_1346": "このパラメーターは、'use strict' ディレクティブと共に使用することはできません。",
|
|
@@ -1225,6 +1225,8 @@
|
|
|
1225
1225
|
"Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028": "프라이빗 식별자는 ECMAScript 2015 이상을 대상으로 지정할 때만 사용할 수 있습니다.",
|
|
1226
1226
|
"Private_identifiers_cannot_be_used_as_parameters_18009": "프라이빗 식별자는 매개 변수로 사용할 수 없습니다.",
|
|
1227
1227
|
"Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter_4105": "형식 매개 변수에서 프라이빗 또는 보호된 멤버 '{0}'에 액세스할 수 없습니다.",
|
|
1228
|
+
"Project_0_can_t_be_built_because_its_dependency_1_has_errors_6363": "Project '{0}' can't be built because its dependency '{1}' has errors",
|
|
1229
|
+
"Project_0_can_t_be_built_because_its_dependency_1_was_not_built_6383": "Project '{0}' can't be built because its dependency '{1}' was not built",
|
|
1228
1230
|
"Project_0_is_being_forcibly_rebuilt_6388": "'{0}' 프로젝트가 강제로 재구축되고 있습니다.",
|
|
1229
1231
|
"Project_0_is_out_of_date_because_1_6420": "{1} 때문에 ' {0}' 프로젝트가 최신 상태가 아닙니다.",
|
|
1230
1232
|
"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_file_2_was_root_file_of_compilation_6412": "'{1}' buildinfo 파일이 '{2}' 파일이 컴파일의 루트 파일이었지만 더 이상 아님을 나타내므로 '{0}' 프로젝트는 최신 상태가 아닙니다.",
|
|
@@ -1434,9 +1436,12 @@
|
|
|
1434
1436
|
"Show_what_would_be_built_or_deleted_if_specified_with_clean_6367": "빌드될 항목 표시(또는 '--clean'으로 지정된 경우 삭제될 항목 표시)",
|
|
1435
1437
|
"Signature_0_must_be_a_type_predicate_1224": "'{0}' 시그니처는 형식 조건자여야 합니다.",
|
|
1436
1438
|
"Signature_declarations_can_only_be_used_in_TypeScript_files_8017": "서명 선언은 TypeScript 파일에서만 사용할 수 있습니다.",
|
|
1439
|
+
"Skip_building_downstream_projects_on_error_in_upstream_project_6640": "업스트림 프로젝트에서 오류 발생 시 다운스트림 프로젝트 빌드를 건너뜁니다.",
|
|
1437
1440
|
"Skip_type_checking_all_d_ts_files_6693": "모든 .d.ts 파일의 형식 검사를 건너뜁니다.",
|
|
1438
1441
|
"Skip_type_checking_d_ts_files_that_are_included_with_TypeScript_6692": "TypeScript에 포함된 .d.ts 파일의 형식 검사를 건너뜁니다.",
|
|
1439
1442
|
"Skip_type_checking_of_declaration_files_6012": "선언 파일 형식 검사를 건너뜁니다.",
|
|
1443
|
+
"Skipping_build_of_project_0_because_its_dependency_1_has_errors_6362": "Skipping build of project '{0}' because its dependency '{1}' has errors",
|
|
1444
|
+
"Skipping_build_of_project_0_because_its_dependency_1_was_not_built_6382": "Skipping build of project '{0}' because its dependency '{1}' was not built",
|
|
1440
1445
|
"Skipping_module_0_that_looks_like_an_absolute_URI_target_file_types_Colon_1_6164": "절대 URI처럼 보이는 '{0}' 모듈을 건너뛰는 중입니다. 대상 파일 형식은 {1}입니다.",
|
|
1441
1446
|
"Source_from_referenced_project_0_included_because_1_specified_1414": "'{1}'이(가) 지정되었기 때문에 참조된 프로젝트 '{0}'의 소스가 포함됩니다.",
|
|
1442
1447
|
"Source_from_referenced_project_0_included_because_module_is_specified_as_none_1415": "'--module'이 'none'으로 지정되었기 때문에 참조된 프로젝트 '{0}'의 소스가 포함됩니다.",
|
|
@@ -1660,6 +1665,7 @@
|
|
|
1660
1665
|
"This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_that_is_declared__4116": "이 멤버는 기본 클래스 '{0}'에 선언된 추상 메서드를 재정의하므로 'override' 한정자를 포함해야 합니다.",
|
|
1661
1666
|
"This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_2497": "이 모듈은 '{0}' 플래그를 켜고 기본 내보내기를 참조하여 ECMAScript 가져오기/내보내기를 통해서만 참조할 수 있습니다.",
|
|
1662
1667
|
"This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag_2594": "이 모듈은 'export ='를 사용하여 선언되었으며 '{0}' 플래그를 사용하는 경우에만 기본 가져오기와 함께 사용할 수 있습니다.",
|
|
1668
|
+
"This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2_6807": "이 작업은 간소화할 수 있습니다. 이 교대 근무는 '{0} {1} {2}'(와)과 동일합니다.",
|
|
1663
1669
|
"This_overload_implicitly_returns_the_type_0_because_it_lacks_a_return_type_annotation_7012": "이 오버로드는 반환 형식 주석이 없으므로 '{0}' 형식을 암시적으로 반환합니다.",
|
|
1664
1670
|
"This_overload_signature_is_not_compatible_with_its_implementation_signature_2394": "이 오버로드 시그니처는 해당 구현 시그니처와 호환되지 않습니다.",
|
|
1665
1671
|
"This_parameter_is_not_allowed_with_use_strict_directive_1346": "이 매개 변수는 'use strict' 지시문에서 사용할 수 없습니다.",
|
package/lib/lib.es2015.core.d.ts
CHANGED
|
@@ -560,38 +560,38 @@ interface StringConstructor {
|
|
|
560
560
|
raw(template: { raw: readonly string[] | ArrayLike<string>; }, ...substitutions: any[]): string;
|
|
561
561
|
}
|
|
562
562
|
|
|
563
|
-
interface Int8Array {
|
|
563
|
+
interface Int8Array<Buffer extends ArrayBufferLike> {
|
|
564
564
|
toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions): string;
|
|
565
565
|
}
|
|
566
566
|
|
|
567
|
-
interface Uint8Array {
|
|
567
|
+
interface Uint8Array<Buffer extends ArrayBufferLike> {
|
|
568
568
|
toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions): string;
|
|
569
569
|
}
|
|
570
570
|
|
|
571
|
-
interface Uint8ClampedArray {
|
|
571
|
+
interface Uint8ClampedArray<Buffer extends ArrayBufferLike> {
|
|
572
572
|
toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions): string;
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
-
interface Int16Array {
|
|
575
|
+
interface Int16Array<Buffer extends ArrayBufferLike> {
|
|
576
576
|
toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions): string;
|
|
577
577
|
}
|
|
578
578
|
|
|
579
|
-
interface Uint16Array {
|
|
579
|
+
interface Uint16Array<Buffer extends ArrayBufferLike> {
|
|
580
580
|
toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions): string;
|
|
581
581
|
}
|
|
582
582
|
|
|
583
|
-
interface Int32Array {
|
|
583
|
+
interface Int32Array<Buffer extends ArrayBufferLike> {
|
|
584
584
|
toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions): string;
|
|
585
585
|
}
|
|
586
586
|
|
|
587
|
-
interface Uint32Array {
|
|
587
|
+
interface Uint32Array<Buffer extends ArrayBufferLike> {
|
|
588
588
|
toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions): string;
|
|
589
589
|
}
|
|
590
590
|
|
|
591
|
-
interface Float32Array {
|
|
591
|
+
interface Float32Array<Buffer extends ArrayBufferLike> {
|
|
592
592
|
toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions): string;
|
|
593
593
|
}
|
|
594
594
|
|
|
595
|
-
interface Float64Array {
|
|
595
|
+
interface Float64Array<Buffer extends ArrayBufferLike> {
|
|
596
596
|
toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions): string;
|
|
597
597
|
}
|
|
@@ -270,7 +270,7 @@ interface String {
|
|
|
270
270
|
[Symbol.iterator](): StringIterator<string>;
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
-
interface Int8Array {
|
|
273
|
+
interface Int8Array<Buffer extends ArrayBufferLike> {
|
|
274
274
|
[Symbol.iterator](): ArrayIterator<number>;
|
|
275
275
|
/**
|
|
276
276
|
* Returns an array of key, value pairs for every entry in the array
|
|
@@ -287,7 +287,7 @@ interface Int8Array {
|
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
interface Int8ArrayConstructor {
|
|
290
|
-
new (elements: Iterable<number>): Int8Array
|
|
290
|
+
new (elements: Iterable<number>): Int8Array<ArrayBuffer>;
|
|
291
291
|
|
|
292
292
|
/**
|
|
293
293
|
* Creates an array from an array-like or iterable object.
|
|
@@ -295,10 +295,17 @@ interface Int8ArrayConstructor {
|
|
|
295
295
|
* @param mapfn A mapping function to call on every element of the array.
|
|
296
296
|
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
297
297
|
*/
|
|
298
|
-
from(arrayLike: Iterable<number
|
|
298
|
+
from(arrayLike: Iterable<number>): Int8Array<ArrayBuffer>;
|
|
299
|
+
/**
|
|
300
|
+
* Creates an array from an array-like or iterable object.
|
|
301
|
+
* @param arrayLike An array-like or iterable object to convert to an array.
|
|
302
|
+
* @param mapfn A mapping function to call on every element of the array.
|
|
303
|
+
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
304
|
+
*/
|
|
305
|
+
from<T>(arrayLike: Iterable<T>, mapfn?: (v: T, k: number) => number, thisArg?: any): Int8Array<ArrayBuffer>;
|
|
299
306
|
}
|
|
300
307
|
|
|
301
|
-
interface Uint8Array {
|
|
308
|
+
interface Uint8Array<Buffer extends ArrayBufferLike> {
|
|
302
309
|
[Symbol.iterator](): ArrayIterator<number>;
|
|
303
310
|
/**
|
|
304
311
|
* Returns an array of key, value pairs for every entry in the array
|
|
@@ -315,7 +322,7 @@ interface Uint8Array {
|
|
|
315
322
|
}
|
|
316
323
|
|
|
317
324
|
interface Uint8ArrayConstructor {
|
|
318
|
-
new (elements: Iterable<number>): Uint8Array
|
|
325
|
+
new (elements: Iterable<number>): Uint8Array<ArrayBuffer>;
|
|
319
326
|
|
|
320
327
|
/**
|
|
321
328
|
* Creates an array from an array-like or iterable object.
|
|
@@ -323,10 +330,17 @@ interface Uint8ArrayConstructor {
|
|
|
323
330
|
* @param mapfn A mapping function to call on every element of the array.
|
|
324
331
|
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
325
332
|
*/
|
|
326
|
-
from(arrayLike: Iterable<number
|
|
333
|
+
from(arrayLike: Iterable<number>): Uint8Array<ArrayBuffer>;
|
|
334
|
+
/**
|
|
335
|
+
* Creates an array from an array-like or iterable object.
|
|
336
|
+
* @param arrayLike An array-like or iterable object to convert to an array.
|
|
337
|
+
* @param mapfn A mapping function to call on every element of the array.
|
|
338
|
+
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
339
|
+
*/
|
|
340
|
+
from<T>(arrayLike: Iterable<T>, mapfn?: (v: T, k: number) => number, thisArg?: any): Uint8Array<ArrayBuffer>;
|
|
327
341
|
}
|
|
328
342
|
|
|
329
|
-
interface Uint8ClampedArray {
|
|
343
|
+
interface Uint8ClampedArray<Buffer extends ArrayBufferLike> {
|
|
330
344
|
[Symbol.iterator](): ArrayIterator<number>;
|
|
331
345
|
/**
|
|
332
346
|
* Returns an array of key, value pairs for every entry in the array
|
|
@@ -345,7 +359,7 @@ interface Uint8ClampedArray {
|
|
|
345
359
|
}
|
|
346
360
|
|
|
347
361
|
interface Uint8ClampedArrayConstructor {
|
|
348
|
-
new (elements: Iterable<number>): Uint8ClampedArray
|
|
362
|
+
new (elements: Iterable<number>): Uint8ClampedArray<ArrayBuffer>;
|
|
349
363
|
|
|
350
364
|
/**
|
|
351
365
|
* Creates an array from an array-like or iterable object.
|
|
@@ -353,10 +367,17 @@ interface Uint8ClampedArrayConstructor {
|
|
|
353
367
|
* @param mapfn A mapping function to call on every element of the array.
|
|
354
368
|
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
355
369
|
*/
|
|
356
|
-
from(arrayLike: Iterable<number
|
|
370
|
+
from(arrayLike: Iterable<number>): Uint8ClampedArray<ArrayBuffer>;
|
|
371
|
+
/**
|
|
372
|
+
* Creates an array from an array-like or iterable object.
|
|
373
|
+
* @param arrayLike An array-like or iterable object to convert to an array.
|
|
374
|
+
* @param mapfn A mapping function to call on every element of the array.
|
|
375
|
+
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
376
|
+
*/
|
|
377
|
+
from<T>(arrayLike: Iterable<T>, mapfn?: (v: T, k: number) => number, thisArg?: any): Uint8ClampedArray<ArrayBuffer>;
|
|
357
378
|
}
|
|
358
379
|
|
|
359
|
-
interface Int16Array {
|
|
380
|
+
interface Int16Array<Buffer extends ArrayBufferLike> {
|
|
360
381
|
[Symbol.iterator](): ArrayIterator<number>;
|
|
361
382
|
/**
|
|
362
383
|
* Returns an array of key, value pairs for every entry in the array
|
|
@@ -375,7 +396,7 @@ interface Int16Array {
|
|
|
375
396
|
}
|
|
376
397
|
|
|
377
398
|
interface Int16ArrayConstructor {
|
|
378
|
-
new (elements: Iterable<number>): Int16Array
|
|
399
|
+
new (elements: Iterable<number>): Int16Array<ArrayBuffer>;
|
|
379
400
|
|
|
380
401
|
/**
|
|
381
402
|
* Creates an array from an array-like or iterable object.
|
|
@@ -383,10 +404,17 @@ interface Int16ArrayConstructor {
|
|
|
383
404
|
* @param mapfn A mapping function to call on every element of the array.
|
|
384
405
|
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
385
406
|
*/
|
|
386
|
-
from(arrayLike: Iterable<number
|
|
407
|
+
from(arrayLike: Iterable<number>): Int16Array<ArrayBuffer>;
|
|
408
|
+
/**
|
|
409
|
+
* Creates an array from an array-like or iterable object.
|
|
410
|
+
* @param arrayLike An array-like or iterable object to convert to an array.
|
|
411
|
+
* @param mapfn A mapping function to call on every element of the array.
|
|
412
|
+
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
413
|
+
*/
|
|
414
|
+
from<T>(arrayLike: Iterable<T>, mapfn?: (v: T, k: number) => number, thisArg?: any): Int16Array<ArrayBuffer>;
|
|
387
415
|
}
|
|
388
416
|
|
|
389
|
-
interface Uint16Array {
|
|
417
|
+
interface Uint16Array<Buffer extends ArrayBufferLike> {
|
|
390
418
|
[Symbol.iterator](): ArrayIterator<number>;
|
|
391
419
|
/**
|
|
392
420
|
* Returns an array of key, value pairs for every entry in the array
|
|
@@ -403,7 +431,7 @@ interface Uint16Array {
|
|
|
403
431
|
}
|
|
404
432
|
|
|
405
433
|
interface Uint16ArrayConstructor {
|
|
406
|
-
new (elements: Iterable<number>): Uint16Array
|
|
434
|
+
new (elements: Iterable<number>): Uint16Array<ArrayBuffer>;
|
|
407
435
|
|
|
408
436
|
/**
|
|
409
437
|
* Creates an array from an array-like or iterable object.
|
|
@@ -411,10 +439,17 @@ interface Uint16ArrayConstructor {
|
|
|
411
439
|
* @param mapfn A mapping function to call on every element of the array.
|
|
412
440
|
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
413
441
|
*/
|
|
414
|
-
from(arrayLike: Iterable<number
|
|
442
|
+
from(arrayLike: Iterable<number>): Uint16Array<ArrayBuffer>;
|
|
443
|
+
/**
|
|
444
|
+
* Creates an array from an array-like or iterable object.
|
|
445
|
+
* @param arrayLike An array-like or iterable object to convert to an array.
|
|
446
|
+
* @param mapfn A mapping function to call on every element of the array.
|
|
447
|
+
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
448
|
+
*/
|
|
449
|
+
from<T>(arrayLike: Iterable<T>, mapfn?: (v: T, k: number) => number, thisArg?: any): Uint16Array<ArrayBuffer>;
|
|
415
450
|
}
|
|
416
451
|
|
|
417
|
-
interface Int32Array {
|
|
452
|
+
interface Int32Array<Buffer extends ArrayBufferLike> {
|
|
418
453
|
[Symbol.iterator](): ArrayIterator<number>;
|
|
419
454
|
/**
|
|
420
455
|
* Returns an array of key, value pairs for every entry in the array
|
|
@@ -431,7 +466,7 @@ interface Int32Array {
|
|
|
431
466
|
}
|
|
432
467
|
|
|
433
468
|
interface Int32ArrayConstructor {
|
|
434
|
-
new (elements: Iterable<number>): Int32Array
|
|
469
|
+
new (elements: Iterable<number>): Int32Array<ArrayBuffer>;
|
|
435
470
|
|
|
436
471
|
/**
|
|
437
472
|
* Creates an array from an array-like or iterable object.
|
|
@@ -439,10 +474,17 @@ interface Int32ArrayConstructor {
|
|
|
439
474
|
* @param mapfn A mapping function to call on every element of the array.
|
|
440
475
|
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
441
476
|
*/
|
|
442
|
-
from(arrayLike: Iterable<number
|
|
477
|
+
from(arrayLike: Iterable<number>): Int32Array<ArrayBuffer>;
|
|
478
|
+
/**
|
|
479
|
+
* Creates an array from an array-like or iterable object.
|
|
480
|
+
* @param arrayLike An array-like or iterable object to convert to an array.
|
|
481
|
+
* @param mapfn A mapping function to call on every element of the array.
|
|
482
|
+
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
483
|
+
*/
|
|
484
|
+
from<T>(arrayLike: Iterable<T>, mapfn?: (v: T, k: number) => number, thisArg?: any): Int32Array<ArrayBuffer>;
|
|
443
485
|
}
|
|
444
486
|
|
|
445
|
-
interface Uint32Array {
|
|
487
|
+
interface Uint32Array<Buffer extends ArrayBufferLike> {
|
|
446
488
|
[Symbol.iterator](): ArrayIterator<number>;
|
|
447
489
|
/**
|
|
448
490
|
* Returns an array of key, value pairs for every entry in the array
|
|
@@ -459,7 +501,7 @@ interface Uint32Array {
|
|
|
459
501
|
}
|
|
460
502
|
|
|
461
503
|
interface Uint32ArrayConstructor {
|
|
462
|
-
new (elements: Iterable<number>): Uint32Array
|
|
504
|
+
new (elements: Iterable<number>): Uint32Array<ArrayBuffer>;
|
|
463
505
|
|
|
464
506
|
/**
|
|
465
507
|
* Creates an array from an array-like or iterable object.
|
|
@@ -467,10 +509,17 @@ interface Uint32ArrayConstructor {
|
|
|
467
509
|
* @param mapfn A mapping function to call on every element of the array.
|
|
468
510
|
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
469
511
|
*/
|
|
470
|
-
from(arrayLike: Iterable<number
|
|
512
|
+
from(arrayLike: Iterable<number>): Uint32Array<ArrayBuffer>;
|
|
513
|
+
/**
|
|
514
|
+
* Creates an array from an array-like or iterable object.
|
|
515
|
+
* @param arrayLike An array-like or iterable object to convert to an array.
|
|
516
|
+
* @param mapfn A mapping function to call on every element of the array.
|
|
517
|
+
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
518
|
+
*/
|
|
519
|
+
from<T>(arrayLike: Iterable<T>, mapfn?: (v: T, k: number) => number, thisArg?: any): Uint32Array<ArrayBuffer>;
|
|
471
520
|
}
|
|
472
521
|
|
|
473
|
-
interface Float32Array {
|
|
522
|
+
interface Float32Array<Buffer extends ArrayBufferLike> {
|
|
474
523
|
[Symbol.iterator](): ArrayIterator<number>;
|
|
475
524
|
/**
|
|
476
525
|
* Returns an array of key, value pairs for every entry in the array
|
|
@@ -487,7 +536,7 @@ interface Float32Array {
|
|
|
487
536
|
}
|
|
488
537
|
|
|
489
538
|
interface Float32ArrayConstructor {
|
|
490
|
-
new (elements: Iterable<number>): Float32Array
|
|
539
|
+
new (elements: Iterable<number>): Float32Array<ArrayBuffer>;
|
|
491
540
|
|
|
492
541
|
/**
|
|
493
542
|
* Creates an array from an array-like or iterable object.
|
|
@@ -495,10 +544,17 @@ interface Float32ArrayConstructor {
|
|
|
495
544
|
* @param mapfn A mapping function to call on every element of the array.
|
|
496
545
|
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
497
546
|
*/
|
|
498
|
-
from(arrayLike: Iterable<number
|
|
547
|
+
from(arrayLike: Iterable<number>): Float32Array<ArrayBuffer>;
|
|
548
|
+
/**
|
|
549
|
+
* Creates an array from an array-like or iterable object.
|
|
550
|
+
* @param arrayLike An array-like or iterable object to convert to an array.
|
|
551
|
+
* @param mapfn A mapping function to call on every element of the array.
|
|
552
|
+
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
553
|
+
*/
|
|
554
|
+
from<T>(arrayLike: Iterable<T>, mapfn?: (v: T, k: number) => number, thisArg?: any): Float32Array<ArrayBuffer>;
|
|
499
555
|
}
|
|
500
556
|
|
|
501
|
-
interface Float64Array {
|
|
557
|
+
interface Float64Array<Buffer extends ArrayBufferLike> {
|
|
502
558
|
[Symbol.iterator](): ArrayIterator<number>;
|
|
503
559
|
/**
|
|
504
560
|
* Returns an array of key, value pairs for every entry in the array
|
|
@@ -515,7 +571,7 @@ interface Float64Array {
|
|
|
515
571
|
}
|
|
516
572
|
|
|
517
573
|
interface Float64ArrayConstructor {
|
|
518
|
-
new (elements: Iterable<number>): Float64Array
|
|
574
|
+
new (elements: Iterable<number>): Float64Array<ArrayBuffer>;
|
|
519
575
|
|
|
520
576
|
/**
|
|
521
577
|
* Creates an array from an array-like or iterable object.
|
|
@@ -523,5 +579,12 @@ interface Float64ArrayConstructor {
|
|
|
523
579
|
* @param mapfn A mapping function to call on every element of the array.
|
|
524
580
|
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
525
581
|
*/
|
|
526
|
-
from(arrayLike: Iterable<number
|
|
582
|
+
from(arrayLike: Iterable<number>): Float64Array<ArrayBuffer>;
|
|
583
|
+
/**
|
|
584
|
+
* Creates an array from an array-like or iterable object.
|
|
585
|
+
* @param arrayLike An array-like or iterable object to convert to an array.
|
|
586
|
+
* @param mapfn A mapping function to call on every element of the array.
|
|
587
|
+
* @param thisArg Value of 'this' used to invoke the mapfn.
|
|
588
|
+
*/
|
|
589
|
+
from<T>(arrayLike: Iterable<T>, mapfn?: (v: T, k: number) => number, thisArg?: any): Float64Array<ArrayBuffer>;
|
|
527
590
|
}
|
|
@@ -272,43 +272,43 @@ interface ArrayBuffer {
|
|
|
272
272
|
readonly [Symbol.toStringTag]: string;
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
interface DataView {
|
|
275
|
+
interface DataView<Buffer extends ArrayBufferLike> {
|
|
276
276
|
readonly [Symbol.toStringTag]: string;
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
interface Int8Array {
|
|
279
|
+
interface Int8Array<Buffer extends ArrayBufferLike> {
|
|
280
280
|
readonly [Symbol.toStringTag]: "Int8Array";
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
interface Uint8Array {
|
|
283
|
+
interface Uint8Array<Buffer extends ArrayBufferLike> {
|
|
284
284
|
readonly [Symbol.toStringTag]: "Uint8Array";
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
interface Uint8ClampedArray {
|
|
287
|
+
interface Uint8ClampedArray<Buffer extends ArrayBufferLike> {
|
|
288
288
|
readonly [Symbol.toStringTag]: "Uint8ClampedArray";
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
interface Int16Array {
|
|
291
|
+
interface Int16Array<Buffer extends ArrayBufferLike> {
|
|
292
292
|
readonly [Symbol.toStringTag]: "Int16Array";
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
interface Uint16Array {
|
|
295
|
+
interface Uint16Array<Buffer extends ArrayBufferLike> {
|
|
296
296
|
readonly [Symbol.toStringTag]: "Uint16Array";
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
interface Int32Array {
|
|
299
|
+
interface Int32Array<Buffer extends ArrayBufferLike> {
|
|
300
300
|
readonly [Symbol.toStringTag]: "Int32Array";
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
-
interface Uint32Array {
|
|
303
|
+
interface Uint32Array<Buffer extends ArrayBufferLike> {
|
|
304
304
|
readonly [Symbol.toStringTag]: "Uint32Array";
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
-
interface Float32Array {
|
|
307
|
+
interface Float32Array<Buffer extends ArrayBufferLike> {
|
|
308
308
|
readonly [Symbol.toStringTag]: "Float32Array";
|
|
309
309
|
}
|
|
310
310
|
|
|
311
|
-
interface Float64Array {
|
|
311
|
+
interface Float64Array<Buffer extends ArrayBufferLike> {
|
|
312
312
|
readonly [Symbol.toStringTag]: "Float64Array";
|
|
313
313
|
}
|
|
314
314
|
|