I wonder if @thislogancall is looking for something like @dead or @live decorators.
My intention is to use @live in a dependency library. This library is commonly imported in most of my rescript projects. However, when I reanalyze the code of the library separately, I often receive warnings for unused code although that the code is being used in my other projects.
Is there a better way to avoid this sort of code warnings?