google / google/playground-elements
Re-use previous dependencies if .js import graph hasn't changed
Open
- Dominant language
- TypeScript
- Stars
- 648
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
If the distinct set of imports across all .js files (including the output of the TypeScript builder) are identical -- plus the package.json has not changed (since that affects which version of dependencies we fetch) -- then we can re-use all of the dependencies we fetched from the last compile.
Contributor guide
Assessment
This issue has not been assessed yet.