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

Interface OverwriteOptions

src/MagicString.ts:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected