typescript 5.9.2 → 6.0.0-beta

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.
Files changed (131) hide show
  1. package/SECURITY.md +2 -4
  2. package/lib/_tsc.js +2340 -1692
  3. package/lib/_tsserver.js +1 -1
  4. package/lib/_typingsInstaller.js +1 -1
  5. package/lib/cs/diagnosticMessages.generated.json +14 -7
  6. package/lib/de/diagnosticMessages.generated.json +10 -7
  7. package/lib/es/diagnosticMessages.generated.json +14 -7
  8. package/lib/fr/diagnosticMessages.generated.json +14 -7
  9. package/lib/it/diagnosticMessages.generated.json +10 -7
  10. package/lib/ja/diagnosticMessages.generated.json +14 -7
  11. package/lib/ko/diagnosticMessages.generated.json +14 -7
  12. package/lib/lib.d.ts +1 -3
  13. package/lib/lib.decorators.d.ts +1 -3
  14. package/lib/lib.decorators.legacy.d.ts +1 -3
  15. package/lib/lib.dom.asynciterable.d.ts +3 -26
  16. package/lib/lib.dom.d.ts +8382 -3508
  17. package/lib/lib.dom.iterable.d.ts +3 -556
  18. package/lib/lib.es2015.collection.d.ts +7 -4
  19. package/lib/lib.es2015.core.d.ts +2 -4
  20. package/lib/lib.es2015.d.ts +1 -3
  21. package/lib/lib.es2015.generator.d.ts +1 -3
  22. package/lib/lib.es2015.iterable.d.ts +2 -4
  23. package/lib/lib.es2015.promise.d.ts +1 -3
  24. package/lib/lib.es2015.proxy.d.ts +1 -3
  25. package/lib/lib.es2015.reflect.d.ts +1 -3
  26. package/lib/lib.es2015.symbol.d.ts +1 -3
  27. package/lib/lib.es2015.symbol.wellknown.d.ts +1 -3
  28. package/lib/lib.es2016.array.include.d.ts +1 -3
  29. package/lib/lib.es2016.d.ts +1 -3
  30. package/lib/lib.es2016.full.d.ts +1 -3
  31. package/lib/lib.es2016.intl.d.ts +1 -3
  32. package/lib/lib.es2017.arraybuffer.d.ts +1 -3
  33. package/lib/lib.es2017.d.ts +1 -3
  34. package/lib/lib.es2017.date.d.ts +1 -3
  35. package/lib/lib.es2017.full.d.ts +1 -3
  36. package/lib/lib.es2017.intl.d.ts +1 -3
  37. package/lib/lib.es2017.object.d.ts +1 -3
  38. package/lib/lib.es2017.sharedmemory.d.ts +1 -3
  39. package/lib/lib.es2017.string.d.ts +1 -3
  40. package/lib/lib.es2017.typedarrays.d.ts +1 -3
  41. package/lib/lib.es2018.asyncgenerator.d.ts +1 -3
  42. package/lib/lib.es2018.asynciterable.d.ts +1 -3
  43. package/lib/lib.es2018.d.ts +1 -3
  44. package/lib/lib.es2018.full.d.ts +1 -3
  45. package/lib/lib.es2018.intl.d.ts +1 -3
  46. package/lib/lib.es2018.promise.d.ts +1 -3
  47. package/lib/lib.es2018.regexp.d.ts +1 -3
  48. package/lib/lib.es2019.array.d.ts +1 -3
  49. package/lib/lib.es2019.d.ts +1 -3
  50. package/lib/lib.es2019.full.d.ts +1 -3
  51. package/lib/lib.es2019.intl.d.ts +1 -3
  52. package/lib/lib.es2019.object.d.ts +1 -3
  53. package/lib/lib.es2019.string.d.ts +1 -3
  54. package/lib/lib.es2019.symbol.d.ts +1 -3
  55. package/lib/lib.es2020.bigint.d.ts +5 -7
  56. package/lib/lib.es2020.d.ts +1 -3
  57. package/lib/lib.es2020.date.d.ts +1 -3
  58. package/lib/lib.es2020.full.d.ts +1 -3
  59. package/lib/lib.es2020.intl.d.ts +1 -3
  60. package/lib/lib.es2020.number.d.ts +1 -3
  61. package/lib/lib.es2020.promise.d.ts +1 -3
  62. package/lib/lib.es2020.sharedmemory.d.ts +1 -3
  63. package/lib/lib.es2020.string.d.ts +2 -4
  64. package/lib/lib.es2020.symbol.wellknown.d.ts +2 -4
  65. package/lib/lib.es2021.d.ts +1 -3
  66. package/lib/lib.es2021.full.d.ts +1 -3
  67. package/lib/lib.es2021.intl.d.ts +1 -3
  68. package/lib/lib.es2021.promise.d.ts +1 -3
  69. package/lib/lib.es2021.string.d.ts +1 -3
  70. package/lib/lib.es2021.weakref.d.ts +1 -3
  71. package/lib/lib.es2022.array.d.ts +1 -3
  72. package/lib/lib.es2022.d.ts +1 -3
  73. package/lib/lib.es2022.error.d.ts +1 -3
  74. package/lib/lib.es2022.full.d.ts +1 -3
  75. package/lib/lib.es2022.intl.d.ts +1 -3
  76. package/lib/lib.es2022.object.d.ts +1 -3
  77. package/lib/lib.es2022.regexp.d.ts +2 -4
  78. package/lib/lib.es2022.string.d.ts +1 -3
  79. package/lib/lib.es2023.array.d.ts +1 -3
  80. package/lib/lib.es2023.collection.d.ts +1 -3
  81. package/lib/lib.es2023.d.ts +1 -3
  82. package/lib/lib.es2023.full.d.ts +1 -3
  83. package/lib/lib.es2023.intl.d.ts +10 -4
  84. package/lib/lib.es2024.arraybuffer.d.ts +1 -3
  85. package/lib/lib.es2024.collection.d.ts +1 -3
  86. package/lib/lib.es2024.d.ts +1 -3
  87. package/lib/lib.es2024.full.d.ts +1 -3
  88. package/lib/lib.es2024.object.d.ts +1 -3
  89. package/lib/lib.es2024.promise.d.ts +1 -3
  90. package/lib/lib.es2024.regexp.d.ts +1 -3
  91. package/lib/lib.es2024.sharedmemory.d.ts +1 -3
  92. package/lib/lib.es2024.string.d.ts +1 -3
  93. package/lib/lib.es2025.collection.d.ts +94 -0
  94. package/lib/lib.es2025.d.ts +23 -0
  95. package/lib/{lib.esnext.float16.d.ts → lib.es2025.float16.d.ts} +3 -3
  96. package/lib/lib.es2025.full.d.ts +22 -0
  97. package/lib/lib.es2025.intl.d.ts +200 -0
  98. package/lib/{lib.esnext.iterator.d.ts → lib.es2025.iterator.d.ts} +1 -3
  99. package/lib/{lib.esnext.promise.d.ts → lib.es2025.promise.d.ts} +1 -3
  100. package/lib/lib.es2025.regexp.d.ts +30 -0
  101. package/lib/lib.es5.d.ts +22 -24
  102. package/lib/lib.es6.d.ts +1 -3
  103. package/lib/lib.esnext.array.d.ts +1 -3
  104. package/lib/lib.esnext.collection.d.ts +20 -69
  105. package/lib/lib.esnext.d.ts +6 -8
  106. package/lib/lib.esnext.date.d.ts +21 -0
  107. package/lib/lib.esnext.decorators.d.ts +1 -3
  108. package/lib/lib.esnext.disposable.d.ts +1 -3
  109. package/lib/lib.esnext.error.d.ts +1 -3
  110. package/lib/lib.esnext.full.d.ts +1 -3
  111. package/lib/lib.esnext.intl.d.ts +89 -3
  112. package/lib/lib.esnext.sharedmemory.d.ts +1 -3
  113. package/lib/lib.esnext.temporal.d.ts +473 -0
  114. package/lib/lib.esnext.typedarrays.d.ts +90 -0
  115. package/lib/lib.scripthost.d.ts +1 -3
  116. package/lib/lib.webworker.asynciterable.d.ts +3 -26
  117. package/lib/lib.webworker.d.ts +2682 -1018
  118. package/lib/lib.webworker.importscripts.d.ts +1 -3
  119. package/lib/lib.webworker.iterable.d.ts +3 -325
  120. package/lib/pl/diagnosticMessages.generated.json +14 -7
  121. package/lib/pt-br/diagnosticMessages.generated.json +14 -7
  122. package/lib/ru/diagnosticMessages.generated.json +10 -7
  123. package/lib/tr/diagnosticMessages.generated.json +14 -7
  124. package/lib/tsserverlibrary.d.ts +1 -1
  125. package/lib/tsserverlibrary.js +1 -1
  126. package/lib/typescript.d.ts +69 -59
  127. package/lib/typescript.js +2556 -1812
  128. package/lib/watchGuard.js +1 -1
  129. package/lib/zh-cn/diagnosticMessages.generated.json +14 -7
  130. package/lib/zh-tw/diagnosticMessages.generated.json +10 -7
  131. package/package.json +23 -24
