When using `v12.0.0-alpha.14` on the playground, syntax errors sometimes trigger the error `ENOENT: /static/playground.res, no such file or directory`. I haven't been able to reproduce this issue in `v12.0.0-alpha.13` or earlier versions.  --- By setting the `--debug-info` jsoo flag, I've narrowed it down to `protect_refs` (line 51) from `misc.ml`: https://github.com/rescript-lang/rescript/blob/3079bdb063e002192c2ff57573f021e67be814c1/compiler/ext/misc.ml#L41-L52 Only two functions call protect_refs: `Env.without_cmis` and `Warnings.without_warnings`