Skip to content

using宣言のドキュメントを追加#1057

Merged
suin merged 31 commits into
yytypescript:masterfrom
yo-goto:using_keyword
May 15, 2026
Merged

using宣言のドキュメントを追加#1057
suin merged 31 commits into
yytypescript:masterfrom
yo-goto:using_keyword

Conversation

@yo-goto
Copy link
Copy Markdown
Contributor

@yo-goto yo-goto commented Jan 9, 2026

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/using explaining TypeScript 5.2+ using/await using declarations for explicit resource management, including Disposable/AsyncDisposable, Symbol.dispose/Symbol.asyncDispose, and RAII comparisons with C# and Rust.

Updates sidebars.js to include the new using page in the 値・型・変数 section navigation.

Reviewed by Cursor Bugbot for commit 8a6a0da. Bugbot is set up for automated code reviews on this repo. Configure here.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 9, 2026

@yo-goto is attempting to deploy a commit to the YYTypescript Team on Vercel.

A member of the Team first needs to authorize it.

@yo-goto yo-goto marked this pull request as draft January 9, 2026 11:17
@yo-goto yo-goto marked this pull request as ready for review May 8, 2026 11:49
@yo-goto
Copy link
Copy Markdown
Contributor Author

yo-goto commented May 9, 2026

表現などをいくらか修正して内容を充実させました

@cursor
Copy link
Copy Markdown

cursor Bot commented May 9, 2026

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.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
book Ready Ready Preview, Comment May 15, 2026 10:58am

Request Review

@suin suin merged commit 148cd6a into yytypescript:master May 15, 2026
4 checks passed
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
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.

TypeScript5.2で追加されたusingについて記事を書きませんか?

2 participants