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

Interface BundleInternals

tests/Bundle/addSource.test.ts:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected