Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deftomat/typescript-build-watch-perf
- Owner: deftomat
- Created: 2021-07-30T12:42:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T13:02:49.000Z (over 3 years ago)
- Last Synced: 2024-10-27T18:26:49.002Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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