pub fn look_ahead_is_async_declaration(
scanner: &mut ScannerState,
current_token: SyntaxKind,
) -> boolExpand description
Look ahead to check if “async” is followed by a declaration keyword.
pub fn look_ahead_is_async_declaration(
scanner: &mut ScannerState,
current_token: SyntaxKind,
) -> boolLook ahead to check if “async” is followed by a declaration keyword.