Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/
Dnode.js53 mangleProperties : false, property
126 if (options.mangleProperties || options.nameCache) {
127 options.mangleProperties.cache = UglifyJS.readNameCache(options.nameCache, "props");
128 toplevel = UglifyJS.mangle_properties(toplevel, options.mangleProperties);
129 UglifyJS.writeNameCache(options.nameCache, "props", options.mangleProperties.cache);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md772 - `mangleProperties` (default `false`) — pass an object to specify custom
819 ##### mangleProperties options