class webpack.AsyncWebAssemblyParser extends ParserClassDefines the parser state base type used by this module.
new AsyncWebAssemblyParser(): AsyncWebAssemblyParserReturns:
<AsyncWebAssemblyParser>parse(source, state): ParserStateAttributes
source:
<string>
|
<Buffer><
<ArrayBufferLike>
> |
<PreparsedAst>state:
<ParserState>Returns:
<ParserState>Parses the provided source and updates the parser state.