Use .tsbuildinfo to build with tsc and tsc --w when not using build mode#30232
Use .tsbuildinfo to build with tsc and tsc --w when not using build mode#30232sheetalkamat merged 7 commits intomasterfrom
Conversation
|
@RyanCavanaugh @rbuckton @DanielRosenwasser This change is on top of tsc --b generating |
|
@RyanCavanaugh please take a look at this as well since I think having same file version when writing tsbuildinfo is important for things to work correctly and because we don't have published API for tsbuild yet many apis depend on watch api to build the projects and we should not regress there by writing conflicting file versions. |
82024e2 to
f82cb23
Compare
Works on top of #29813
This change should help with #12996