first commit
This commit is contained in:
15
build/node_modules/postcss-reduce-idents/dist/lib/cache.js
generated
vendored
Normal file
15
build/node_modules/postcss-reduce-idents/dist/lib/cache.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
|
||||
exports.default = function (value, encoder, cache) {
|
||||
if (cache[value]) {
|
||||
return;
|
||||
}
|
||||
cache[value] = {
|
||||
ident: encoder(value, Object.keys(cache).length),
|
||||
count: 0
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = exports["default"];
|
||||
Reference in New Issue
Block a user