google / google/closure-compiler
Avoid incorrect removal of references to getter/setter properties.
Open
internal-issue-created
triage-done
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 1.2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 6
Description
Right now the compiler incorrectly removes getter/setter references in some cases.
Some related issues that are narrower in scope include: https://github.com/google/closure-compiler/issues/2778 and https://github.com/google/closure-compiler/issues/3283. This issue tracks the broader issue of making advanced optimizations safe for getters and setters.
This corresponds to the existing internal Google bug http://b/72879754.
Contributor guide
Assessment
This issue has not been assessed yet.