On this page

Attributes
new OriginalSource(value, name): OriginalSource
Attributes
value:<string> | <Buffer>
< <ArrayBufferLike> >
buffer(): Buffer
Returns:
{Buffer}

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

getName(): string
Returns:<string>

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}