microsoft / microsoft/TypeScript
tsc is not resposive to `ctrl-c`
オープン
@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?
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。