Home
last modified time | relevance | path

Searched refs:uriOrHash (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/clean-css/lib/reader/
Dread-sources.js52 var inputAsImports = input.reduce(function (accumulator, uriOrHash) { argument
53 if (typeof uriOrHash === 'string') {
54 return addStringSource(uriOrHash, accumulator);
56 return addHashSource(uriOrHash, context, accumulator);