microsoft / microsoft/TypeScript

tsc is not resposive to `ctrl-c`

オープン
#63,856 コメント 2 件 リアクション 9 件 担当者 1 名 GitHub で見る

@jakebailey がすでに取り組んでいます。

2026年7月15日 から。

Needs Investigation
主要言語
Go
スター
111k
フォーク
14.3k
平均マージ
2日 4時間
マージ済み PR(30日)
132

説明

When you run tsc and attempt to interrupt a build it does not respond instead it just complets the build

This is because typescript-go installs signal handlers to propagate sigterm and sigint to the context.Context object

However this is not always threaded all the way through the build

I prepared https://github.com/microsoft/typescript-go/pull/4592 to fix this, but the fix is non-trivial

Alternatively should we just not install signal handlers and let normal behavior proceed?

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。