pub fn create_prop_from_name(key: PropName, value: Expr) -> PropOrSpreadExpand description
Creates a PropOrSpread from an already-constructed PropName and an expression value.
Use this when the key is an existing PropName (e.g. cloned from another prop),
avoiding the need to re-stringify it.