using宣言のドキュメントを追加#1057
Merged
Merged
Conversation
|
@yo-goto is attempting to deploy a commit to the YYTypescript Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
Author
|
表現などをいくらか修正して内容を充実させました |
|
You have used all of your free Bugbot PR reviews. To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced May 15, 2026
Closed
suin
added a commit
that referenced
this pull request
May 15, 2026
## 対象者 - [x] 📖 読者 ## Problem 前回のリリース(2026-04-17)以降にいくつかのコンテンツ更新がありましたが、変更内容をまとめたリリースノートがまだ公開されていませんでした。読者は何が新しく追加・改善されたかを把握しづらく、新規ページや更新内容にたどり着く導線がない状態でした。 ## Solution `docs/releasenotes/2026-05-15.md` を新規追加しました。 - ✨ ハイライト - 「using宣言」の解説ページを新規追加([#1057]) - チュートリアルをNode.js v26に対応([#1116]) - 修正・改善 - `setup.md` の `tsc -v` 出力例をTypeScript 6.0.3に更新([#1112]) - ESLintチュートリアルの出力例タイポ修正([#1116]) - Vitestチュートリアルの `vitest run` 出力例を最新挙動に合わせて更新([#1116]) - Vitestコンポーネントテストの「ファイルこに」タイポ修正([#1116]) - 👥 コントリビューター: [@yo-goto]、[@suin] ## Value 読者が前回リリース以降の更新を一覧で把握でき、興味のあるトピック(特に新規追加の「using宣言」ページ)へスムーズに到達できるようになります。 --- Close #1121 [#1057]: #1057 [#1112]: #1112 [#1116]: #1116 [@suin]: https://github.com/suin [@yo-goto]: https://github.com/yo-goto
This file contains hidden or 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
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.
close #1013
Note
Low Risk
Documentation-only change that adds a new page and a sidebar entry; no runtime or library code is modified.
Overview
Adds a new reference doc page
reference/values-types-variables/usingexplaining TypeScript 5.2+using/await usingdeclarations for explicit resource management, includingDisposable/AsyncDisposable,Symbol.dispose/Symbol.asyncDispose, and RAII comparisons with C# and Rust.Updates
sidebars.jsto include the newusingpage in the 値・型・変数 section navigation.Reviewed by Cursor Bugbot for commit 8a6a0da. Bugbot is set up for automated code reviews on this repo. Configure here.