MCPcopy
hub / github.com/postcss/postcss / raw

Method raw

test/stringifier.test.js:325–327  ·  view source on GitHub ↗
(node, own, detect)

Source from the content-addressed store, hash-verified

323test('always calls raw to retrieve raws', () => {
324 class CustomStringifier extends Stringifier {
325 raw(node, own, detect) {
326 return `\nRAW(${node.type}, ${own}, ${detect})\n`
327 }
328 }
329 let root = new Root()
330 let rootRule = new Rule({ selector: 'a' })

Callers 2

node.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected