MCPcopy
hub / github.com/postcss/postcss / toString

Method toString

lib/node.js:439–446  ·  view source on GitHub ↗
(stringifier = stringify)

Source from the content-addressed store, hash-verified

437 }
438
439 toString(stringifier = stringify) {
440 if (stringifier.stringify) stringifier = stringifier.stringify
441 let result = ''
442 stringifier(this, i => {
443 result += i
444 })
445 return result
446 }
447
448 warn(result, text, opts = {}) {
449 let data = { node: this }

Callers 15

constructorMethod · 0.45
errorMethod · 0.45
originMethod · 0.45
fromBase64Function · 0.45
loadFileMethod · 0.45
loadMapMethod · 0.45
addAnnotationMethod · 0.45
toBase64Method · 0.45
toFileUrlMethod · 0.45
processor.test.tsFile · 0.45
customStringifierFunction · 0.45
urlOfFunction · 0.45

Calls

no outgoing calls

Tested by 3

customStringifierFunction · 0.36
urlOfFunction · 0.36
urlOfFunction · 0.36