We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be13f69 commit c731d43Copy full SHA for c731d43
guide/features.md
@@ -71,7 +71,7 @@ export type { T }
71
72
- [TypeScript ドキュメント](https://www.typescriptlang.org/tsconfig#useDefineForClassFields)
73
74
-TypeScript ターゲットが `ES2022` 以降(`ESNext` を含む)の場合、デフォルト値は `true` になります。これは [TypeScript 4.3.2 以降の動作](https://github.com/microsoft/TypeScript/pull/42663)と一致しています。また、これは ECMAScript の標準的なランタイムの動作でもあります。
+TypeScript ターゲットが `ES2022` 以降(`ESNext` を含む)の場合、デフォルト値は `true` になります。これは [TypeScript 4.3.2 以降の動作](https://github.com/microsoft/TypeScript/pull/42663)と一致しています。
75
他の TypeScript ターゲットはデフォルトで `false` になります。
76
77
`true` は ECMAScript の標準的なランタイムの動作です。
0 commit comments