rescript-association / reanalyze

Experimental analyses for ReScript and OCaml: globally dead values/types, exception analysis, and termination analysis.
MIT License
277 stars 20 forks source link

Fix issue where `emptyArray` was reported unused for lowercase compon… #108

Closed cristianoc closed 3 years ago

cristianoc commented 3 years ago

…ents without children.

Fixes https://github.com/reason-association/reanalyze/issues/85.