We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The builtin ppx seems not able to transform the expression of dynamic module import properly.
let f = async () => { module M3 = await Belt.List M3.forEach }
This is likely due to a failure to perform a transformation on the Pexp_letmodule in the nested expression.