MCPcopy
hub / github.com/postcss/postcss / constructor

Method constructor

lib/processor.js:9–12  ·  view source on GitHub ↗
(plugins = [])

Source from the content-addressed store, hash-verified

7
8class Processor {
9 constructor(plugins = []) {
10 this.version = '8.5.16'
11 this.plugins = this.normalize(plugins)
12 }
13
14 normalize(plugins) {
15 let normalized = []

Callers

nothing calls this directly

Calls 1

normalizeMethod · 0.95

Tested by

no test coverage detected