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