MCPcopy
hub / github.com/postcss/postcss / consumer

Function consumer

test/map.test.ts:19–21  ·  view source on GitHub ↗
(map: SourceMap)

Source from the content-addressed store, hash-verified

17import PreviousMap from '../lib/previous-map.js'
18
19function consumer(map: SourceMap): any {
20 return (SourceMapConsumer as any).fromSourceMap(map)
21}
22
23function read(result: { css: string }): any {
24 let prev = new PreviousMap(result.css, {})

Callers 1

map.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…