MCPcopy
hub / github.com/tailwindlabs/tailwindcss / SourceMap

Interface SourceMap

packages/@tailwindcss-node/src/source-maps.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5export type { DecodedSource, DecodedSourceMap }
6export interface SourceMap {
7 readonly raw: string
8 readonly inline: string
9 comment(url: string): string
10}
11
12function serializeSourceMap(map: DecodedSourceMap): string {
13 let generator = new SourceMapGenerator()

Callers 2

transformFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected