- {Source}
new ConcatSource(...args?): voidargs{ConcatSourceChild[]}- Returns: {ConcatSource}
webpack.sources.ConcatSource.add(item): voiditem{ConcatSourceChild}- Returns: {void}
webpack.sources.ConcatSource.addAllSkipOptimizing(items): voiditems{ConcatSourceChild[]}- Returns: {void}
webpack.sources.ConcatSource.buffer(): BufferReturns:
{Buffer}
webpack.sources.ConcatSource.getChildren(): Source[]Returns:
{Source[]}
webpack.sources.ConcatSource.map(options?): voidoptions{MapOptions}- Returns: {RawSourceMap}
webpack.sources.ConcatSource.size(): numberReturns:
<number>webpack.source(): SourceValueReturns:
{SourceValue}
webpack.sources.ConcatSource.sourceAndMap(options?): voidoptions{MapOptions}- Returns: {SourceAndMap}
webpack.sources.ConcatSource.streamChunks(options, onChunk, onSource, onName): voidoptions{StreamChunksOptions}onChunk<object>onSource<object>onName<object>- Returns: {GeneratedSourceInfo}
webpack.sources.ConcatSource.updateHash(hash): voidhash{HashLike}- Returns: {void}