Attributes
new Parser(): ParserClassReturns:
{ParserClass}
parse(source, state): voidsource{string|Buffer|PreparsedAst} state<ParserState>- Returns:
<ParserState>
Parses the provided source and updates the parser state.
new Parser(): ParserClassparse(source, state): voidsource {string|Bufferstate <ParserState><ParserState>Parses the provided source and updates the parser state.