| 15 | } |
| 16 | |
| 17 | interface BundleSourceDescription { |
| 18 | filename?: string |
| 19 | content: MagicString |
| 20 | ignoreList?: boolean |
| 21 | indentExclusionRanges?: ExclusionRange | ExclusionRange[] |
| 22 | separator?: string |
| 23 | } |
| 24 | |
| 25 | interface UniqueSource { |
| 26 | filename: string |
nothing calls this directly
no outgoing calls
no test coverage detected