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

Interface BundleInternals

test/Bundle.test.ts:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected