MCPcopy Create free account
hub / github.com/Rich-Harris/magic-string / UniqueSource

Interface UniqueSource

src/Bundle.ts:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25interface UniqueSource {
26 filename: string
27 content: string
28}
29
30export interface DecodedSourceMapOrMissingContent extends Omit<DecodedSourceMap, 'sourcesContent'> {
31 sourcesContent: Array<string | null>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected