MCPcopy
hub / github.com/chakra-ui/ark / SourceMap

Interface SourceMap

packages/svelte/src/lib/lucide-optimize.ts:7–15  ·  view source on GitHub ↗

* SourceMap interface for transformation output

Source from the content-addressed store, hash-verified

5 * SourceMap interface for transformation output
6 */
7interface SourceMap {
8 version: number
9 sources: string[]
10 names: string[]
11 sourceRoot?: string
12 sourcesContent?: string[]
13 mappings: string
14 file: string
15}
16
17/**
18 * Plugin interface matching Vite/Rollup plugin structure

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected