-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2022-11-02のJS: Node.js 18.12.0 LTS、Babel 7.20.0、TypeScript 4.9 RC #1016
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
….0-typescript-4.9-rc.md
….0-typescript-4.9-rc.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Node.js 18系のLTS(Long Term Support)となるNode.js 18.12.0がリリースされました。
Node.js 18のLTSは、2023-10-18から2025-04-30までサポートされる予定です。
また、Node.js 16のLTSはOpenSSLのライフサイクルとの都合から、普段より短い2023-09-11までのサポートとなっています。
Babel 7.20.0がリリースされました。
現在RCのTypeScript 4.9のサポート、
@babel/preset-env
のtargets
としてDenoをサポートしています。合わせてbabel-loader 9.0.0をリリースし、webpack5未満のサポート終了とNode.js 12以下のサポート終了なども含まれています。
TypeScript 4.9 RCがリリースされました。
型キャストはせずに型の一致をチェックできる
satisfies
演算子の追加、in
演算子での型の絞り込みの改善、accessor
キーワードのサポート、== NaN
をコンパイルエラーに変更などが含まれます。また、
--watch
でのファイル監視のデフォルトをuseFsEvents
に変更、値と型を同じexports
フィールドのtypeVersions
の優先度を修正なども含まれています。RCリリースに合わせて、次のバージョンである5.0での予定についてのIssueも作られています。
5.0では、ECMAScript Stage 3のDecoratorのサポート、Numeric enumとLiteral enumの統合などが予定されています。
また、Module Resolutionsの取り組みを進めたり、.tsファイルのimportの許可、.js以外のファイルに対する.d.tsのサポートなども進める予定となっています。
その他にはtsconfig.jsonでの
extends
で配列指定の許可、// @ts-option
でファイルごとのTS設定のサポートなどの予定されています。