Closed
Description
When setting the JSX mode in-source via
@@jsxConfig({version: 4, mode: "automatic"})
it is currently ignored. This is because the AST is
Pexp_constant PConst_string ("automatic",Some "js")
but the code is matching for
{pexp_desc = Pexp_constant (Pconst_string (value, None))}
This problem exists for both 10.1.x and master.
Metadata
Metadata
Assignees
Labels
No labels