Searched refs:maybeSourceMap (Results 1 – 1 of 1) sorted by relevance
| /plugin/asciidocjs/node_modules/clean-css/lib/ |
| D | clean.js | 65 CleanCSS.prototype.minify = function (input, maybeSourceMap, maybeCallback) { argument 70 minify(input, options, maybeSourceMap, function (errors, output) { 77 return minify(input, options, maybeSourceMap, maybeCallback); 81 function minify(input, options, maybeSourceMap, maybeCallback) { argument 82 var sourceMap = typeof maybeSourceMap != 'function' ? 83 maybeSourceMap : 87 (typeof maybeSourceMap == 'function' ? maybeSourceMap : null);
|