- {Source}
new CachedSource(source, cachedData?): CachedSourceAttributes
source:
<object>cachedData:
{CachedData}
Returns:
{CachedSource}
webpack.sources.CachedSource.buffer(): BufferReturns:
{Buffer}
webpack.sources.CachedSource.getCachedData(): CachedDataReturns:
{CachedData}
webpack.sources.CachedSource.map(options?): voidoptions{MapOptions}- Returns: {RawSourceMap}
webpack.sources.CachedSource.original(): SourceReturns:
{Source}
webpack.sources.CachedSource.originalLazy(): objectReturns:
<object>webpack.sources.CachedSource.size(): numberReturns:
<number>webpack.source(): SourceValueReturns:
{SourceValue}
webpack.sources.CachedSource.sourceAndMap(options?): voidoptions{MapOptions}- Returns: {SourceAndMap}
webpack.sources.CachedSource.streamChunks(options, onChunk, onSource, onName): voidoptions{StreamChunksOptions}onChunk<object>onSource<object>onName<object>- Returns: {GeneratedSourceInfo}
webpack.sources.CachedSource.updateHash(hash): voidhash{HashLike}- Returns: {void}