@@ -26,7 +26,7 @@
26
26
  "A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165": "環境コンテキスト内の計算されたプロパティ名は、型がリテラル型または 'unique symbol' 型の式を参照する必要があります。",
27
27
  "A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169": "インターフェイス内の計算されたプロパティ名は、型がリテラル型または 'unique symbol' 型の式を参照する必要があります。",
28
28
  "A_computed_property_name_must_be_of_type_string_number_symbol_or_any_2464": "計算されたプロパティ名は 'string' 型、'number' 型、'symbol' 型、または 'any' 型のいずれかでなければなりません。",
29
- "A_const_assertions_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array__1355": "'const' アサーションは、列挙型メンバーへの参照、文字列、数値、ブール値、配列、オブジェクト リテラルにのみ適用できます。",
29
+ "A_const_assertion_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_o_1355": "'const' アサーションは、列挙型メンバーへの参照、または文字列、数値、ブール値、配列、オブジェクト リテラルへの参照にのみ適用できます。",
30
30
  "A_const_enum_member_can_only_be_accessed_using_a_string_literal_2476": "const 列挙型メンバーは、文字列リテラルを使用してのみアクセスできます。",
31
31
  "A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254": "環境コンテキストの 'const' 初期化子は、文字列または数値リテラル、もしくはリテラル列挙型の参照である必要があります。",
32
32
  "A_constructor_cannot_contain_a_super_call_when_its_class_extends_null_17005": "コンストラクターのクラスが 'null' を拡張する場合、そのコンストラクターに 'super' の呼び出しを含めることはできません。",
@@ -365,6 +365,7 @@
365
365
  "Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732": "モジュール '{0}' が見つかりません。'--resolveJsonModule' を使用して '.json' 拡張子を持つモジュールをインポートすることをご検討ください。",
366
366
  "Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_t_2792": "モジュール '{0}' が見つかりません。'moduleResolution' オプションを 'nodenext' に設定するか、'paths' オプションにエイリアスを追加するつもりでしたか?",
367
367
  "Cannot_find_module_0_or_its_corresponding_type_declarations_2307": "モジュール '{0}' またはそれに対応する型宣言が見つかりません。",
368
+ "Cannot_find_module_or_type_declarations_for_side_effect_import_of_0_2882": "'{0}' の副作用インポートに対するモジュールまたは型宣言が見つかりません。",
368
369
  "Cannot_find_name_0_2304": "名前 '{0}' が見つかりません。",
369
370
  "Cannot_find_name_0_Did_you_mean_1_2552": "'{0}' という名前は見つかりません。'{1}' ですか?",
370
371
  "Cannot_find_name_0_Did_you_mean_the_instance_member_this_0_2663": "名前 '{0}' が見つかりません。インスタンス メンバー 'this.{0}' ですか?",
@@ -653,8 +654,9 @@
653
654
  "Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323": "動的インポートは、'--module' フラグが 'es2020'、'es2022'、'esnext'、'commonjs'、'amd'、'system'、'umd'、'node16'、'node18'、'node20'、または 'nodenext' に設定されている場合にのみサポートされます。",
654
655
  "Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments_1450": "動的インポートでは、引数として、モジュール指定子とオプションの属性セットのみを受け取ることができます",
655
656
  "Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_node18_1324": "動的インポートは、'--module' オプションが 'esnext'、'node16'、'node18'、'node20'、'nodenext'、または 'preserve' に設定されている場合にのみ、2 番目の引数をサポートします。",
656
- "ESM_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve_1293": "'module' 'preserve' に設定されている場合、CommonJS モジュールでは ESM 構文を使用できません。",
657
- "ESM_syntax_is_not_allowed_in_a_CommonJS_module_when_verbatimModuleSyntax_is_enabled_1286": "'verbatimModuleSyntax' が有効である場合、CommonJS モジュールで ESM 構文は許可されません。",
657
+ "ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_1286": "ECMAScript のインポートとエクスポートは、CommonJS ファイルの 'verbatimModuleSyntax' の下に書き込むことができません。",
658
+ "ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjus_1295": "ECMAScript のインポートとエクスポートは、CommonJS ファイルの 'verbatimModuleSyntax' の下に書き込むことができません。最も近い 'package.json' 'type' フィールドを調整してこのファイルを ECMAScript モジュールにするか、TypeScript で 'verbatimModuleSyntax'、'module'、'moduleResolution' の設定を調整します。",
659
+ "ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve_1293": "'module' が 'preserve' に設定されている場合、CommonJS モジュールでは ECMAScript モジュール構文を使用できません。",
658
660
  "Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given_4125": "'{0}.{1}' の各宣言の値が異なります。'{2}' が必要ですが、'{3}' が指定されました。",
659
661
  "Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762": "共用体型 '{0}' の各メンバーにはコンストラクト シグネチャがありますが、これらのシグネチャはいずれも相互に互換性がありません。",
660
662
  "Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758": "共用体型 '{0}' の各メンバーにはシグネチャがありますが、これらのシグネチャはいずれも相互に互換性がありません。",
@@ -883,6 +885,7 @@
883
885
  "Identifier_string_literal_or_number_literal_expected_1496": "識別子、文字列リテラル、または数値リテラルが必要です。",
884
886
  "If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_S_7040": "'{0}' パッケージが実際にこのモジュールを公開する場合は、pull request を送信して 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}' を修正することを検討してください",
885
887
  "If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_decl_7058": "'{0}' パッケージが実際にこのモジュールを公開する場合は、'declare module '{1}';' を含む新しい宣言 (d.ts) ファイルを追加してみてください。",
888
+ "Ignore_the_tsconfig_found_and_build_with_commandline_options_and_files_1549": "見つかった tsconfig を無視し、コマンドライン オプションとファイルを使用してビルドします。",
886
889
  "Ignore_this_error_message_90019": "このエラー メッセージを無視する",
887
890
  "Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options_6924": "tsconfig.json を無視し、既定のコンパイラ オプションを使用して指定されたファイルをコンパイルします。",
888
891
  "Implement_all_inherited_abstract_classes_95040": "継承されたすべての抽象クラスを実装します",
@@ -1139,7 +1142,7 @@
1139
1142
  "Option_0_can_only_be_specified_on_command_line_6266": "オプション '{0}' はコマンド ラインでのみ指定できます。",
1140
1143
  "Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided_5051": "オプション '{0} を使用できるのは、オプション '--inlineSourceMap' またはオプション '--sourceMap' のいずれかを指定した場合のみです。",
1141
1144
  "Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler_5098": "オプション '{0}' は、'moduleResolution' が 'node16'、'nodenext'、または 'bundler' に設定されている場合にのみ使用できます。",
1142
- "Option_0_can_only_be_used_when_module_is_set_to_preserve_or_to_es2015_or_later_5095": "オプション '{0}' は、'module' が 'preserve' または 'es2015' 以降に設定されている場合にのみ使用できます。",
1145
+ "Option_0_can_only_be_used_when_module_is_set_to_preserve_commonjs_or_es2015_or_later_5095": "オプション '{0}' は、'module' が 'preserve'、'commonjs'、または 'es2015' 以降に設定されている場合にのみ使用できます。",
1143
1146
  "Option_0_cannot_be_specified_when_option_jsx_is_1_5089": "オプション 'jsx' が '{1}' の場合、オプション '{0}' を指定することはできません。",
1144
1147
  "Option_0_cannot_be_specified_with_option_1_5053": "オプション '{0}' をオプション '{1}' とともに指定することはできません。",
1145
1148
  "Option_0_cannot_be_specified_without_specifying_option_1_5052": "オプション '{1}' を指定せずに、オプション '{0}' を指定することはできません。",
@@ -1147,7 +1150,7 @@
1147
1150
  "Option_0_has_been_removed_Please_remove_it_from_your_configuration_5102": "オプション '{0}' が削除されました。構成から削除してください。",
1148
1151
  "Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprec_5101": "オプション '{0}' は非推奨であり、TypeScript {1} で機能しなくなります。compilerOption '\"ignoreDeprecations\": \"{2}\"' を指定して、このエラーを無音にします。",
1149
1152
  "Option_0_is_redundant_and_cannot_be_specified_with_option_1_5104": "オプション '{0}' は冗長であり、オプション '{1}' とともに指定することができません。",
1150
- "Option_allowImportingTsExtensions_can_only_be_used_when_either_noEmit_or_emitDeclarationOnly_is_set_5096": "オプション 'allowImportingTsExtensions' は、'noEmit' または 'emitDeclarationOnly' が設定されている場合にのみ使用できます。",
1153
+ "Option_allowImportingTsExtensions_can_only_be_used_when_one_of_noEmit_emitDeclarationOnly_or_rewrite_5096": "オプション 'allowImportingTsExtensions' は、'noEmit''emitDeclarationOnly'、または 'rewriteRelativeImportExtensions' のいずれかが設定されている場合にのみ使用できます。",
1151
1154
  "Option_build_must_be_the_first_command_line_argument_6369": "オプション '--build' は最初のコマンド ライン引数である必要があります。",
1152
1155
  "Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBui_5074": "オプション '--incremental' は、tsconfig を使用して指定して単一ファイルに出力するか、オプション '--tsBuildInfoFile' が指定された場合にのみ指定することができます。",
1153
1156
  "Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047": "オプション 'isolatedModules' は、オプション '--module' が指定されているか、オプション 'target' が 'ES2015' 以上であるかのいずれかの場合でのみ使用できます。",
@@ -1894,6 +1897,7 @@
1894
1897
  "Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625": "ソースの位置 {0} にある可変個引数要素は、ターゲットの位置 {1} にある要素と一致しません。",
1895
1898
  "Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_t_2637": "分散注釈は、オブジェクト、関数、コンストラクター、およびマップされた型の型エイリアスでのみサポートされています。",
1896
1899
  "Version_0_6029": "バージョン {0}",
1900
+ "Visit_https_Colon_Slash_Slashaka_ms_Slashts6_for_migration_information_5111": "移行情報については、http://aka.ms/ts6 にアクセスしてください。",
1897
1901
  "Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file_95110": "このファイルの詳細については、https://aka.ms/tsconfig をご覧ください",
1898
1902
  "WATCH_OPTIONS_6918": "ウォッチ オプション",
1899
1903
  "Watch_and_Build_Modes_6250": "ウォッチ モードとビルド モード",
@@ -2020,6 +2024,7 @@
2020
2024
  "await_expressions_cannot_be_used_in_a_parameter_initializer_2524": "'await' 式は、パラメーター初期化子では使用できません。",
2021
2025
  "await_has_no_effect_on_the_type_of_this_expression_80007": "'await' は、この式の型に対しては効果がありません。",
2022
2026
  "await_using_declarations_are_not_allowed_in_ambient_contexts_1546": "'await using' 宣言はアンビエント コンテキストでは使用できません。",
2027
+ "await_using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1548": "'await using' 宣言は、ブロック内に含まれていない限り、'case' または 'default' 句では使用できません。",
2023
2028
  "await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853": "'await using' ステートメントは、ファイルがモジュールである場合、そのファイルのトップ レベルでのみ使用できますが、このファイルにはインポートもエクスポートも含まれていません。空の 'export {}' を追加して、このファイルをモジュールにすることを検討してください。",
2024
2029
  "await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_2852": "'await using' ステートメントは、非同期関数内と、モジュールのトップ レベルでのみ許可されます。",
2025
2030
  "await_using_statements_cannot_be_used_inside_a_class_static_block_18054": "'await using' ステートメントをクラスの静的ブロック内で使用することはできません。",
@@ -2044,6 +2049,7 @@
2044
2049
  "extends_clause_of_exported_class_0_has_or_is_using_private_name_1_4020": "エクスポートされたクラス '{0}' の 'extends' 句がプライベート名 '{1}' を持っているか、使用しています。",
2045
2050
  "extends_clause_of_exported_class_has_or_is_using_private_name_0_4021": "エクスポートされたクラスの 'extends' 句がプライベート名 '{0}' を持っているか、使用しています。",
2046
2051
  "extends_clause_of_exported_interface_0_has_or_is_using_private_name_1_4022": "エクスポートされたインターフェイス '{0}' の 'extends' 句がプライベート名 '{1}' を持っているか、使用しています。",
2052
+ "false_unless_checkJs_is_set_6932": "`false`、`checkJs` が設定されている場合を除く",
2047
2053
  "false_unless_composite_is_set_6906": "'composite' が設定されていない場合は 'false'",
2048
2054
  "false_unless_strict_is_set_6905": "'strict' が設定されている場合を除き、' false '",
2049
2055
  "file_6025": "ファイル",
@@ -2058,10 +2064,9 @@
2058
2064
  "infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type_1338": "'infer' 宣言は、条件付き型の 'extends' 句でのみ許可されます。",
2059
2065
  "k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets_1510": "'\\k' の後には、山かっこで囲まれたキャプチャ グループ名を指定する必要があります。",
2060
2066
  "let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations_2480": "'let' は、'let' 宣言または 'const' 宣言で名前として使用することはできません。",
2061
- "module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node_69010": "モジュール === 'AMD'、'UMD'、'System'、'ES6'、'Classic'、それ以外の場合は 'Node'",
2062
- "module_system_or_esModuleInterop_6904": "module === \"system\" or esModuleInterop",
2063
2067
  "new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type_7009": "ターゲットにコンストラクト シグネチャがない 'new' 式の型は、暗黙的に 'any' になります。",
2064
2068
  "node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified_6907": "`[\"node_modules\", \"bower_components\", \"jspm_packages\"]`' と、指定されている場合は 'outDir' の値を加算します。",
2069
+ "nodenext_if_module_is_nodenext_node16_if_module_is_node16_or_node18_otherwise_bundler_69010": "`module` が `nodenext` の場合は `nodenext`、`module` が `node16` または `node18` の場合は `node16`、それ以外の場合は `bundler`。",
2065
2070
  "one_of_Colon_6900": "次のいずれか:",
2066
2071
  "one_or_more_Colon_6901": "1 つ以上",
2067
2072
  "options_6024": "オプション",
@@ -2108,6 +2113,7 @@
2108
2113
  "true_if_composite_false_otherwise_6909": "'composite' の場合は 'true'、それ以外の場合は 'false'",
2109
2114
  "true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false_6411": "'moduleResolution' が 'node16'、'nodenext'、または 'bundler' である場合は 'true'、それ以外の場合は 'false' です。",
2110
2115
  "tsc_Colon_The_TypeScript_Compiler_6922": "tsc: TypeScript コンパイラ",
