Function deno_ast::lex[][src]

pub fn lex(source: &str, media_type: MediaType) -> Vec<LexedItem>
Expand description

Given the source text and media type, tokenizes the provided text to a collection of tokens and comments.