Function swc_core::ecma::utils::prop_name_to_expr_value

pub fn prop_name_to_expr_value(p: PropName) -> Expr
Available on crate features __ecma and __utils only.
Expand description

Similar to prop_name_to_expr, but used for value position.

e.g. value from { key: value }