MCPcopy
hub / github.com/postcss/postcss / processBy

Function processBy

test/processor.test.ts:397–401  ·  view source on GitHub ↗
(version: string)

Source from the content-addressed store, hash-verified

395 func.postcssVersion = '2.1.5'
396
397 function processBy(version: string): void {
398 let processor = new Processor([func])
399 processor.version = version
400 processor.process('a{}').css
401 }
402
403 throws(() => {
404 processBy('1.0.0')

Callers 1

processor.test.tsFile · 0.85

Calls 1

processMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…