Skip to content

Commit 8976ac9

Browse files
Update LKG.
1 parent 1fbe20f commit 8976ac9

10 files changed

+1855
-1015
lines changed

Diff for: lib/cancellationToken.js

+1-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/ja/diagnosticMessages.generated.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
"Generic_type_0_requires_1_type_argument_s_2314": "ジェネリック型 '{0}' には {1} 個の型引数が必要です。",
455455
"Generic_type_0_requires_between_1_and_2_type_arguments_2707": "ジェネリック型 '{0}' には、{1} 個から {2} 個までの型引数が必要です。",
456456
"Generic_type_instantiation_is_excessively_deep_and_possibly_infinite_2550": "ジェネリック型のインスタンス化は非常に深く、無限である可能性があります。",
457-
"Getter_and_setter_accessors_do_not_agree_in_visibility_2379": "ゲッターおよびセッターで表示が許可されていません",
457+
"Getter_and_setter_accessors_do_not_agree_in_visibility_2379": "ゲッターおよびセッターでの表示が許可されていません",
458458
"Global_module_exports_may_only_appear_at_top_level_1316": "グローバル モジュールのエクスポートは最上位レベルにのみ出現可能です。",
459459
"Global_module_exports_may_only_appear_in_declaration_files_1315": "グローバル モジュールのエクスポートは宣言ファイルにのみ出現可能です。",
460460
"Global_module_exports_may_only_appear_in_module_files_1314": "グローバル モジュールのエクスポートはモジュール ファイルにのみ出現可能です。",

Diff for: lib/lib.esnext.bigint.d.ts

+325-325
Large diffs are not rendered by default.

Diff for: lib/tsc.js

+80-52
Large diffs are not rendered by default.

Diff for: lib/tsserver.js

+343-149
Large diffs are not rendered by default.

Diff for: lib/tsserverlibrary.js

+343-149
Large diffs are not rendered by default.

Diff for: lib/typescript.js

+334-134
Large diffs are not rendered by default.

Diff for: lib/typescriptServices.js

+334-134
Large diffs are not rendered by default.

Diff for: lib/typingsInstaller.js

+93-63
Large diffs are not rendered by default.

Diff for: lib/zh-tw/diagnosticMessages.generated.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
"Generic_type_0_requires_1_type_argument_s_2314": "泛型類型 '{0}' 需要 {1} 個型別引數。",
455455
"Generic_type_0_requires_between_1_and_2_type_arguments_2707": "泛型型別 '{0}' 需要介於 {1} 和 {2} 之間的型別引數。",
456456
"Generic_type_instantiation_is_excessively_deep_and_possibly_infinite_2550": "泛型類型具現化的深度過深,而且可能是無限深。",
457-
"Getter_and_setter_accessors_do_not_agree_in_visibility_2379": "getter 和 setter 存取子的可視性不符",
457+
"Getter_and_setter_accessors_do_not_agree_in_visibility_2379": "getter 和 setter 存取子的可見度不符",
458458
"Global_module_exports_may_only_appear_at_top_level_1316": "全域模組匯出只能顯示在最上層。",
459459
"Global_module_exports_may_only_appear_in_declaration_files_1315": "全域模組匯出只能顯示在宣告檔案中。",
460460
"Global_module_exports_may_only_appear_in_module_files_1314": "全域模組匯出只能顯示在模組檔案中。",

0 commit comments

Comments
 (0)