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

Interface BundleInternals

test/Bundle.test.ts:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected