new Generator(): GeneratorReturns:
<Generator>generate(module, __namedParameters): Source | nullAttributes
module:
<NormalModule>__namedParameters:
{GenerateContext}
Generates generated code for this runtime module.
getConcatenationBailoutReason(module, context): string | undefinedAttributes
module:
<NormalModule>context:
{ConcatenationBailoutReasonContext}
Returns:
<string>
|
<undefined>Returns the reason this module cannot be concatenated, when one exists.
getSize(module, type?): numberAttributes
module:
<NormalModule>type:
<string>Returns:
<number>Returns the estimated size for the requested source type.
getTypes(module): ReadonlySet<string>Attributes
module:
<NormalModule>Returns:
{ReadonlySet
}
Returns the source types available for this module.
updateHash(hash, __namedParameters): voidhash{Hash}__namedParameters{UpdateHashContextGenerator}- Returns: {void}
Updates the hash with the data contributed by this instance.
Attributes
map:
<object>Returns:
{ByTypeGenerator}
Returns generator by type.