Function parse_ident

Source
pub fn parse_ident<'a>(
    p: &mut impl Parser<'a>,
    incl_yield: bool,
    incl_await: bool,
) -> PResult<Ident>
Expand description

Identifier

In strict mode, “yield” is SyntaxError if matched.