google / google/playground-elements
Re-use previous typescript output if no .ts files changed
Open
- Dominant language
- TypeScript
- Stars
- 648
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
We can improve performance between compiles in many cases by caching the entire output of the typescript builder, and re-using it in the case that no `.ts` files have changed between compiles. This would be great for the case where e.g. an HTML or CSS file is being modified, since we can skip the typescript builder all together.
Contributor guide
Assessment
This issue has not been assessed yet.