2116
+ "tsconfig_json_is_present_but_will_not_be_loaded_if_files_are_specified_on_commandline_Use_ignoreConf_5112": "tsconfig.json は存在しますが、コマンドラインでファイルが指定されている場合は読み込まれません。このエラーをスキップするには、'--ignoreConfig' を使用します。",
2111
2117
  "type_Colon_6902": "種類:",
2112
2118
  "unique_symbol_types_are_not_allowed_here_1335": "'unique symbol' 型はここでは許可されていません。",
2113
2119
  "unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement_1334": "'unique symbol' 型は変数ステートメントの変数でのみ許可されています。",
@@ -2115,6 +2121,7 @@
2115
2121
  "use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347": "'use strict' ディレクティブは、複雑なパラメーター リストでは使用できません。",
2116
2122
  "use_strict_directive_used_here_1349": "'use strict' ディレクティブがここで使用されています。",
2117
2123
  "using_declarations_are_not_allowed_in_ambient_contexts_1545": "'using' 宣言はアンビエント コンテキストでは使用できません。",
2124
+ "using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1547": "'using' 宣言は、ブロック内に含まれていない限り、'case' または 'default' 句では使用できません。",
2118
2125
  "with_statements_are_not_allowed_in_an_async_function_block_1300": "'with' 式は、非同期関数ブロックでは使用できません。",
2119
2126
  "with_statements_are_not_allowed_in_strict_mode_1101": "厳格モードでは 'with' ステートメントは使用できません。",
2120
2127
  "yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_t_7057": "'yield' 式は、それを含むジェネレーターに戻り値の型の注釈がないため、暗黙的に 'any' 型になります。",
@@ -26,7 +26,7 @@
26
26
  "A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165": "앰비언트 컨텍스트의 계산된 속성 이름은 형식이 리터럴 형식이거나 'unique symbol' 형식인 식을 참조해야 합니다.",
27
27
  "A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169": "인터페이스의 계산된 속성 이름은 형식이 리터럴 형식이거나 'unique symbol' 형식인 식을 참조해야 합니다.",
28
28
  "A_computed_property_name_must_be_of_type_string_number_symbol_or_any_2464": "계산된 속성 이름은 'string', 'number', 'symbol' 또는 'any' 형식이어야 합니다.",
29
- "A_const_assertions_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array__1355": "'const' 어설션은 열거형 멤버나 문자열, 숫자, 부울, 배열 또는 개체 리터럴에 대한 참조에만 적용할 수 있습니다.",
29
+ "A_const_assertion_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_o_1355": "'const' 어설션은 열거형 멤버나 문자열, 숫자, 부울, 배열 또는 객체 리터럴에 대한 참조에만 적용할 수 있습니다.",
30
30
  "A_const_enum_member_can_only_be_accessed_using_a_string_literal_2476": "const 열거형 멤버는 문자열 리터럴을 통해서만 액세스할 수 있습니다.",
31
31
  "A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254": "앰비언트 컨텍스트의 'const' 이니셜라이저는 문자열, 숫자 리터럴 또는 리터럴 열거형 참조여야 합니다.",
32
32
  "A_constructor_cannot_contain_a_super_call_when_its_class_extends_null_17005": "생성자는 해당 클래스가 'null'을 확장하는 경우 'super' 호출을 포함할 수 없습니다.",
@@ -365,6 +365,7 @@
365
365
  "Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732": "'{0}' 모듈을 찾을 수 없습니다. '--resolveJsonModule'을 사용하여 '. json' 확장명이 포함된 모듈을 가져오는 것이 좋습니다.",
366
366
  "Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_t_2792": "'{0}' 모듈을 찾을 수 없습니다. 'moduleResolution' 옵션을 'nodenext'로 설정하거나 'paths' 옵션에 별칭을 추가하려고 하셨나요?",
367
367
  "Cannot_find_module_0_or_its_corresponding_type_declarations_2307": "'{0}' 모듈 또는 해당 형식 선언을 찾을 수 없습니다.",
368
+ "Cannot_find_module_or_type_declarations_for_side_effect_import_of_0_2882": "'{0}' 부수 효과 가져오기에 대한 모듈 또는 형식 선언을 찾을 수 없습니다.",
368
369
  "Cannot_find_name_0_2304": "'{0}' 이름을 찾을 수 없습니다.",
369
370
  "Cannot_find_name_0_Did_you_mean_1_2552": "'{0}' 이름을 찾을 수 없습니다. '{1}'을(를) 사용하시겠습니까?",
370
371
  "Cannot_find_name_0_Did_you_mean_the_instance_member_this_0_2663": "'{0}' 이름을 찾을 수 없습니다. 인스턴스 멤버 'this.{0}'을(를) 사용하시겠습니까?",
@@ -653,8 +654,9 @@
653
654
  "Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323": "동적 가져오기는 '--module' 플래그가 'es2020', 'es2022', 'esnext', 'commonjs', 'amd', 'system', 'umd', 'node16', 'node18', 'node20' 또는 'nodenext'로 설정된 경우에만 지원됩니다.",
654
655
  "Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments_1450": "동적 가져오기는 모듈 지정자와 선택적 특성 집합만 인수로 허용할 수 있습니다.",
655
656
  "Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_node18_1324": "동적 가져오기는 '--module' 옵션이 'esnext', 'node16', 'node18', 'node20', 'nodenext' 또는 'preserve'로 설정된 경우에만 두 번째 인수를 지원합니다.",
656
- "ESM_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve_1293": "'module'이 'preserve' 설정된 경우 CommonJS 모듈에서는 ESM 구문을 사용할 수 없습니다.",
657
- "ESM_syntax_is_not_allowed_in_a_CommonJS_module_when_verbatimModuleSyntax_is_enabled_1286": "'verbatimModuleSyntax' 사용하도록 설정한 경우 CommonJS 모듈에서는 ESM 구문을 사용할 없습니다.",
657
+ "ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_1286": "ECMAScript 가져오기 및 내보내기를 'verbatimModuleSyntax' 아래의 CommonJS 파일에 수 없습니다.",
658
+ "ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjus_1295": "ECMAScript 가져오기 및 내보내기를 'verbatimModuleSyntax' 아래의 CommonJS 파일에 없습니다. 가장 가까운 'package.json'에서 'type' 필드를 조정하여 이 파일을 ECMAScript 모듈로 만들거나 TypeScript에서 'verbatimModuleSyntax', 'module' 및 'moduleResolution' 설정을 조정합니다.",
659
+ "ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve_1293": "'module'이 'preserve'로 설정된 경우 CommonJS 모듈에서는 ECMAScript 모듈 구문을 사용할 수 없습니다.",
658
660
  "Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given_4125": "'{0}.{1}'의 각 선언 값이 다릅니다. 여기서 '{2}'이(가) 필요한데 '{3}'이(가) 제공되었습니다.",
659
661
  "Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762": "공용 구조체 형식 '{0}'의 각 멤버에 구문 시그니처가 있지만, 해당 시그니처는 서로 호환되지 않습니다.",
660
662
  "Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758": "공용 구조체 형식 '{0}'의 각 멤버에 시그니처가 있지만, 해당 시그니처는 서로 호환되지 않습니다.",
@@ -883,6 +885,7 @@
883
885
  "Identifier_string_literal_or_number_literal_expected_1496": "식별자, 문자열 리터럴 또는 숫자 리터럴이 필요합니다.",
884
886
  "If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_S_7040": "'{0}' 패키지가 이 모듈을 실제로 공개하는 경우 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}' 수정을 위한 끌어오기 요청을 보내는 것이 좋습니다.",
885
887
  "If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_decl_7058": "'{0}' 패키지가 실제로 이 모듈을 노출하는 경우 'declare module {1}';'이(가) 포함된 새 선언(.d.ts) 파일을 추가해 보세요.",
888
+ "Ignore_the_tsconfig_found_and_build_with_commandline_options_and_files_1549": "찾은 tsconfig를 무시하고 명령줄 옵션과 파일로 빌드합니다.",
886
889
  "Ignore_this_error_message_90019": "이 오류 메시지 무시",
887
890
  "Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options_6924": "tsconfig.json을 무시하고 기본 컴파일러 옵션을 사용하여 지정된 파일을 컴파일합니다.",
888
891
  "Implement_all_inherited_abstract_classes_95040": "상속된 추상 클래스 모두 구현",
@@ -1139,7 +1142,7 @@
1139
1142
  "Option_0_can_only_be_specified_on_command_line_6266": "'{0}' 옵션은 명령줄에서만 지정할 수 있습니다.",
1140
1143
  "Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided_5051": "'{0}' 옵션은 '--inlineSourceMap' 옵션 또는 '--sourceMap' 옵션이 제공되는 경우에만 사용할 수 있습니다.",
1141
1144
  "Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler_5098": "'moduleResolution'이 'node16', 'nodenext' 또는 'bundler'로 설정된 경우에만 '{0}' 옵션을 사용할 수 있습니다.",
1142
- "Option_0_can_only_be_used_when_module_is_set_to_preserve_or_to_es2015_or_later_5095": "'{0}' 옵션은 'module'이 'preserve' 또는 'es2015' 이상으로 설정된 경우에만 사용할 수 있습니다.",
1145
+ "Option_0_can_only_be_used_when_module_is_set_to_preserve_commonjs_or_es2015_or_later_5095": "'{0}' 옵션은 'module'이 'preserve', 'commonjs', 또는 'es2015' 이상으로 설정된 경우에만 사용할 수 있습니다.",
1143
1146
  "Option_0_cannot_be_specified_when_option_jsx_is_1_5089": "'jsx' 옵션이 '{1}'인 경우 '{0}' 옵션을 지정할 수 없습니다.",
1144
1147
  "Option_0_cannot_be_specified_with_option_1_5053": "'{0}' 옵션은 '{1}' 옵션과 함께 지정할 수 없습니다.",
1145
1148
  "Option_0_cannot_be_specified_without_specifying_option_1_5052": "'{1}' 옵션을 지정하지 않고 '{0}' 옵션을 지정할 수 없습니다.",
@@ -1147,7 +1150,7 @@
1147
1150
  "Option_0_has_been_removed_Please_remove_it_from_your_configuration_5102": "‘{0}’ 옵션이 제거되었습니다. 구성에서 제거하세요.",
1148
1151
  "Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprec_5101": "'{0}’ 옵션은 더 이상 사용되지 않으며 TypeScript {1}에서 작동하지 않습니다. 이 오류를 무시하려면 compilerOption '\"ignoreDeprecations\": \"{2}\"'을(를) 지정합니다.",
1149
1152
  "Option_0_is_redundant_and_cannot_be_specified_with_option_1_5104": "'{0}' 옵션은 중복되므로 '{1}' 옵션으로 지정할 수 없습니다.",
1150
- "Option_allowImportingTsExtensions_can_only_be_used_when_either_noEmit_or_emitDeclarationOnly_is_set_5096": "'allowImportingTsExtensions' 옵션은 'noEmit' 또는 'emitDeclarationOnly' 설정된 경우에만 사용할 수 있습니다.",
1153
+ "Option_allowImportingTsExtensions_can_only_be_used_when_one_of_noEmit_emitDeclarationOnly_or_rewrite_5096": "'allowImportingTsExtensions' 옵션은 'noEmit', 'emitDeclarationOnly' 또는 'rewriteRelativeImportExtensions' 중 하나가 설정된 경우에만 사용할 수 있습니다.",
1151
1154
  "Option_build_must_be_the_first_command_line_argument_6369": "'--build' 옵션은 첫 번째 명령줄 인수여야 합니다.",
1152
1155
  "Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBui_5074": "'--incremental' 옵션은 tsconfig를 사용하거나 단일 파일로 내보내서 지정하거나 '--tsBuildInfoFile' 옵션을 지정할 때만 지정할 수 있습니다.",
1153
1156
  "Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047": "'isolatedModules' 옵션은 '--module' 옵션을 지정하거나 'target' 옵션이 'ES2015' 이상인 경우에만 사용할 수 있습니다.",
@@ -1894,6 +1897,7 @@
1894
1897
  "Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625": "소스의 {0} 위치에 있는 가변 인자 요소가 대상의 {1} 위치에 있는 요소와 일치하지 않습니다.",
1895
1898
  "Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_t_2637": "차이 주석은 개체, 함수, 생성자 및 매핑된 형식의 형식 별칭에서만 지원됩니다.",
1896
1899
  "Version_0_6029": "버전 {0}",
1900
+ "Visit_https_Colon_Slash_Slashaka_ms_Slashts6_for_migration_information_5111": "마이그레이션 정보를 보려면 https://aka.ms/ts6을 방문하세요.",
1897
1901
  "Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file_95110": "이 파일에 대해 자세히 알아보려면 https://aka.ms/tsconfig을 방문하세요.",
1898
1902
  "WATCH_OPTIONS_6918": "조사식 옵션",
1899
1903
  "Watch_and_Build_Modes_6250": "시청 및 빌드 모드",
@@ -2020,6 +2024,7 @@
2020
2024
  "await_expressions_cannot_be_used_in_a_parameter_initializer_2524": "'await' 식은 매개 변수 이니셜라이저에서 사용할 수 없습니다.",
2021
2025
  "await_has_no_effect_on_the_type_of_this_expression_80007": "'await'는 이 식의 형식에 영향을 주지 않습니다.",
2022
2026
  "await_using_declarations_are_not_allowed_in_ambient_contexts_1546": "앰비언트 컨텍스트에서는 'await using' 선언을 사용할 수 없습니다.",
2027
+ "await_using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1548": "'await using' 선언은 블록 내에 포함되지 않는 한 'case' 또는 'default' 조항에서는 허용되지 않습니다.",
2023
2028
  "await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853": "'await using' 문은 파일이 모듈일 경우 해당 파일의 최상위에서만 사용할 수 있지만, 이 파일에는 가져오기 또는 내보내기가 없습니다. 빈 'export {}'를 추가하여 이 파일을 모듈로 만드는 것이 좋습니다.",
2024
2029
  "await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_2852": "'await using' 문은 비동기 함수 내부 및 모듈의 최상위 수준에서만 사용할 수 있습니다.",
2025
2030
  "await_using_statements_cannot_be_used_inside_a_class_static_block_18054": "'await using' 문은 클래스 정적 블록 내에서 사용할 수 없습니다.",
@@ -2044,6 +2049,7 @@
2044
2049
  "extends_clause_of_exported_class_0_has_or_is_using_private_name_1_4020": "내보낸 클래스 '{0}'의 Extends 절이 프라이빗 이름 '{1}'을(를) 가지고 있거나 사용 중입니다.",
2045
2050
  "extends_clause_of_exported_class_has_or_is_using_private_name_0_4021": "내보낸 클래스의 'extends' 절이 프라이빗 이름 '{0}'을(를) 가지고 있거나 사용 중입니다.",
2046
2051
  "extends_clause_of_exported_interface_0_has_or_is_using_private_name_1_4022": "내보낸 인터페이스 '{0}'의 Extends 절이 프라이빗 이름 '{1}'을(를) 가지고 있거나 사용 중입니다.",
2052
+ "false_unless_checkJs_is_set_6932": "'checkJs'가 설정되지 않은 한 'false'입니다.",
2047
2053
  "false_unless_composite_is_set_6906": "'composite'가 설정되지 않은 한 'false'입니다.",
2048
2054
  "false_unless_strict_is_set_6905": "'strict'가 설정되지 않은 한 'false'입니다.",
2049
2055
  "file_6025": "파일",
@@ -2058,10 +2064,9 @@
2058
2064
  "infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type_1338": "'infer' 선언은 조건 형식의 'extends' 절에서만 사용할 수 있습니다.",
2059
2065
  "k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets_1510": "'\\k' 뒤에는 꺾쇠 괄호로 묶인 캡처 그룹 이름이 와야 합니다.",
2060
2066
  "let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations_2480": "'let'은 'let' 또는 'const' 선언에서 이름으로 사용할 수 없습니다.",
2061
- "module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node_69010": "모듈 === 'AMD' 또는 'UMD' 또는 'System' 또는 'ES6', 'Classic', 그렇지 않으면 'Node'",
2062
- "module_system_or_esModuleInterop_6904": "모듈 === \"system\" 또는 esModuleInterop",
2063
2067
  "new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type_7009": "대상에 구문 시그니처가 없는 'new' 식에는 암시적으로 'any' 형식이 포함됩니다.",
2064
2068
  "node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified_6907": "'[\"node_modules\", \"bower_components\", \"jspm_packages\"]', 지정한 경우 'outDir' 값이 추가됩니다.",
2069
+ "nodenext_if_module_is_nodenext_node16_if_module_is_node16_or_node18_otherwise_bundler_69010": "`module`이 `nodenext`이면 `nodenext`, `module`이 `node16` 또는 `node18`이면 `node16`, 그 외에는 `bundler`입니다.",
2065
2070
  "one_of_Colon_6900": "다음 중 하나:",
2066
2071
  "one_or_more_Colon_6901": "하나 이상:",
2067
2072
  "options_6024": "옵션",
@@ -2108,6 +2113,7 @@
2108
2113
  "true_if_composite_false_otherwise_6909": "'composite'이면 'true'이고, 그렇지 않으면 'false'입니다.",
2109
2114
  "true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false_6411": "'moduleResolution'이 'node16', 'nodenext' 또는 'bundler'인 경우 'true'입니다. 그렇지 않으면 'false'입니다.",
2110
2115
  "tsc_Colon_The_TypeScript_Compiler_6922": "tsc: TypeScript 컴파일러",
