Constructors
constructor
- new Generator(): Generator
-
Methods
generate
- generate(module, __namedParameters): Source
-
getConcatenationBailoutReason
- getConcatenationBailoutReason(module, context): undefined | string
-
Returns undefined | string
getSize
- getSize(module, type?): number
-
Returns number
getTypes
- getTypes(module): Set<string>
-
Returns Set<string>
updateHash
- updateHash(hash, __namedParameters): void
-
Returns void
Static
byType
- byType(map?): ByTypeGenerator
-