|
3717 | 3717 | </Str>
|
3718 | 3718 | <Disp Icon="Str" />
|
3719 | 3719 | </Item>
|
| 3720 | + <Item ItemId=";Declare_private_method_0_90038" ItemType="0" PsrId="306" Leaf="true"> |
| 3721 | + <Str Cat="Text"> |
| 3722 | + <Val><![CDATA[Declare private method '{0}']]></Val> |
| 3723 | + </Str> |
| 3724 | + <Disp Icon="Str" /> |
| 3725 | + </Item> |
3720 | 3726 | <Item ItemId=";Declare_private_property_0_90035" ItemType="0" PsrId="306" Leaf="true">
|
3721 | 3727 | <Str Cat="Text">
|
3722 | 3728 | <Val><![CDATA[Declare private property '{0}']]></Val>
|
|
4701 | 4707 | </Str>
|
4702 | 4708 | <Disp Icon="Str" />
|
4703 | 4709 | </Item>
|
| 4710 | + <Item ItemId=";Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_lat_2791" ItemType="0" PsrId="306" Leaf="true"> |
| 4711 | + <Str Cat="Text"> |
| 4712 | + <Val><![CDATA[Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.]]></Val> |
| 4713 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 4714 | + <Val><![CDATA['target' オプションが 'es2016' 以降に設定されている場合を除き、'bigint' 値に対して累乗を実行することはできません。]]></Val> |
| 4715 | + </Tgt> |
| 4716 | + </Str> |
| 4717 | + <Disp Icon="Str" /> |
| 4718 | + </Item> |
4704 | 4719 | <Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
|
4705 | 4720 | <Str Cat="Text">
|
4706 | 4721 | <Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
|
|
5151 | 5166 | </Str>
|
5152 | 5167 | <Disp Icon="Str" />
|
5153 | 5168 | </Item>
|
| 5169 | + <Item ItemId=";Fix_all_incorrect_return_type_of_an_async_functions_90037" ItemType="0" PsrId="306" Leaf="true"> |
| 5170 | + <Str Cat="Text"> |
| 5171 | + <Val><![CDATA[Fix all incorrect return type of an async functions]]></Val> |
| 5172 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 5173 | + <Val><![CDATA[非同期関数の無効な戻り値の型をすべて修正します]]></Val> |
| 5174 | + </Tgt> |
| 5175 | + </Str> |
| 5176 | + <Disp Icon="Str" /> |
| 5177 | + </Item> |
5154 | 5178 | <Item ItemId=";Found_0_errors_6217" ItemType="0" PsrId="306" Leaf="true">
|
5155 | 5179 | <Str Cat="Text">
|
5156 | 5180 | <Val><![CDATA[Found {0} errors.]]></Val>
|
|
8721 | 8745 | </Str>
|
8722 | 8746 | <Disp Icon="Str" />
|
8723 | 8747 | </Item>
|
| 8748 | + <Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true"> |
| 8749 | + <Str Cat="Text"> |
| 8750 | + <Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val> |
| 8751 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 8752 | + <Val><![CDATA['{0}' を 'Promise<{1}>' に置き換える]]></Val> |
| 8753 | + </Tgt> |
| 8754 | + </Str> |
| 8755 | + <Disp Icon="Str" /> |
| 8756 | + </Item> |
8724 | 8757 | <Item ItemId=";Replace_all_unused_infer_with_unknown_90031" ItemType="0" PsrId="306" Leaf="true">
|
8725 | 8758 | <Str Cat="Text">
|
8726 | 8759 | <Val><![CDATA[Replace all unused 'infer' with 'unknown']]></Val>
|
@@ -10287,11 +10320,11 @@
|
10287 | 10320 | </Str>
|
10288 | 10321 | <Disp Icon="Str" />
|
10289 | 10322 | </Item>
|
10290 |
| - <Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_1064" ItemType="0" PsrId="306" Leaf="true"> |
| 10323 | + <Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064" ItemType="0" PsrId="306" Leaf="true"> |
10291 | 10324 | <Str Cat="Text">
|
10292 |
| - <Val><![CDATA[The return type of an async function or method must be the global Promise<T> type.]]></Val> |
| 10325 | + <Val><![CDATA[The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<{0}>'?]]></Val> |
10293 | 10326 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
10294 |
| - <Val><![CDATA[非同期関数または非同期メソッドの戻り値の型は、グローバル Promise<T> 型である必要があります。]]></Val> |
| 10327 | + <Val><![CDATA[非同期関数または非同期メソッドの戻り値の型は、グローバル Promise<T> 型である必要があります。'Promise<{0}>' と書き込むつもりでしたか?]]></Val> |
10295 | 10328 | </Tgt>
|
10296 | 10329 | </Str>
|
10297 | 10330 | <Disp Icon="Str" />
|
|
0 commit comments