On this page

Attributes
new RawSource(value, convertToString?): RawSource
Attributes
value:<string> | <Buffer>
< <ArrayBufferLike> >
convertToString:<boolean>
Returns:<RawSource>
buffer(): Buffer
Returns:
{Buffer}

buffers(): Buffer
Returns:
<Buffer> < <ArrayBufferLike> >[]

isBuffer(): boolean
Returns:<boolean>

map(options?): RawSourceMap | null
Attributes
options:<MapOptions>
Returns:
<RawSourceMap> | <null>

size(): number
Returns:<number>

source(): SourceValue

sourceAndMap(options?): SourceAndMap
Attributes
options:<MapOptions>
Returns:
{SourceAndMap}

streamChunks(options, onChunk, onSource, onName): GeneratedSourceInfo
Attributes
onChunk:<object>
onSource:<object>
onName:<object>
Returns:
{GeneratedSourceInfo}

updateHash(hash): void
Attributes
Returns:
{void}