HaxeFoundation / HaxeFoundation/haxe
Proposed DCE change related to dynamic field access
Open
feature-dce
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
Issues like #6994 keep coming up, so I propose the following change to DCE:
If we have any dynamic field access `(d : Dynamic).fieldName`, we keep `fieldName` on all classes that we're keeping anyway.
Contributor guide
Assessment
This issue has not been assessed yet.