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