Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/postcss/postcss
/ use
Method
use
lib/processor.js:57–60 ·
view source on GitHub ↗
(plugin)
Source
from the content-addressed store, hash-verified
55
}
56
57
use(plugin) {
58
this.plugins = this.plugins.concat(this.normalize([plugin]))
59
return
this
60
}
61
}
62
63
module.exports = Processor
Callers
1
processor.test.ts
File · 0.80
Calls
1
normalize
Method · 0.95
Tested by
no test coverage detected