MCPcopy
hub / github.com/postcss/postcss / read

Function read

test/map.test.ts:23–26  ·  view source on GitHub ↗
(result: { css: string })

Source from the content-addressed store, hash-verified

21}
22
23function read(result: { css: string }): any {
24 let prev = new PreviousMap(result.css, {})
25 return prev.consumer()
26}
27
28let dir = join(__dirname, 'map-fixtures')
29

Callers 1

map.test.tsFile · 0.85

Calls 1

consumerMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…