You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and it would render the same whether the expression's return type is FormattableString or string, because in either case Javascript template literal syntax corresponds most closely to string interpolation.
But you could get the result you describe by using the LambdaExpression.Body property:
Describe the solution you'd like
Would it be possible to add a "JavaScript" formatter to write a valid JavaScript notation?
should be converted to:
`$(value < 1000 ? value : (value / 1000) + ' K'`
The text was updated successfully, but these errors were encountered: