Skip to content
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

2024-10-16のJS: Deno v2、TypeScript 5.7 Beta、ES2025に入る5つのProposal #1232

Merged
merged 15 commits into from
Oct 15, 2024

Conversation

azu
Copy link
Member

@azu azu commented Oct 15, 2024

Deno v2.0.0がリリースされました

Node.jsとの互換性の改善、JSRのサポート改善、Workspaceのサポートなどが行われています。
Deno 1.xから2.xへのマイグレーションガイドも公開されています。


TypeScript 5.7 Betaがリリースされました

初期化されてない変数のチェック、相対パスの.tsを出力時に.jsへと書き換える--rewriteRelativeImportExtensionsフラグの追加されています。
また、--target es2024のサポート、Node.js 22のV8 Compile Cacheをサポートして実行速度の改善なども行われています。。


2024年10月のTC39のミーティングで5つのProposalがStage 4になりました。

Promise.try/Import Attributes/RegExp Modifiers/Sync Iterator helpers/JSON ModulesがそれぞれStage 4になりました。
そのため、これらの機能はES2025に含まれることになります。

それ以外にもすでにStage 4になっているProposalは次のページで確認できます。

@azu azu merged commit 370970f into develop Oct 15, 2024
@azu azu deleted the jser-week-711 branch October 15, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant