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

Turn off reporting on externals by default. #139

Closed cristianoc closed 2 years ago

cristianoc commented 2 years ago

This resolved some issues with e.g @inline annotations which cannot be silenced as the compiler's PPX ignores all the existing annotations and turns them into externals with a special encoding.

Fixes https://github.com/rescript-association/reanalyze/issues/136