google / google/closure-compiler
Provide a report of which functions have side-effects
Open
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 1.2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 6
Description
The angular/core bundle is larger than we would like, due to issues such as #2206 where some functions cannot be tree-shaken because of potential side-effects.
We have a workaround to hide the side-effects from the compiler, but we don't know where to apply the workaround. It would be nice to know where the compiler believes the side effects are.
Contributor guide
Assessment
This issue has not been assessed yet.