MCPcopy Index your code
hub / github.com/postcss/postcss / stringify

Function stringify

test/stringifier.test.js:338–341  ·  view source on GitHub ↗
(node, builder)

Source from the content-addressed store, hash-verified

336 rootRule.append(decl)
337
338 let stringify = (node, builder) => {
339 let customStringifier = new CustomStringifier(builder)
340 customStringifier.stringify(node)
341 }
342 let result = root.toString(stringify)
343 is(
344 result,

Callers 1

stringify.test.tsFile · 0.90

Calls 1

stringifyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…