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

Interface OverwriteOptions

src/MagicString.ts:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26export interface OverwriteOptions {
27 storeName?: boolean
28 contentOnly?: boolean
29}
30
31export interface UpdateOptions {
32 storeName?: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected