| 4 | import { IntegrityCheckingMagicString as MagicString } from '../__utils/IntegrityCheckingMagicString.ts' |
| 5 | |
| 6 | interface BundleInternals extends Bundle { |
| 7 | sources: Array<{ |
| 8 | content: MagicString |
| 9 | filename?: string |
| 10 | ignoreList?: boolean |
| 11 | indentExclusionRanges?: ExclusionRange | ExclusionRange[] |
| 12 | }> |
| 13 | } |
| 14 | |
| 15 | describe('bundle', () => { |
| 16 | describe('addSource', () => { |
nothing calls this directly
no outgoing calls
no test coverage detected