Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error: Dynamic module import of nested expressions #6430

Closed
mununki opened this issue Oct 10, 2023 · 0 comments · Fixed by #6431
Closed

Build error: Dynamic module import of nested expressions #6430

mununki opened this issue Oct 10, 2023 · 0 comments · Fixed by #6431

Comments

@mununki
Copy link
Member

mununki commented Oct 10, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant