Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deftomat/typescript-build-watch-perf

Repo for issue https://github.com/microsoft/TypeScript/issues/45082
https://github.com/deftomat/typescript-build-watch-perf

Last synced: 19 days ago
JSON representation

Repo for issue https://github.com/microsoft/TypeScript/issues/45082

Awesome Lists containing this project

README

        

# typescript-build-watch-perf

Repo for issue https://github.com/microsoft/TypeScript/issues/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