microsoft / microsoft/TypeScript
tsc --watch should listen for stdin requests to transpile on demand
オープン
まだ誰も着手していません。
Needs Proposal
Suggestion
- 主要言語
- Go
- スター
- 111k
- フォーク
- 14.3k
- 平均マージ
- 2日 4時間
- マージ済み PR(30日)
- 132
説明
nodemon will listen for "rs" streaming to process.stdin and this allows the user to manually restart a process.
In the same way, there are times where it would be nice to manually restart an incremental build with tsc --watch, although it might not be much faster since it will rebuild everything, it should be a little smoother.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
tsc --watch のエントリーポイントから始め、watch モードがインクリメンタルな再ビルドと process.stdin をどのように処理しているかを確認します。要求された動作を、nodemon の "rs" 入力処理と比較します。文書化された stdin リクエストによってオンデマンドの watch 再ビルドを起動でき、既存の watch プロセスを中断せず、リクエストと再ビルドの動作をテストでカバーできれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- build-system, cli
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100