PHP 7.4.33
Preview: rawCache.js Size: 741 B
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/cssnano-utils/src/rawCache.js
'use strict';

/**
 * @type {import('postcss').PluginCreator<void>}
 * @return {import('postcss').Plugin}
 */
function pluginCreator() {
  return {
    postcssPlugin: 'cssnano-util-raw-cache',
    /**
     * @param {import('postcss').Root} css
     * @param {{result: import('postcss').Result & {root: {rawCache?: any}}}} arg
     */
    OnceExit(css, { result }) {
      result.root.rawCache = {
        colon: ':',
        indent: '',
        beforeDecl: '',
        beforeRule: '',
        beforeOpen: '',
        beforeClose: '',
        beforeComment: '',
        after: '',
        emptyBody: '',
        commentLeft: '',
        commentRight: '',
      };
    },
  };
}

pluginCreator.postcss = true;

module.exports = pluginCreator;

Directory Contents

Dirs: 0 × Files: 4
Name Size Perms Modified Actions
535 B lrw-r--r-- 2025-06-16 05:45:38
Edit Download
213 B lrw-r--r-- 2025-06-16 05:45:38
Edit Download
741 B lrw-r--r-- 2025-06-16 05:45:38
Edit Download
969 B lrw-r--r-- 2025-06-16 05:45:39
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).