| 28 | } |
| 29 | |
| 30 | export interface DecodedSourceMapOrMissingContent extends Omit<DecodedSourceMap, 'sourcesContent'> { |
| 31 | sourcesContent: Array<string | null> |
| 32 | } |
| 33 | |
| 34 | export default class Bundle { |
| 35 | /** @internal */ |
nothing calls this directly
no outgoing calls
no test coverage detected