google / google/playground-elements
Re-use previous typescript typings if .ts import graph hasn't changed
Open
- Dominant language
- TypeScript
- Stars
- 648
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
If a TypeScript file has changed, but we find that the distinct set of imports across the .ts file are identical -- plus the `package.json` has not changed (since that affects which version of dependencies we fetch) -- then we can re-use the previous output of the TypeScript types fetcher.
Contributor guide
Assessment
This issue has not been assessed yet.