I’m updating our modules to the latest ReScript version (from 11.0.0 curried to 11.1.4 uncurried) and I noticed that API module won’t compile as it hang on some files and my processor (Macbook pro M1) stays at 80% of usage.
Do you have ever noticed something this ?
I’m thinking if it’s a performance issue, maybe it’s because of our heavy usage of ppx-spice ?
We’re using the built-in rescript builder. I checked the amount of @spice and found out around 2600 (of course it includes variant aliasing and not just type declaration)
I’m not sure how to make a repro but I’ll try to reduce the amount of compiled files to reduce the scope and iterate over it