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

Interface DecodedSourceMapOrMissingContent

src/Bundle.ts:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30export interface DecodedSourceMapOrMissingContent extends Omit<DecodedSourceMap, 'sourcesContent'> {
31 sourcesContent: Array<string | null>
32}
33
34export default class Bundle {
35 /** @internal */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected