Skip to main content

expr_to_string

Function expr_to_string 

Source
pub fn expr_to_string(expr: &Expr) -> String
Expand description

Converts an expression to its TypeScript string representation.

This is used by the template compiler to convert AST nodes back to strings for runtime parsing.