MCPcopy Create free account
hub / github.com/Rich-Harris/magic-string / BundleSourceDescription

Interface BundleSourceDescription

src/Bundle.ts:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18interface BundleSourceDescription {
19 filename?: string
20 content: MagicString
21 ignoreList?: boolean
22 indentExclusionRanges?: ExclusionRange | ExclusionRange[]
23 separator?: string
24}
25
26interface UniqueSource {
27 filename: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected