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

Interface BundleSourceDescription

src/Bundle.ts:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected