* @returns {(style: EXPECTED_ANY) => void} stylus plugin
()
| 113 | * @returns {(style: EXPECTED_ANY) => void} stylus plugin |
| 114 | */ |
| 115 | function plugin() { |
| 116 | return (style) => { |
| 117 | style.define("add", (a, b) => a.operate("+", b)); |
| 118 | }; |
| 119 | } |
| 120 | |
| 121 | const testId = "./webpack.config-plugin.styl"; |
| 122 | const compiler = getCompiler(testId, { |
no outgoing calls
no test coverage detected
searching dependent graphs…