MCPcopy
hub / github.com/postcss/postcss / toResult

Method toResult

lib/root.js:44–47  ·  view source on GitHub ↗
(opts = {})

Source from the content-addressed store, hash-verified

42 }
43
44 toResult(opts = {}) {
45 let lazy = new LazyResult(new Processor(), this, opts)
46 return lazy.stringify()
47 }
48}
49
50Root.registerLazyResult = dependant => {

Callers 5

map.test.tsFile · 0.45
root.test.tsFile · 0.45
integration.jsFile · 0.45
parse.test.tsFile · 0.45
document.test.tsFile · 0.45

Calls 1

stringifyMethod · 0.95

Tested by

no test coverage detected