microsoft / microsoft/TypeScript

Add a mode to tsc that defers to a possibly-running tsc "watch mode" instance

オープン
#42,838 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

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

説明

Suggestion

Currently my projects have an npm script defined to run tsc --watch. I also have a test script configured. When working interactively, I don't want my test to wait 10s while it builds from scratch, when watch mode was running, and I just need to ask the running instance to let me know when the current generation of the source has been fully processed.

However, if I'm for some reason not running watch mode, like if someone unfamiliar with the project checks out the repo and tries to run npm test, or a CI system that has no special accommodations, it'd be useful if it went ahead and did a fresh build.

(Watch mode is great, I wish this idea was more commonplace!)

🔍 Search Terms

watch mode, incremental, npm, test

✅ Viability Checklist

My suggestion meets these guidelines:

  • This wouldn't be a breaking change in existing TypeScript/JavaScript code
  • This wouldn't change the runtime behavior of existing JavaScript code
  • This could be implemented without emitting different JS based on the types of the expressions
  • This isn't a runtime feature (e.g. library functionality, non-ECMAScript syntax with JavaScript output, new syntax sugar for JS, etc.)
  • This feature would agree with the rest of TypeScript's Design Goals.

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

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

はじめの一歩

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

調査の方向性

この issue ではファイルもテストも指定されていないため、まず tsc の watch モードのエントリポイントと、npm test が使用する通常の build パスを特定します。実行中の watch インスタンスとコマンドが通信しつつ、fresh build へのフォールバックも維持する方法を調べ、その後、watch が実行中の場合と watch がない場合の両方の動作を検証します。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
typescript
領域
build-system, cli, compilers
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
25/100

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

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