pub fn parse_left_hand_sides_str(
source: &str,
filename: Option<&Path>,
) -> Result<Vec<LeftHandSide>>
Expand description
Parse a sequence of LeftHandSide
s from an
in-memory string.
pub fn parse_left_hand_sides_str(
source: &str,
filename: Option<&Path>,
) -> Result<Vec<LeftHandSide>>
Parse a sequence of LeftHandSide
s from an
in-memory string.