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-07-29のJS: TypeScript 5.6 Beta、Node.jsの実験的なTypeScriptサポート、State of React 2023 #1210

Merged
merged 19 commits into from
Jul 29, 2024

Conversation

azu
Copy link
Member

@azu azu commented Jul 29, 2024

TypeScript 5.6 Beta がリリースされました。

ESLintのno-constant-binary-expressionと似たチェックを行い、常にtrue/nullishとなる間違った書き方をコンパイルエラーにする変更が含まれています。

Iterator Helperのサポート、ES2022のArbitrary module namespace identifier namesをサポート、--noUncheckedSideEffectImportsフラグの追加も行われています。
また、型チェックせずにファイルを出力できる--noCheckフラグの追加など


Node.jsに--experimental-strip-typesという実験的なフラグが実装されています。

この--experimental-strip-typesフラグを使うと、TypeScriptのコードから型情報を削除してJavaScriptファイルとして実行できるようになります。

Node.jsのTypeScriptサポートについてでは、Node.jsのTypeScriptサポートがどのような経緯で進んできているかをまとめています。
まだ実験段階で課題となる点も多いため、正式にサポートされるかは分かりませんが、今後の方針は次のIssueで議論されています。


State of React 2023が公開されました。
Reactに関する開発者アンケートの結果をまとめたレポートになっています。

Reactの機能、状態管理、データ取得、Meta-Framework、どのようなアプリケーションを作っているかについてなど色々な項目ごとの結果がまとめられています。

@azu azu merged commit 15ee12b into develop Jul 29, 2024
@azu azu deleted the jser-week-701 branch July 29, 2024 01:22
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