Function minifier::js::clean_token[][src]

pub fn clean_token(token: &Token<'_>, next_token: &Option<&Token<'_>>) -> bool

Returns true if the token is a “useful” one (so not a comment or a “useless” character).