2116
+ "tsconfig_json_is_present_but_will_not_be_loaded_if_files_are_specified_on_commandline_Use_ignoreConf_5112": "tsconfig.json이 있지만 명령줄에 파일을 지정한 경우 로드되지 않습니다. '--ignoreConfig'를 사용하여 이 오류를 건너뜁니다.",
2111
2117
  "type_Colon_6902": "형식:",
2112
2118
  "unique_symbol_types_are_not_allowed_here_1335": "여기에서 'unique symbol' 형식은 허용되지 않습니다.",
2113
2119
  "unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement_1334": "'unique symbol' 형식은 변수 문의 변수에만 허용됩니다.",
@@ -2115,6 +2121,7 @@
2115
2121
  "use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347": "'use strict' 지시문은 단순하지 않은 매개 변수 목록에서 사용할 수 없습니다.",
2116
2122
  "use_strict_directive_used_here_1349": "여기서는 'use strict' 지시문이 사용됩니다.",
2117
2123
  "using_declarations_are_not_allowed_in_ambient_contexts_1545": "앰비언트 컨텍스트에서는 'using' 선언을 사용할 수 없습니다.",
2124
+ "using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1547": "'using' 선언은 블록 내에 포함되지 않는 한 'case' 또는 'default' 조항에서는 허용되지 않습니다.",
2118
2125
  "with_statements_are_not_allowed_in_an_async_function_block_1300": "'with' 문은 비동기 함수 블록에서 사용할 수 없습니다.",
2119
2126
  "with_statements_are_not_allowed_in_strict_mode_1101": "'with' 문은 strict 모드에서 사용할 수 없습니다.",
2120
2127
  "yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_t_7057": "'yield' 식은 포함하는 생성기에 반환 형식 주석이 없으므로 암시적으로 'any' 형식으로 생성됩니다.",
package/lib/lib.d.ts CHANGED
@@ -7,15 +7,13 @@ License at http://www.apache.org/licenses/LICENSE-2.0
7
7
  THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8
8
  KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9
9
  WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10
- MERCHANTABLITY OR NON-INFRINGEMENT.
10
+ MERCHANTABILITY OR NON-INFRINGEMENT.
11
11
 
12
12
  See the Apache Version 2.0 License for specific language governing permissions
13
13
  and limitations under the License.
14
14
  ***************************************************************************** */
15
15
 
16
16
 
17
- /// <reference no-default-lib="true"/>
18
-
19
17
  /// <reference lib="es5" />
20
18
  /// <reference lib="dom" />
21
19
  /// <reference lib="webworker.importscripts" />
@@ -7,15 +7,13 @@ License at http://www.apache.org/licenses/LICENSE-2.0
7
7
  THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8
8
  KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9
9
  WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10
- MERCHANTABLITY OR NON-INFRINGEMENT.
10
+ MERCHANTABILITY OR NON-INFRINGEMENT.
11
11
 
12
12
  See the Apache Version 2.0 License for specific language governing permissions
13
13
  and limitations under the License.
14
14
  ***************************************************************************** */
15
15
 
16
16
 
17
- /// <reference no-default-lib="true"/>
18
-
19
17
  /**
20
18
  * The decorator context types provided to class element decorators.
21
19
  */
@@ -7,15 +7,13 @@ License at http://www.apache.org/licenses/LICENSE-2.0
7
7
  THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8
8
  KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9
9
  WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10
- MERCHANTABLITY OR NON-INFRINGEMENT.
10
+ MERCHANTABILITY OR NON-INFRINGEMENT.
11
11
 
12
12
  See the Apache Version 2.0 License for specific language governing permissions
13
13
  and limitations under the License.
14
14
  ***************************************************************************** */
15
15
 
16
16
 
17
- /// <reference no-default-lib="true"/>
18
-
19
17
  declare type ClassDecorator = <TFunction extends Function>(target: TFunction) => TFunction | void;
20
18
  declare type PropertyDecorator = (target: Object, propertyKey: string | symbol) => void;
21
19
  declare type MethodDecorator = <T>(target: Object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>) => TypedPropertyDescriptor<T> | void;
@@ -7,35 +7,12 @@ License at http://www.apache.org/licenses/LICENSE-2.0
7
7
  THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8
8
  KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9
9
  WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10
- MERCHANTABLITY OR NON-INFRINGEMENT.
10
+ MERCHANTABILITY OR NON-INFRINGEMENT.
11
11
 
12
12
  See the Apache Version 2.0 License for specific language governing permissions
13
13
  and limitations under the License.
14
14
  ***************************************************************************** */
15
15
 
16
16
 
17
- /// <reference no-default-lib="true"/>
18
-
19
- /////////////////////////////
20
- /// Window Async Iterable APIs
21
- /////////////////////////////
22
-
23
- interface FileSystemDirectoryHandleAsyncIterator<T> extends AsyncIteratorObject<T, BuiltinIteratorReturn, unknown> {
24
- [Symbol.asyncIterator](): FileSystemDirectoryHandleAsyncIterator<T>;
25
- }
26
-
27
- interface FileSystemDirectoryHandle {
28
- [Symbol.asyncIterator](): FileSystemDirectoryHandleAsyncIterator<[string, FileSystemHandle]>;
29
- entries(): FileSystemDirectoryHandleAsyncIterator<[string, FileSystemHandle]>;
30
- keys(): FileSystemDirectoryHandleAsyncIterator<string>;
31
- values(): FileSystemDirectoryHandleAsyncIterator<FileSystemHandle>;
32
- }
33
-
34
- interface ReadableStreamAsyncIterator<T> extends AsyncIteratorObject<T, BuiltinIteratorReturn, unknown> {
35
- [Symbol.asyncIterator](): ReadableStreamAsyncIterator<T>;
36
- }
37
-
38
- interface ReadableStream<R = any> {
39
- [Symbol.asyncIterator](options?: ReadableStreamIteratorOptions): ReadableStreamAsyncIterator<R>;
40
- values(options?: ReadableStreamIteratorOptions): ReadableStreamAsyncIterator<R>;
41
- }
17
+ // This file's contents are now included in the main types file.
18
+ // The file has been left for backward compatibility.