The builtin ppx seems not able to transform the expression of dynamic module import properly. ```res 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.