MCPcopy
hub / github.com/css/csso / getRestructureOption

Function getRestructureOption

lib/compress.js:94–100  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

92}
93
94function getRestructureOption(options) {
95 if ('restructure' in options) {
96 return options.restructure;
97 }
98
99 return 'restructuring' in options ? options.restructuring : true;
100}
101
102function wrapBlock(block) {
103 return new List().appendData({

Callers 1

compressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…