Skip to content

deftomat/typescript-build-watch-perf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-build-watch-perf

Repo for issue microsoft/TypeScript#45082

tsc -b -w is way slower than tsc -w when change is detected.

Steps to reproduce:

  • Run tsc -b -w --diagnostics and tsc -w --diagnostics in packages/api
  • Make simple change in packages/api/stack.ts file