Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 2592

Disable dead code hints

$
0
0

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?


Viewing all articles
Browse latest Browse all 2592

Trending Articles