We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There is no Literal component, which I expected from that library.
Literal
Tried to use Smart component:
<CallExpression name="fn" arguments={ <Smart code="'a'"/> }/>
that gave totally unexpected output for me: fn('a';);
fn('a';);