google / google/playground-elements

Re-use previous typescript output if no .ts files changed

Open
#206 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.