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

Function stringify

lib/stringify.js:5–8  ·  view source on GitHub ↗
(node, builder)

Source from the content-addressed store, hash-verified

3let Stringifier = require('./stringifier')
4
5function stringify(node, builder) {
6 let str = new Stringifier(builder)
7 str.stringify(node)
8}
9
10module.exports = stringify
11stringify.default = stringify

Callers

nothing calls this directly

Calls 1

stringifyMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…