MCPcopy
hub / github.com/postcss/postcss / stringify

Method stringify

lib/stringifier.js:358–370  ·  view source on GitHub ↗
(node, semicolon)

Source from the content-addressed store, hash-verified

356 }
357
358 stringify(node, semicolon) {
359 /* c8 ignore start */
360 if (!this[node.type]) {
361 throw new Error(
362 'Unknown AST node type ' +
363 node.type +
364 '. ' +
365 'Maybe you need to change PostCSS stringifier.'
366 )
367 }
368 /* c8 ignore stop */
369 this[node.type](node, semicolon)
370 }
371}
372
373module.exports = Stringifier

Callers 2

stringifyFunction · 0.95
bodyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected